Commit Graph

930 Commits

Author SHA1 Message Date
Tienson Qin
7569174a3e chore: remove debug 2020-11-11 00:19:23 +08:00
Tienson Qin
313a7c38c6 refactor: remove editor's ugly timers 2020-11-11 00:13:56 +08:00
Tienson Qin
6575812f1b fix: can't create a file which page's original name is empty 2020-11-10 22:40:30 +08:00
Tienson Qin
5cc19962e9 fix: clear background color 2020-11-10 00:46:53 +08:00
Tienson Qin
ff80d85907 fix: clear shortcut listeners when unmount
Related to https://github.com/logseq/logseq/issues/572.
2020-11-07 21:40:36 +08:00
Tienson Qin
613c70a7b7 fix(editor): fix empty :block/marker 2020-11-05 18:04:49 +08:00
Tienson Qin
d23a3c9830 fix(editor): :black/marker might be empty 2020-11-05 18:00:41 +08:00
Tienson Qin
0a5b88467b fix: repeated tasks
1. Don't show repeat kinds selection (.+, ++, +)
2. Fixed wrong time (no zero padding)
3. Fixed `.+` and `++` behaviors
2020-11-05 17:32:12 +08:00
Yukun Guo
201ebf61a9 fix: remove content's properties when comparing with value 2020-11-05 15:31:52 +08:00
Yukun Guo
805f9bb722 fix: use lower case for marker comparison 2020-11-05 15:22:43 +08:00
Tienson Qin
c707107ae1 fix(editor): don't add properties for pre-blocks
Resolved https://github.com/logseq/logseq/issues/614
2020-11-05 15:07:02 +08:00
Tienson Qin
5c53b5494b fix: remove id property when copy block(s) text (#198)
* fix: remove id property when copy block(s) text
2020-11-05 14:43:30 +08:00
Michael Wong
3cc0d3154a style: remove unused :require (#193)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2020-11-04 11:35:35 +08:00
Tienson Qin
021ab780ee Refactor/names (#190)
* refactor: rename frontend.components.hiccup to block

* refactor: rename v1,v2 to fst-block-text, snd-block-text
2020-11-03 17:50:15 +08:00
Tienson Qin
90612cf170 fix: format 2020-11-03 17:02:18 +08:00
Tienson Qin
4da72149ee refactor: DRY 2020-11-03 15:57:48 +08:00
Tienson Qin
3197b784fd fix(sync): push immediately after the page was deleted or renamed 2020-11-03 14:55:14 +08:00
Tienson Qin
7a5324a08e refactor(git): remove our own changed-files cache 2020-11-01 00:21:04 +08:00
Tienson Qin
7824973abc fix(editor): file name exists
Related to https://github.com/logseq/logseq/issues/573
2020-10-31 13:50:32 +08:00
Tienson Qin
2112e72c39 fix(sync): revert sync immediately 2020-10-31 08:17:55 +08:00
Tienson Qin
c087143ea4 refactor: sync immediately on saving block or drag&drop
Related to https://github.com/logseq/logseq/issues/470
2020-10-30 17:59:53 +08:00
Yukun Guo
0f87698805 fix(editor): zoom out to parent page instead of today's journal 2020-10-30 15:31:36 +08:00
Tienson Qin
47f8e517fb refactor(editor): remove unused code 2020-10-29 19:14:45 +08:00
Tienson Qin
a09a6b6d1c fix(editor): timetracking doesn't work the first time it is pressed
Closed https://github.com/logseq/logseq/issues/539
2020-10-29 19:04:19 +08:00
Tienson Qin
b786133bc0 fix(editor): temporal fix of recursive block saving 2020-10-29 13:50:56 +08:00
Tienson Qin
71272b2551 feat(feature): add switch to toggle timetracking
Closed https://github.com/logseq/logseq/issues/548
2020-10-29 11:03:07 +08:00
Tienson Qin
4617e4dfb9 refactor(editor): simplified deleting block 2020-10-28 21:04:54 +08:00
Tienson Qin
8f09954691 refactor: editor no need to store the last-edit-block 2020-10-28 20:42:39 +08:00
Tienson Qin
51dfe14314 fix(editor): properties save and clearing content when backspace
Closed https://github.com/logseq/logseq/issues/542
2020-10-28 20:17:42 +08:00
Tienson Qin
2d1fa33204 refactor: remove web 2020-10-27 23:19:40 +08:00