Commit Graph

3582 Commits (0352d4e2c191fdeeec1a54d0b9499d02150b3305)

Author SHA1 Message Date
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
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
Tienson Qin b8f6e24df3 feat: add search in the current page back 2021-05-11 16:04:52 +08:00
Tienson Qin a12dc79e67 chore: bind editor/insert-link to mod+k 2021-05-11 15:49:54 +08:00
Tienson Qin 42542aac23 fix: Can't edit a page called Logseq
close #1792
2021-05-11 15:30:38 +08:00
Tienson Qin a28216c980 fix: Global search & backlink auto-complete only returns a single Page
candidate

close #1793
2021-05-11 14:53:41 +08:00
Tienson Qin 2292ad8b6a fix: local page graph 2021-05-10 23:02:32 +08:00
Tienson Qin d136d44798 Fix: linked refs not updated
close #1777
2021-05-10 22:44:15 +08:00
rcmerci 4d2c5f05a6 fix(editor): pasted template had chaotic orders 2021-05-10 20:45:00 +08:00
Tienson Qin a2d35f6208 fix: can't input page reference with spaces 2021-05-10 20:43:56 +08:00
Tienson Qin f05bd7e4e0 fix: custom queries
close #1769
2021-05-10 20:06:54 +08:00
Tienson Qin 26f18a437b fix: fs watcher 2021-05-10 19:39:18 +08:00
Tienson Qin 32c56a191c Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-05-10 18:54:51 +08:00
Tienson Qin 3a78a117a1 fix: block properties
also, fixed marker css
2021-05-10 18:51:32 +08:00
charlie 95ae0f5317 fix(editor): zoom out page error #1758 2021-05-10 15:41:28 +08:00
Tienson Qin 507e9fb031 fix: can't search
Related to #1754
2021-05-10 15:18:03 +08:00
rcmerci 7958c6b22d fix: move-subtree when move to new-created page 2021-05-10 14:33:03 +08:00
rcmerci 9289c7b298 fix: move-subtree between diff pages 2021-05-10 13:58:19 +08:00
Tienson Qin d1d4eaeb5a fix: can't exit app 2021-05-10 13:46:27 +08:00
Tienson Qin c78b225bbb fix: repeated tasks records 2021-05-10 12:43:32 +08:00
Tienson Qin 338de314c5 fix: sort properties 2021-05-10 12:28:48 +08:00
Tienson Qin df095c39a9 fix: linked refs not refreshed
close #1753
2021-05-10 12:19:17 +08:00
Tienson Qin b0a0e4d811 chore: bump mldoc 2021-05-10 11:17:49 +08:00
Weihua 018d517348
feat: more bash-like basic in block editing shortcuts (#1741)
* feat: shortcut for kill line, cursor begin/end, kill block

* feat: move or kill by word

* fix: off by one

* fix: til alt need be avoid on mac

* feat: false to disable shortcut

* fix: disable more binding for mac

* fix: add prevent default for global shortcuts

* fix: ctrl+shift+b/f move by word for mac

* fix: move backword zero bug
2021-05-10 10:44:54 +08:00
Weihua Lu bc49715f35 fix: delete text selection 2021-05-10 10:01:00 +08:00
rcmerci b8566f6eac fix(outliner): skip move-subtree if move to origin pos 2021-05-09 23:49:41 +08:00
Tienson Qin 3ad3f154ea Revert "fix: signature for logseq canary"
This reverts commit a1fd8425c5.
2021-05-09 22:25:11 +08:00
Tienson Qin 63adf01245 chore: bump version 2021-05-09 22:05:08 +08:00
Tienson Qin e6d6c940e1 chore: disable buggy codemirror integration temporally 2021-05-09 22:03:05 +08:00
Tienson Qin 762f5eff85 enhance: markdown use fence code when <src 2021-05-09 21:44:03 +08:00
Tienson Qin 3dd7b4d7d5 chore: bump mldoc 2021-05-09 18:08:03 +08:00
Tienson Qin fe5df9ca36 Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-05-09 11:26:31 +08:00
Tienson Qin 7349910e6f fix: git diff doesn't work because we don't store the raw file content 2021-05-09 11:25:41 +08:00
Peng Xiao 745b068028 fix: fix compiler error 2021-05-09 11:00:46 +08:00
Weihua Lu d1cafa3df1 fix: EOL undo issue 2021-05-09 00:26:18 +08:00
Weihua Lu d25db88fc1 chore: change insert link back to k 2021-05-09 00:26:18 +08:00
Weihua Lu 6be6ce76bc chore: remove duplicated code 2021-05-09 00:26:18 +08:00
Tienson Qin a1fd8425c5 fix: signature for logseq canary 2021-05-08 23:17:03 +08:00
Tienson Qin fe2371f4e5 fix: org mode properties 2021-05-08 23:12:43 +08:00
Tienson Qin 3ea88719db fix: can't create org mode files in Canary release
close #1740
2021-05-08 22:35:59 +08:00
Tienson Qin 2e0c241ba6 enhance: don't clear selection after copied
close #1733
2021-05-08 22:12:16 +08:00
Tienson Qin 701f4facfd fix: add timetracking back 2021-05-08 22:07:28 +08:00
Tienson Qin a707f0bf51 enhance: replace todo query with task 2021-05-08 20:56:43 +08:00