Commit Graph

1911 Commits

Author SHA1 Message Date
Tienson Qin
d3b3f6f48e fix: properties inserted at wrong positions
Close #1952
2021-05-23 13:58:06 +08:00
Tienson Qin
6c70914150 chore: replace re-find with safe-re-find 2021-05-23 13:05:35 +08:00
Tienson Qin
d256982c9c fix: adding a "#tag" at the front of a block clear the whole block 2021-05-23 12:33:35 +08:00
Tienson Qin
04a6ec4658 fix: drag files to logseq can be stuck 2021-05-22 14:45:06 +08:00
Tienson Qin
bf60e6b011 fix: click input when creating a link will close the editor 2021-05-22 10:05:43 +08:00
Tienson Qin
73cc631db6 fix: page alias with spaces
There's still a bug related to nested pages when extracting the
properties, will address it later.
2021-05-21 23:18:14 +08:00
Tienson Qin
b929f02d20 fix: can't click breadcrumbs 2021-05-21 21:09:37 +08:00
Tienson Qin
ab8c8f47ae fix: block marker/priority is not displayed in references
Close #1377
Close #1601
Close #1871
2021-05-21 20:40:00 +08:00
Tienson Qin
691c3972a2 fix: wrong title in page's properties 2021-05-21 16:51:22 +08:00
rcmerci
9a4f450f50 fix: add missing block attr 2021-05-21 14:46:30 +08:00
Tienson Qin
a7269e849f enhance: switch default indentation to tab for markdown users 2021-05-21 14:34:08 +08:00
Tienson Qin
7476e49b29 enhance: separate page properties from block properties 2021-05-21 12:47:34 +08:00
Tienson Qin
a494d25e54 fix: remove setTimeout for setting editor args temporally 2021-05-21 12:16:29 +08:00
rcmerci
6d0cb2383b chore: clear code 2021-05-21 11:21:17 +08:00
rcmerci
47ec5c68ea fix: remove :level 2021-05-21 11:21:17 +08:00
rcmerci
a45ff38903 fix: copy collapsed blocks 2021-05-21 11:21:17 +08:00
Tienson Qin
bee9eead17 chore: remove unused code 2021-05-21 11:20:44 +08:00
Tienson Qin
e3ab291b80 enhance: better UX for changing date formatter 2021-05-21 11:07:33 +08:00
Tienson Qin
5be004ebfe fix: content can be lost when auto-complete page references
Close #1937
2021-05-21 00:43:41 +08:00
Tienson Qin
717391e3db fix: re-find issue 2021-05-20 21:54:03 +08:00
Tienson Qin
ad1db332d9 fix: property query 2021-05-20 21:49:42 +08:00
Tienson Qin
58608653c8 fix: can't open images with http links when publishing 2021-05-20 16:23:36 +08:00
Tienson Qin
4b35a5aeb3 fix: using Shift+Enter to insert new block instead of Alt+Enter 2021-05-20 16:14:20 +08:00
Tienson Qin
ce14aede16 chore: remove unused file handler namespace import 2021-05-20 15:58:08 +08:00
rcmerci
3e7d2fd700 fix: pasting md text remove common prefix spaces 2021-05-19 23:58:55 +08:00
Tienson Qin
06a8cf9de9 fix: publishing 2021-05-19 22:42:49 +08:00
Tienson Qin
c6204e77b8 chore: bump version 2021-05-19 21:47:04 +08:00
Tienson Qin
a90208a55f fix: add search db schema version checking 2021-05-19 21:35:51 +08:00
Tienson Qin
c8525730a2 feat: add clear cache button 2021-05-19 21:02:47 +08:00
Weihua Lu
9a553b2310 fix: make img smaller 2021-05-19 20:28:21 +08:00
Tienson Qin
191a6a7c62 chore: remove outdenting text 2021-05-19 20:28:21 +08:00
Weihua Lu
7a0c848d93 fix: img tag and link heref 2021-05-19 20:28:21 +08:00
Tienson Qin
75c369e24e fix: typo 2021-05-19 20:28:21 +08:00
Tienson Qin
43a4a3a06c fix: typo 2021-05-19 20:28:21 +08:00
Tienson Qin
295fb4fa3c chore: remove toggle-outdenting shortcut 2021-05-19 20:28:21 +08:00
Tienson Qin
a180b25c52 chore: remove unused state because it's specified in config.edn 2021-05-19 20:28:21 +08:00
Tienson Qin
dbc643b85a feat: add old outdent behavior back
Related thread: https://discuss.logseq.com/t/whats-your-preferred-outdent-behavior-the-direct-one-or-the-logical-one/978
2021-05-19 20:28:21 +08:00
Weihua Lu
57d0436a60 fix: search bar cannot copy 2021-05-19 19:37:12 +08:00
Tienson Qin
543904a532 fix: slow query for get-block-and-children 2021-05-19 18:58:13 +08:00
rcmerci
5538088f8f fix: update pasting text when text without double newline 2021-05-19 17:45:28 +08:00
Tienson Qin
26129410a7 fix: slow editing when there're many files 2021-05-19 17:26:58 +08:00
Tienson Qin
b81e7655c7 fix: can't create page in search mode 2021-05-19 16:20:40 +08:00
rcmerci
a7396a1a82 fix: wrong order when copy&paste blocks 2021-05-19 11:50:49 +08:00
Tienson Qin
a7e4140533 chore: simplify indent && outdent code 2021-05-19 09:56:35 +08:00
Tienson Qin
514fd0ea0b feat: enable optional sentry error tracking 2021-05-18 19:55:10 +08:00
rcmerci
a45da8af93 update inserting blocks position 2021-05-18 15:50:02 +08:00
rcmerci
454d301cc3 fix: another left conflict issue when insert-nodes 2021-05-18 15:50:02 +08:00
rcmerci
e0112f8e0f update pasting external text strategy 2021-05-18 15:50:02 +08:00
rcmerci
89edb70682 fix text/->new-properties 2021-05-18 15:50:02 +08:00
rcmerci
f9783b9a2f only parse pasting text when current editing block isn't empty 2021-05-18 15:50:02 +08:00