Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
d1e366e05d enhance: tweak scheduled && deadline 2021-03-29 13:06:07 +08:00
Tienson Qin
45b7e898f3 enhance: tweak the day a bit to include the future scheduled tasks 2021-03-29 12:52:32 +08:00
Tienson Qin
90905e209f fix: Don't display CANCELLED blocks in scheduled && deadline 2021-03-29 12:39:28 +08:00
Tienson Qin
5c0c3168ae bump: minor version 2021-03-29 12:33:39 +08:00
Tienson Qin
a0c5a42b0b fix: don't show finished tasks in scheduled && deadline 2021-03-29 12:33:09 +08:00
Tienson Qin
94184ebfda enhance: latex border color
Resolved #1544
2021-03-29 10:31:00 +08:00
Tienson Qin
9c3da02fe1 chore: bump minor version 2021-03-29 10:17:45 +08:00
Tienson Qin
6b4b55b72c chore: bump version
Resolved #1548
2021-03-29 10:17:09 +08:00
Tienson Qin
6eb91b84d9 fix: scheduled && deadline 2021-03-29 09:17:15 +08:00
Tienson Qin
9a650ba8a3 enhance: hide blanks for page references and embeds 2021-03-27 23:27:19 +08:00
Tienson Qin
cceb1e7fc0 Merge branch 'master' of github.com:logseq/logseq 2021-03-27 23:11:33 +08:00
Tienson Qin
d2c070eac5 fix: chokidar returns wrong "add" type when it's "change" 2021-03-27 22:57:53 +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
Tienson Qin
b5d9200f82 fix: deadline && scheduled not working 2021-03-27 12:36:46 +08:00
Tienson Qin
4bf475fb04 fix: don't allow spaces in property keys 2021-03-27 12:22:22 +08:00
Tienson Qin
9e4892690d chore: bump version 0.0.15 2021-03-27 09:36:00 +08:00
Tienson Qin
8203886c2d fix: tag in [[]] not working
Resolved #1540
2021-03-27 09:32:07 +08:00
Tienson Qin
a371c73a0b fix: reload should ignore some folders including assets
Resolved #1521
2021-03-27 09:20:10 +08:00
Tienson Qin
920d8f97f1 chore: bump mldoc 2021-03-27 08:06:45 +08:00
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 0.0.14 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
4010689a7b chore: set h1 font weight to 600 2021-03-24 23:38:00 +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
12a3ef6fa8 Merge branch 'master' of github.com:logseq/logseq 2021-03-24 23:17:39 +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
Tienson Qin
cecc240d9a chore: bump mldoc 2021-03-24 21:06:24 +08:00
Tienson Qin
0670c54661 fix: move electron-window-state to resources/package.json 2021-03-24 20:16:02 +08:00
ahonn
35ccd5b403 feat: add electron-window-state to remember the window state 2021-03-24 20:15:25 +08:00