Commit Graph

17706 Commits

Author SHA1 Message Date
Tienson Qin
c3b26256f9 Merge branch 'master' of github.com:logseq/logseq 2021-03-26 22:18:52 +08:00
defclass
9a75cb6431 fix(outliner): fix typo 2021-03-26 22:18:22 +08:00
Tienson Qin
3bc7d7368b chore: bump version 2021-03-26 22:17:54 +08:00
defclass
168352ed6f style: update var name 2021-03-26 22:16:39 +08:00
defclass
cf582584e3 doc: update comment 2021-03-26 22:16:33 +08:00
defclass
df074f6c43 style: update code style 2021-03-26 22:05:02 +08:00
Junyu Zhan
6b9beda701 fix: typo 2021-03-26 21:46:28 +08:00
defclass
e31dee1b60 Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-03-26 21:43:59 +08:00
defclass
5fae81f667 Revert "fix: the first child block doesn't have left node"
This reverts commit 3e848232c2.
2021-03-26 21:36:47 +08:00
defclass
abc529cb9f fix(outliner): support random blocks passed into blocks->vec-tree 2021-03-26 21:36:17 +08:00
Junyu Zhan
78afe3e602 feat: export custom css 2021-03-26 21:28:07 +08:00
Tienson Qin
5d652a520b fix: the graph doesn't show on the full page
Resolved #1391
Resolved #1532
2021-03-26 21:24:38 +08:00
Tienson Qin
a5a2881b0f fix: replace sort-by-pos with sort-by-left 2021-03-26 20:41:28 +08:00
Tienson Qin
3e848232c2 fix: the first child block doesn't have left node 2021-03-25 23:50:13 +08:00
Tienson Qin
15e2b41102 chore: remove outline-schema 2021-03-25 22:46:03 +08:00
Tienson Qin
f241e5eba3 refactor: replace :block/children with :block/parent 2021-03-25 22:26:36 +08:00
Tienson Qin
84fb245d8a fix: parse-block preserve parent and left 2021-03-25 22:00:51 +08:00
defclass
db4d8c8f47 fix: remove debug info 2021-03-25 16:47:57 +08:00
defclass
d88542f412 refactor(outliner): blocks->vec-tree 2021-03-25 16:46:46 +08:00
thezjy
a4d0666bcc feat: use a button to load more journals (#1529)
* feat: use a button to load more journals

* feat: preserve the "scroll to load more" behavior

* ignore .clj-kondo all together

* enhance: load latest two journals by default

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-03-25 11:45:31 +08:00
defclass
14836c932c feat(outliner): add :page/name into ->block-id 2021-03-25 11:27:21 +08:00
defclass
e45cb793af fix(outliner): parent-id -> parent left-id -> left 2021-03-25 11:23:26 +08:00
Tienson Qin
b480807fa0 refactor: attach :block/parent and :block/left after importing 2021-03-25 10:46:07 +08:00
Tienson Qin
aef9b61839 enhance: notice when scheduled or deadline and there's no content 2021-03-24 23:36:54 +08:00
Tienson Qin
655c8bfc5f feat: block alias
Markdown syntax: [alias](((block-id)))
2021-03-24 23:15:37 +08:00
Tienson Qin
8f05fb66b7 Merge branch 'master' into feat/outliner-core 2021-03-24 21:28:47 +08:00
ahonn
35ccd5b403 feat: add electron-window-state to remember the window state 2021-03-24 20:15:25 +08:00
Tienson Qin
f8d1e90118 feat: render Inline_Html 2021-03-23 21:34:03 +08:00
Tienson Qin
c4ffbac107 feat: markdown underline command 2021-03-23 21:34:03 +08:00
defclass
45108ae662 test: comment a unavailable test 2021-03-23 20:47:26 +08:00
defclass
917e83309b chore: remove nano-id 2021-03-23 20:47:26 +08:00
Tienson Qin
e37eec4a45 refactor: add :block/uuid for pages 2021-03-23 20:24:54 +08:00
Tienson Qin
4dddaa66ab refactor: remove both :block/scheduled-ast and :block/deadline-ast 2021-03-23 14:55:01 +08:00
rcmerci
9eab95786b feat: support exporting single page to markdown 2021-03-23 14:17:25 +08:00
Tienson Qin
eaf64478a9 fix: react key warnings 2021-03-23 13:15:45 +08:00
Tienson Qin
9a08353037 chore: add documentation for database's schema 2021-03-23 12:42:36 +08:00
Tienson Qin
c0aaff5037 fix: remove non exists block refs when importing from files 2021-03-23 11:13:41 +08:00
defclass
e61c02bd27 fix(util): fix require 2021-03-23 10:37:13 +08:00
rcmerci
5bf0e29239 fix(export): also take :page/original-name into exporting markdown 2021-03-23 10:30:33 +08:00
defclass
346e9e9a7c fix(outliner): move :block/id into :block/uuid 2021-03-23 10:23:27 +08:00
defclass
115f45504f test(outliner): remove generator logic 2021-03-23 10:13:41 +08:00
defclass
1e18a49440 refactor(outliner): use unified state management and revise the tests 2021-03-23 10:13:41 +08:00
defclass
4ea2053510 feat(outliner): add insert-node api 2021-03-23 10:12:19 +08:00
defclass
218746edcd refactor(outlier): refactor get-children 2021-03-23 10:12:19 +08:00
defclass
bb42ede8d0 refactor(outliner): remove feature that one position as a atom 2021-03-23 10:12:19 +08:00
defclass
5098327166 docs(outliner): add some docs 2021-03-23 10:12:19 +08:00
defclass
b73e5e72f7 chore(outliner): remove examples 2021-03-23 10:12:19 +08:00
Tienson Qin
10c3756803 remove cljs-run-test 2021-03-23 10:12:19 +08:00
defclass
bf15df3059 feat(ouliner): add static 2021-03-23 10:12:19 +08:00
defclass
c051ac5c66 refactor(outliner): using sematic dom 2021-03-23 10:12:19 +08:00