Commit Graph

66 Commits

Author SHA1 Message Date
Tienson Qin
b1c34c346b feat: makes /journals configurable
Adds a `:journals-directory` option
2021-05-18 11:04:53 +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
Tienson Qin
b991599244 fix: filters
close #1783
2021-05-12 20:10:03 +08:00
rcmerci
09b2ea368d split util.marker & util.priority lib 2021-05-11 19:01:13 +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
Peng Xiao
745b068028 fix: fix compiler error 2021-05-09 11:00:46 +08:00
rcmerci
2b8679ab14 fix set-priority on # heading 2021-05-08 20:33:04 +08:00
rcmerci
bfae935d0e fix cycle-todo! on # heading 2021-05-08 19:14:40 +08:00
Weihua Lu
fa08cff38c fix: cal cursor move down pos 2021-05-05 16:13:02 +08:00
Tienson Qin
043cc2a9ad fix: page filters
close #1702
2021-05-04 11:57:13 +08:00
Tienson Qin
4da56404b0 fix: page rename
Resolved #1718
Resolved #1703
2021-05-02 20:24:57 +08:00
Tienson Qin
7e0d4b23bb fix: delete the parent doesn't delete its children in the db 2021-05-01 21:51:38 +08:00
Tienson Qin
0c758fc268 feat: simplified markdown properties wip 2021-04-30 18:31:26 +08:00
Tienson Qin
24cc2374de Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-04-29 22:22:32 +08:00
Tienson Qin
10ebee1be6 fix: click search result doesn't scroll to the corresponding block 2021-04-29 22:21:46 +08:00
Weihua Lu
fe53bcf09b fix: proper fix of noncollapsse selection 2021-04-29 22:17:56 +08:00
Weihua Lu
14638ff6b9 fix: collapse select issue 2021-04-29 21:43:31 +08:00
Tienson Qin
9a8f76b408 enhance: clear old data when switching to the refactored one 2021-04-29 15:32:51 +08:00
Weihua Lu
99daaeb7ba fix: selection scroll 2021-04-19 23:32:24 +08:00
Weihua
d1ced9050d Merge branch 'feat/outliner-core' into feat/unify-up-down 2021-04-19 15:39:08 +08:00
Weihua Lu
02e32d9765 feat: cross page select 2021-04-19 15:35:47 +08:00
Tienson Qin
e09b777219 enhance: don't refresh when auto-save 2021-04-18 21:33:07 +08:00
Tienson Qin
2f808c14bf refactor: simplify editor timeout 2021-04-18 17:27:07 +08:00
Tienson Qin
c61a93112e fix: block background && repeat parents 2021-04-18 16:16:05 +08:00
Tienson Qin
1375d1fab5 Merge branch 'master' into feat/outliner-core 2021-04-18 15:40:56 +08:00
Tienson Qin
8f6505d04b enhance: scrollbar no longer limits to the main content
also, a sticky right topbar
2021-04-18 12:56:44 +08:00
Weihua Lu
dd1ba2633f feat: rework on up/down action 2021-04-16 17:46:05 +08:00
Tienson Qin
4f6809768b refactor: don't create properties for new pages 2021-04-16 10:25:56 +08:00
Tienson Qin
33ed50ca73 refactor: add batch for handling core.async messages 2021-04-15 23:58:00 +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
Weihua Lu
bc5f343cd5 fix: up down move between blocks using line pos 2021-04-13 18:26:09 +08:00
Tienson Qin
3681835c9c enhance: search block jumps to the correct position 2021-04-10 16:38:29 +08:00
Weihua Lu
a1822eb02b add and fix some util fns 2021-04-09 21:47:31 +08:00
Tienson Qin
10ab134f3d refactor: add markdown unordered list as blocks 2021-04-07 22:50:25 +08:00
Tienson Qin
f2077701ab Merge branch 'master' into feat/outliner-core 2021-04-05 09:53:18 +08:00
Tienson Qin
b2b5acb6f1 fix: can't edit on iOS 2021-03-31 16:30:17 +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
Junyu Zhan
6b9beda701 fix: typo 2021-03-26 21:46:28 +08:00
Tienson Qin
655c8bfc5f feat: block alias
Markdown syntax: [alias](((block-id)))
2021-03-24 23:15:37 +08:00
defclass
e61c02bd27 fix(util): fix require 2021-03-23 10:37:13 +08:00
defclass
1e18a49440 refactor(outliner): use unified state management and revise the tests 2021-03-23 10:13:41 +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
defclass
a5cbc280ba chore(warning): fix code to erase complains 2021-03-16 15:00:20 +08:00
Tienson Qin
3fcc8bf69c feat: initial support for namespace pages 2021-03-15 23:07:07 +08:00
Tienson Qin
ac4de8a8c3 Merge branch 'master' into feat/outliner-core 2021-03-13 10:47:43 +08:00
charlie
c61c6dd4f4 feat(ui): use modal dialog display settings page 2021-02-26 19:57:44 +08:00
Tienson Qin
58b98bd196 fix: CI 2021-02-25 22:50:52 +08:00
Tienson Qin
aef76b9efa feat: Bilibili video support 2021-02-25 22:25:52 +08:00