-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.4.0](1.3.5...1.4.0) (2023-03-05) ### Bug Fixes * 1. obsidianmd/obsidian-releases#1647 ([bd9ed43](bd9ed43)) * 1.createEl异步创建,onNodeInserted回调中才能get到该元素 ([9f4fa80](9f4fa80)) * 1.return ([5bcd1dc](5bcd1dc)) * 1.typecheck feat: 1.add theme.scss(from blue topaz theme) ([ea94373](ea94373)) * 1.构建库模式,不允许pinia动态修改process.env,因为会导致手机端报错 process not found: https://cn.vitejs.dev/guide/build.html#library-mode ([6e71794](6e71794)) ### Features * 1. base framework for chatGPT and bing chat 2. rename plugin name ([73d2c57](73d2c57)) * 1.add font ([ca113ee](ca113ee)) * 1.add some tags 2. add https://github.com/mgmeyers/obsidian-style-settings/blob/main/obsidian-default-theme.css ([f1e5eca](f1e5eca)) * 1.add tags: review, flashcards ([0a6da0c](0a6da0c)) * 1.click effect: show a string ([761902e](761902e)) * 1.desktop support ([10a2afe](10a2afe)) * 1.emoji picker support ([e1368d2](e1368d2)) * 1.fullwidth support fix: 1.variable scope ([dd18cf4](dd18cf4)) * 1.lots of work ([456ee92](456ee92)) * 1.moment typefile 2.NotifyUtil refactor: 1.something ([d9729d0](d9729d0)) * 1.move some api outside ([5fb7be5](5fb7be5)) * 1.ntfy support 2.server host config ([8939289](8939289)) * 1.pinia support 2.change to pnpm fix: 1.scroll not working in PomodoroHistoryView ([b96d837](b96d837)) * 1.scss project structure ([3be6c30](3be6c30)) * 1.support vue codeblock ([2b7d66f](2b7d66f)) * **menu:** add Reveal current file in navigation menu ([51ac849](51ac849))
- Loading branch information
1 parent
9c87bc7
commit e632a0a
Showing
6 changed files
with
111,935 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
#pomodoroList { | ||
background-color: none !important; | ||
} | ||
#pomodoroList .n-list-item { | ||
padding: 0; | ||
margin-top: 2px; | ||
margin-bottom: 2px; | ||
opacity: 0.5; | ||
} | ||
#pomodoroList .n-list-item .n-list-item__main { | ||
width: 0; | ||
flex: 1; | ||
}#calendarContainerInSelf[data-v-f9512bea] .n-calendar-header__extra .n-button-group .n-button { | ||
max-width: max-content; | ||
}.radialTimeText[data-v-3ec4b569] { | ||
font-size: 32px; | ||
font-weight: 600; | ||
}#historyViewContainer[data-v-7e5e66b3] { | ||
padding: 5px 10px; | ||
}.abm-webview[data-v-e1af09a3] { | ||
width: 100%; | ||
border: none; | ||
background-color: white; | ||
background-clip: content-box; | ||
} | ||
.view-content .abm-webview { | ||
height: calc(100% - 32px); | ||
} | ||
#abmToolbar[data-v-6048c325] { | ||
padding: 6px; | ||
border: 1px solid #d4d4d4; | ||
border-radius: 7px; | ||
position: fixed; | ||
background-color: rgb(250, 250, 250); | ||
} | ||
#abmToolbar[data-v-6048c325] .n-icon { | ||
cursor: pointer; | ||
margin: 5px; | ||
opacity: 0.6; | ||
} | ||
#abmToolbar[data-v-6048c325] .n-icon:hover { | ||
opacity: 1; | ||
}img.emoji { | ||
height: 1em; | ||
width: 1em; | ||
margin: 0 0.05em 0 0.1em; | ||
vertical-align: -0.1em; | ||
display: inline-block; | ||
} | ||
|
||
#emoji-modal { | ||
padding: 0px; | ||
min-width: unset; | ||
width: unset !important; | ||
} | ||
|
||
#emoji-modal > .modal-content { | ||
margin-top: 0px; | ||
} | ||
|
||
#emoji-modal > button { | ||
background-color: unset; | ||
border: 0px !important; | ||
box-shadow: 0px !important; | ||
} | ||
|
||
#emoji-modal > .modal-close-button { | ||
visibility: hidden; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ | |
"1.3.2": "0.15.0", | ||
"1.3.3": "0.15.0", | ||
"1.3.4": "0.15.0", | ||
"1.3.5": "0.15.0" | ||
"1.3.5": "0.15.0", | ||
"1.4.0": "0.15.0" | ||
} |