Commit Graph

356 Commits

Author SHA1 Message Date
Tienson Qin
45b318e2f8 fix: ask the permission when refreshing local graph 2020-12-06 11:06:27 +08:00
Tienson Qin
c1b70ae12a fix: git clone every time when refreshing the page
Resolved #787 #333
2020-12-05 17:22:02 +08:00
Tienson Qin
2ba37cdd6c feat(chrome-native-fs): save block even in editing mode 2020-12-05 00:18:24 +08:00
Tienson Qin
7fbac4211f fix(editor): display image upload processing 2020-12-02 10:30:39 +08:00
Tienson Qin
5edd1a8ab0 :block/children should has value type of :db.type/ref 2020-11-29 15:22:44 +08:00
Tienson Qin
6f7ae1952a fix: properties 2020-11-26 00:25:21 +08:00
Tienson Qin
4303ea4ed9 fix: quick enter followed by a tab can lead to file corruption (#750)
* fix: quick enter followed by a tab can lead to file corruption

Resolved #738
2020-11-25 16:17:08 +08:00
Tienson Qin
2565c3b08b fix: don't autocomplete ^
Resolved #521
2020-11-24 21:10:49 +08:00
Tienson Qin
0a92889258 fix: user custom commands not working 2020-11-19 15:22:54 +08:00
Tienson Qin
857e1d3df2 fix: restore the commands after auto-complete date commands
Related to #686
2020-11-18 23:01:11 +08:00
Tienson Qin
5d3b6322f5 feat: support org mode file links (#681)
* feat: support org-mode file links

Add a `:org-mode/insert-file-links` option to configuration.
2020-11-18 21:27:40 +08:00
Tienson Qin
4998113305 Merge pull request #648 from logseq/refactor/state
Minor refactoring of state.cljs
2020-11-16 19:13:15 -06:00
Tienson Qin
6edb36a090 feat: add org link id support
Resolved #659
2020-11-16 14:27:28 +08:00
Tienson Qin
b6a9afc303 fix: don't alert file already exists when creating new page 2020-11-15 18:12:40 +08:00
Tienson Qin
bca87b2b81 fix: edit the current block when press "Enter" and pos is zero 2020-11-15 17:55:26 +08:00
Yukun Guo
63027a7258 refactor: most get-editor-show-* should end with '?' 2020-11-14 15:35:29 +08:00
Yukun Guo
6193f85499 refactor: set-editor-show-* should end with '!' 2020-11-14 15:35:29 +08:00
Yukun Guo
75392d254f refactor: state setters should end with '!' 2020-11-14 15:35:29 +08:00
Tienson Qin
7205a3fb00 fix: set-editing! before update the page/blocks atom 2020-11-13 22:17:33 +08:00
Tienson Qin
3c18e0ef84 fix: don't re-render the unrelated blocks when inserting a new block 2020-11-13 21:08:05 +08:00
Tienson Qin
1b34099928 perf: remove block-has-children? function 2020-11-12 21:55:06 +08:00
Tienson Qin
e7b11495ca chore: update misleading comment 2020-11-12 14:54:40 +08:00
Tienson Qin
4e00151125 fix: set editor op back to nil after the db data were transacted 2020-11-12 13:04:21 +08:00
Tienson Qin
dbe9e20165 fix: only insert a new block when the previous insert op is finished 2020-11-12 12:46:28 +08:00
Tienson Qin
6794aada93 Merge branch 'master' into refactor/remove-editor-ugly-timers 2020-11-12 12:34:32 +08:00
Tienson Qin
b9e7095be0 feat: add :pages-directory option 2020-11-12 09:50:32 +08:00
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