Tienson Qin
|
b39fba42f8
|
chore: remove old dnd code
|
2021-04-05 11:42:29 +08:00 |
|
Tienson Qin
|
15c0c08ab6
|
refactor: block/save
|
2021-04-05 11:25:17 +08:00 |
|
Tienson Qin
|
f2077701ab
|
Merge branch 'master' into feat/outliner-core
|
2021-04-05 09:53:18 +08:00 |
|
Tienson Qin
|
a265421025
|
fix: retract :block/path-ref-pages too
|
2021-04-03 21:48:07 +08:00 |
|
charlie
|
d44fe80ba5
|
fix(desktop): paste file
|
2021-04-02 13:11:47 +08:00 |
|
Tienson Qin
|
3ea3c86ddb
|
fix: bold, italics and highlight should jump to correct position
|
2021-04-01 21:17:04 +08:00 |
|
defclass
|
3b8a825b24
|
feat(outliner): sync to file
|
2021-04-01 17:37:51 +08:00 |
|
Tienson Qin
|
57c906a9bb
|
chore: remove debugging
|
2021-04-01 15:05:09 +08:00 |
|
Tienson Qin
|
34740b6c49
|
fix: PDF embeds doesn't work if the page name has blanks
Also, use file's original name instead of current page's name when
saving assets
|
2021-04-01 15:04:00 +08:00 |
|
Tienson Qin
|
4665a2819b
|
fix: remove level and spaces when rendering block's content
|
2021-03-31 18:56:45 +08:00 |
|
defclass
|
537ca25777
|
chore: remove debug info
|
2021-03-31 16:53:56 +08:00 |
|
defclass
|
633705fd03
|
refactor(outliner): connecting bewteen ui and outliner
|
2021-03-31 16:50:42 +08:00 |
|
Tienson Qin
|
c95dc0f604
|
fix: org mode syntax doesn't support image's file path in link
|
2021-03-30 20:17:39 +08:00 |
|
Tienson Qin
|
65ce4ec3d9
|
enhance: improve performance for rendering
Also, simplify the state for expand/collapse.
|
2021-03-29 21:15:03 +08:00 |
|
charlie
|
63230580c8
|
fix(org): asset link of org mode #1449
|
2021-03-29 16:37:08 +08:00 |
|
Tienson Qin
|
6b249aa865
|
Enhance: don't move to the previous block when there's highlighted area and pressing left
|
2021-03-27 13:02:00 +08:00 |
|
Tienson Qin
|
b5d9200f82
|
fix: deadline && scheduled not working
|
2021-03-27 12:36:46 +08:00 |
|
Tienson Qin
|
8f05fb66b7
|
Merge branch 'master' into feat/outliner-core
|
2021-03-24 21:28:47 +08:00 |
|
Tienson Qin
|
4dddaa66ab
|
refactor: remove both :block/scheduled-ast and :block/deadline-ast
|
2021-03-23 14:55:01 +08:00 |
|
Tienson Qin
|
ba5259feb9
|
fix: keep copy-paste buffer intact when deleting blocks
Related to #1507
|
2021-03-22 16:16:55 +08:00 |
|
Tienson Qin
|
89aff1abc0
|
refactor: merge :block/ref-pages and :block/ref-blocks
|
2021-03-21 15:36:14 +08:00 |
|
Tienson Qin
|
72f5a7c07b
|
Merge branch 'master' into refactor/core
|
2021-03-21 14:14:22 +08:00 |
|
Tienson Qin
|
11ee002e2a
|
feat: Improve text editing across blocks
Related thread at
https://discuss.logseq.com/t/improve-text-editing-across-blocks/148
Related to #557
|
2021-03-17 22:23:53 +08:00 |
|
Tienson Qin
|
15dd3c46a7
|
refactor: db migrate
|
2021-03-15 09:50:06 +08:00 |
|
Tienson Qin
|
d29b265e28
|
refactor: db migrate wip
|
2021-03-13 20:43:04 +08:00 |
|
Tienson Qin
|
6f689631f8
|
enhance: no need to git add when file changed because push will check
|
2021-03-13 11:49:34 +08:00 |
|
Tienson Qin
|
92ad0296e6
|
feat: switch to use Excalidraw api
|
2021-03-10 23:32:49 +08:00 |
|
Tienson Qin
|
86250f1bae
|
fix: don't write to files when db transaction failed
|
2021-03-08 12:59:00 +08:00 |
|
Tienson Qin
|
8963aa5cb9
|
fix: at times can't indent and out-dent an existing bullet
Related to #1386
|
2021-03-08 12:26:00 +08:00 |
|
Tienson Qin
|
019122c18c
|
refactor: block insert && update
|
2021-03-04 17:44:41 +08:00 |
|
Tienson Qin
|
dcb49ce7d0
|
fix: first block not saved for a new page
Related to #1400
|
2021-03-02 18:00:10 +08:00 |
|
Tienson Qin
|
6747f54575
|
refactor: extract editor events
|
2021-03-02 15:37:22 +08:00 |
|
Tienson Qin
|
4e8f481a3f
|
refactor: extract keybindings and handlers from the editor component
|
2021-03-02 15:37:22 +08:00 |
|
Tienson Qin
|
b0f48a4244
|
refactor: move block/page/template searches to editor handler
|
2021-03-01 22:39:28 +08:00 |
|
Tienson Qin
|
510096541c
|
enhance: block search performance
|
2021-02-27 21:58:55 +08:00 |
|
Tienson Qin
|
b9fd0ef7ab
|
fix: click can't create block reference
Resolved #1337
|
2021-02-21 22:16:21 +08:00 |
|
Tienson Qin
|
c1e7b4e5a5
|
feat: queries support dynamic variables too
Resolved #1340
|
2021-02-21 15:52:55 +08:00 |
|
Tienson Qin
|
901f0321cd
|
fix: duplicated blocks when editing
|
2021-02-20 12:58:48 +08:00 |
|
Tienson Qin
|
102e68a07a
|
fix: tab to collapse not working
|
2021-02-17 16:03:57 +08:00 |
|
Tienson Qin
|
acf12a9792
|
fix: up/down not working for empty page
|
2021-02-17 10:14:47 +08:00 |
|
rainmote
|
284432d00b
|
fix: miss update properties when marker change
|
2021-02-16 23:57:11 +08:00 |
|
Tienson Qin
|
150953fcb8
|
feat(dynamic-variables): add dynamic variables to both templates
and macros.
|
2021-02-16 21:20:09 +08:00 |
|
Tienson Qin
|
57826e0573
|
refactor(shortcuts): up/down to navigate to the first/last block
Non-editing mode.
|
2021-02-16 11:17:34 +08:00 |
|
Tienson Qin
|
81d7c74b10
|
fix: block reference auto-complete not working
|
2021-02-14 22:21:43 +08:00 |
|
Tienson Qin
|
42f053d89c
|
feat(full-text-search): use flexsearch instead of fuzzysort
For full-text search.
|
2021-02-14 13:51:58 +08:00 |
|
charlie
|
3981224616
|
fix(electron): fix relative asset path from current page file path
|
2021-02-10 09:36:38 +08:00 |
|
Tienson Qin
|
a7cb97c3f2
|
fix: disable auto-save when the editor is in composition
|
2021-02-09 14:31:30 +08:00 |
|
Tienson Qin
|
d3ff3a1000
|
fix: /draw command not working with GitHub repos
|
2021-02-05 22:27:27 +08:00 |
|
Tienson Qin
|
f526399d63
|
fix: head's background color is not rendered
Related to #1267
|
2021-02-04 23:51:15 +08:00 |
|
Tienson Qin
|
46a5ce1963
|
fix: local images can't be displayed on GitHub
Closed #1254
|
2021-02-03 23:49:32 +08:00 |
|