Commit Graph

18312 Commits

Author SHA1 Message Date
Weihua
7f51f667bb use logseq fork of datascript
cherry-picked one commit from upstream to deprecate qualified lib warning

everything else is same
2021-03-24 13:05:21 +08:00
Weihua
f0911f43b1 fix: use qualified lib 2021-03-24 12:34:07 +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
defclass
b4b12ffa6f test: add deps 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
charlie
097989ee6f improve(dev): live the std out/err when watch CSS bulid 2021-03-23 10:30:45 +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
defclass
55d5ca8239 refactor(outliner): recur tree nodes 2021-03-23 10:12:19 +08:00
Tienson Qin
ba5259feb9 fix: keep copy-paste buffer intact when deleting blocks
Related to #1507
2021-03-22 16:16:55 +08:00
Tienson Qin
a1f5c715d0 fix: don't show brackets for tags 2021-03-22 16:00:59 +08:00
Tienson Qin
b98e2e1dc8 chore: bump mldoc 2021-03-22 15:59:21 +08:00
Tienson Qin
0ea56db089 fix: ref pages in properties 2021-03-22 13:57:00 +08:00
Tienson Qin
279f319bca fix: block refs 2021-03-22 12:55:33 +08:00
Tienson Qin
86bf129b33 chore: bump is-svg 2021-03-22 11:16:25 +08:00
Martin Klepsch
b1149309df add configuration files for clj-kondo + rum defc 2021-03-22 11:11:45 +08:00
Tienson Qin
89aff1abc0 refactor: merge :block/ref-pages and :block/ref-blocks 2021-03-21 15:36:14 +08:00
Tienson Qin
72f5a7c07b Merge branch 'master' into refactor/core 2021-03-21 14:14:22 +08:00
Tienson Qin
f141f3dfd0 chore: distinct pages by :block/name 2021-03-21 14:06:32 +08:00
Tienson Qin
b154c9e0f5 chore: bump minor version 2021-03-19 22:57:21 +08:00
Tienson Qin
2df3fd297d fix: add page embeds to page references 2021-03-19 22:52:03 +08:00
Tienson Qin
a1d4a4d110 chore: remove dev.html 2021-03-19 22:08:35 +08:00
Tienson Qin
9ca18e95c7 refactor: remove main.css and style.css too 2021-03-19 22:08:35 +08:00
Tienson Qin
e06ee2290f refactor: merge both vendor.css and main.css
Import all used CSS modules into tailwind.all.css
2021-03-19 22:08:35 +08:00
Tienson Qin
817bf9aec0 fix: Shortcut for Journal (CTRL+J in help) is actually ALT+J
Resolved #1502
2021-03-19 16:54:57 +08:00
Tienson Qin
6aaa4dd3fa chore: replace gulp build with run-s gulp:build 2021-03-19 16:43:22 +08:00
Tienson Qin
965949518e Merge pull request #1499 from logseq/improve/css-development
improve(dev): css development flow
2021-03-19 15:21:28 +08:00
charlie
ec6733dd58 fix(css): main css should before tailwind utilities 2021-03-19 15:16:23 +08:00
charlie
67321778a6 improve(dev): css development flow 2021-03-19 15:16:21 +08:00
Tienson Qin
de67d7012e chore: bump mldoc 2021-03-19 15:14:03 +08:00
Tienson Qin
b1eeebb45c fix: roam macro import
Related to #1493
2021-03-19 01:34:55 +08:00