Commit Graph

17706 Commits

Author SHA1 Message Date
Weihua Lu
8e280870e1 fix: toggle help display 2021-05-14 05:28:04 +08:00
Weihua Lu
01a92d2e7a fix: install performance issue 2021-05-14 05:21:50 +08:00
Tienson Qin
01a02b793c fix: jump to specific block when one of its parents is collapsed 2021-05-14 05:04:31 +08:00
Weihua Lu
acac3b8a5c Merge branch 'feat/outliner-core' into feat/shortcut-docs-page 2021-05-14 04:32:47 +08:00
Weihua Lu
cc34248fd3 fix: add link to page 2021-05-14 04:27:50 +08:00
Weihua Lu
40aaac89a1 feat: pretty display binding 2021-05-14 04:16:49 +08:00
Tienson Qin
ecfe40b32d fix: filters 2021-05-14 04:01:46 +08:00
Weihua Lu
1bc83247d4 chore: translate some missing shortcuts 2021-05-14 03:49:12 +08:00
Weihua Lu
5fe9902da5 fix: clean up dicts 2021-05-14 03:20:02 +08:00
Weihua Lu
5e081ed91c fix: separate dict to solve cyclic dependency 2021-05-14 03:19:22 +08:00
Tienson Qin
5d31d328bb Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-05-14 02:49:29 +08:00
Tienson Qin
662fe83b7f fix: can't restore page's name if it includes reserved characters
Also, fixed issues related to renaming pages
2021-05-14 02:48:20 +08:00
rcmerci
2eaf0f38bd enhance(editor): insert block
1. move the cursor to the new block when press "Enter" at the
beginning of the parent block
2. new block should be a child when press "Enter" not at the beginning
of the parent block
2021-05-13 21:45:01 +08:00
Tienson Qin
085b8937e0 fix: file output for page properties 2021-05-13 21:33:17 +08:00
Tienson Qin
9273ee83f2 fix: exclude built-in properties when comparing content 2021-05-13 21:24:27 +08:00
rcmerci
5277780d51 [wip] fix undo insert block 2021-05-13 21:24:27 +08:00
Weihua Lu
116d7574b1 feat: docs wip, circular dependency to solve... 2021-05-13 17:56:06 +08:00
Tienson Qin
e93e4cd1d8 fix: "Search in page" transforms to "Global search"
close #1767
2021-05-13 17:52:57 +08:00
Tienson Qin
6deb22549c fix: Search results left active after shift-clicking
close #1835
2021-05-13 17:34:26 +08:00
Tienson Qin
cb144833cf refactor: move api to logseq.api 2021-05-13 16:54:05 +08:00
Tienson Qin
4e333eb78e fix: Deleting embedded blocks deletes source material
close #1836 #1652
2021-05-13 16:47:33 +08:00
Tienson Qin
74958f83f7 fix: block marker/property not updated correctly if removed in the
text

close #1837
2021-05-13 14:49:20 +08:00
rcmerci
aefe814671 chore: clear code 2021-05-13 10:21:08 +08:00
rcmerci
f6bfe2ff2d fix(editor): wrong indentation on inserted new block 2021-05-13 10:16:35 +08:00
Tienson Qin
82ddd4c079 feat: add block preview
use tippy for tooltip
2021-05-13 00:35:10 +08:00
Tienson Qin
0fee13bd62 fix: filters 2021-05-12 21:36:14 +08:00
Tienson Qin
43f127fbaa fix: add marker and priority to :block/refs 2021-05-12 20:23:39 +08:00
Tienson Qin
b991599244 fix: filters
close #1783
2021-05-12 20:10:03 +08:00
Weihua Lu
8efa39d65e fix: block search in page filter 2021-05-12 17:46:16 +08:00
Tienson Qin
663d76b431 fix: Certain page titles get lowercased on re-index
Close #1822 #1810
Also, parse `a.b.md' as [[a/b]] page
2021-05-12 16:09:00 +08:00
Peng Xiao
faee46551a fix: fix right side bar not scroll 2021-05-12 16:04:23 +08:00
rcmerci
c3ecddb176 fix: wrong block/title 2021-05-12 16:01:31 +08:00
Kan-Ru Chen
9855959795 Fix missing argument for input-secret dialog 2021-05-12 15:42:09 +08:00
Weihua Lu
84cfe572f5 feat: wip, categorize shortcuts 2021-05-12 15:25:28 +08:00
charlie
da707c13c6 Merge branch 'feat/outliner-core' into feat/integration-plugins-core 2021-05-12 11:15:19 +08:00
charlie
d671d7ef28 Merge branch 'feat/outliner-core' into feat/integration-plugins-core 2021-05-12 10:46:14 +08:00
Weihua Lu
5785abfe9f refactor: rename data to config 2021-05-12 10:44:56 +08:00
Tienson Qin
a3fae3a567 enhance: simplify export zip's file name 2021-05-11 23:09:19 +08:00
charlie
77af7036e5 fix(exporter): flatten zip files 2021-05-11 23:09:19 +08:00
Tienson Qin
0ebb1629b7 fix: bilibili id regex
close #1779
2021-05-11 22:53:45 +08:00
Tienson Qin
0352d4e2c1 fix: unordered list number
close #1784
2021-05-11 22:38:44 +08:00
Tienson Qin
ced50c4482 fix: the next block might inherits block attributes from the previous block 2021-05-11 22:23:26 +08:00
Tienson Qin
68835c4b67 enhance: change default spaces back to two 2021-05-11 20:32:59 +08:00
Tienson Qin
66c0200b51 fix: wrong indentation when extracting blocks
close #1785
2021-05-11 20:21:28 +08:00
rcmerci
850d8d8c7a add marker_test & priority_test 2021-05-11 19:01:13 +08:00
rcmerci
09b2ea368d split util.marker & util.priority lib 2021-05-11 19:01:13 +08:00
Weihua Lu
e0f32fe878 feat: wip, organize shortcut docs page 2021-05-11 17:59:58 +08:00
Tienson Qin
ac7f6e1967 fix: remove non existed block refs when saving a block to avoid blank page 2021-05-11 17:54:31 +08:00
Tienson Qin
83c481ab09 fix: block properties 2021-05-11 17:21:13 +08:00
Tienson Qin
189d94554f fix: Copy block ref sometimes do not saved correctly
close #1798
2021-05-11 17:00:43 +08:00