Commit Graph

3494 Commits (d1a576165d941a3a2c7590acbfeab3247def5342)

Author SHA1 Message Date
Tienson Qin ffd0cd59ea fix: Switching graphs makes the journal page queries disappear
Resolved #1594
Resolved #1567
2021-04-15 21:21:43 +08:00
Weihua Lu 2598d19e3e chore: add credit 2021-04-15 19:31:39 +08:00
defclass 31c4dc2edf Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-04-15 19:05:31 +08:00
defclass a8fcbaebe2 fix(file): remove unnecessary write file 2021-04-15 19:05:02 +08:00
rcmerci a96d65a00f fix: pasting in journal page generate empty file 2021-04-15 17:54:13 +08:00
Weihua Lu dfc4516671 fix: input link cannot delete 2021-04-15 17:44:02 +08:00
Tienson Qin 53296a2e43 fix: can't exit logseq when empty graph 2021-04-15 17:01:24 +08:00
Weihua Lu 2e04791d01 fix: cannot delete command bug 2021-04-15 16:19:12 +08:00
defclass d0c8ddf030 Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-04-15 16:09:13 +08:00
defclass f7d68b64a0 feat(file): add batch write file 2021-04-15 16:08:58 +08:00
Weihua Lu fd0742b1f3 fix: move shortcut install to handler start 2021-04-15 15:53:20 +08:00
Tienson Qin 212e2592d1 fix: add check 2021-04-15 15:45:15 +08:00
defclass b639edaa64 WIP 2021-04-15 15:43:51 +08:00
Tienson Qin 87f666cbae fix: add missing parameter 2021-04-15 15:19:27 +08:00
Tienson Qin 11d1de6aa3 fix: add block check 2021-04-15 15:18:47 +08:00
Weihua Lu efcc3be8c1 refactor: editor copy/cut/delete 2021-04-15 15:12:28 +08:00
rcmerci 318a6bce86 fix: paste err when copied-blocks is nil 2021-04-15 13:24:35 +08:00
rcmerci 2582a99532 fix: paste on journal page 2021-04-15 12:33:38 +08:00
defclass c9c9fd9f29 Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-04-15 12:12:38 +08:00
defclass 45b68e13c2 fix(outliner): write changes into files when user undo or redo 2021-04-15 12:11:22 +08:00
Tienson Qin da3970d531 refactor: block && page properties 2021-04-15 12:02:35 +08:00
Tienson Qin d0abccde62 fix: linked && unlinked references 2021-04-15 10:08:40 +08:00
Tienson Qin d8562c609a fix: support page properties 2021-04-14 23:48:36 +08:00
Tienson Qin c81e5259e9 fix: jump cursor 2021-04-14 23:38:43 +08:00
rcmerci abbc2d2127 chore: clear code 2021-04-14 17:59:50 +08:00
Junyu Zhan ca477b8c5f fix: update shortcuts doc 2021-04-14 17:55:52 +08:00
rcmerci fa4dad5a6b refactor: copy & paste 2021-04-14 17:48:29 +08:00
Tienson Qin 50f92f7100 fix: undo cursor
Also, switched to a timeout instead of periodically saving the current block.
2021-04-14 17:33:16 +08:00
Tienson Qin e873690a8b refactor: switch back to store properties directly in plain-text 2021-04-14 10:51:14 +08:00
Peng Xiao c7386b57a9 fix: block ref should be able to wrap 2021-04-14 10:47:09 +08:00
Tienson Qin 71c854bce7 fix: remove "name" 2021-04-13 22:28:25 +08:00
Tienson Qin 24cbad794f chore: yarn.lock 2021-04-13 22:27:56 +08:00
Tienson Qin fde0f4cf69 chore: bump mldoc 2021-04-13 18:41:27 +08:00
Weihua Lu 073e0cc554 fix: handle up down selection 2021-04-13 18:26:09 +08:00
Weihua Lu f4ae38308e fix: handle left right move when selection 2021-04-13 18:26:09 +08:00
Weihua Lu bc5f343cd5 fix: up down move between blocks using line pos 2021-04-13 18:26:09 +08:00
Tienson Qin c809cec032 refactor: block properties
- Added :block/created-at and :block/updated-at
- Update block will update page's timestamp too
- Store properties under `:block/properties` in metadata.edn
2021-04-13 17:20:25 +08:00
Tienson Qin acedd5ac0a chore: remove debugging 2021-04-12 21:36:59 +08:00
Tienson Qin 73c9f05139 enhance: search tweaks 2021-04-12 21:36:59 +08:00
Tienson Qin 422fd8353b enhance: full search results 2021-04-12 21:36:59 +08:00
Tienson Qin 6b3142eb49 chore: adjust search result length 2021-04-12 20:11:18 +08:00
Tienson Qin 14dfaabba4 chore: bump version 2021-04-12 19:56:05 +08:00
Tienson Qin ce055e6ea6 fix: Enter can't create new block 2021-04-12 19:05:05 +08:00
Tienson Qin d1359c3418 fix: undo cursor 2021-04-12 18:23:03 +08:00
Tienson Qin 5552dd1321 chore: set block ref search result length to 25 2021-04-12 16:45:43 +08:00
Tienson Qin 02c77a1177 enhance: adjust blocks search 2021-04-12 16:13:14 +08:00
Tienson Qin 880560042b chore: use last-edit-block instead of block-idx 2021-04-12 15:58:38 +08:00
defclass a030c53dac chore: remove unused code 2021-04-12 15:47:48 +08:00
defclass a2d002293d Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-04-12 15:46:44 +08:00
defclass 89f2f07763 feat(outliner): add options for auto-transact 2021-04-12 15:46:33 +08:00