Commit Graph

1185 Commits

Author SHA1 Message Date
Tienson Qin
d0d3f8a9db Merge pull request #148 from logseq/fix/block-path-separator
Replace block parent path separator
2020-10-04 16:55:19 +08:00
Tienson Qin
8e77b7d6a1 Type s to switch between the file and the corresponding page 2020-10-04 15:34:15 +08:00
Tienson Qin
a39fd88cc5 Bump minor version 2020-10-04 14:32:11 +08:00
Tienson Qin
b1655740cf Enable Grammarly
Related to https://github.com/logseq/logseq/issues/412
2020-10-04 14:31:19 +08:00
River Smith
10155af0bd Replace block parent path separator
The old one didn't render in any browser on MacOS
2020-10-04 15:35:41 +11:00
Tienson Qin
d7eb2b5d51 Rename white to light and black to dark 2020-10-03 21:12:43 +08:00
Tienson Qin
b7d1f7af04 Bump version 0.0.3.7 2020-10-03 20:41:50 +08:00
Tienson Qin
fb18d31548 Merge pull request #147 from logseq/perf/query
Remove queries cache when all the subscribed components are unmounted
2020-10-03 20:41:24 +08:00
Tienson Qin
0ecbb63440 Remove debugging 2020-10-03 20:40:49 +08:00
Tienson Qin
c77a0b22bd Fixed block embeds blank issue 2020-10-03 20:39:09 +08:00
Tienson Qin
f8ff7293aa Remove queries cache when all the subscribed components are unmounted 2020-10-03 19:01:19 +08:00
Tienson Qin
2cc4bd3bbd Merge pull request #145 from logseq/fix-project-create-update
Fix bugs in project create / update
2020-10-02 18:52:18 +08:00
Tienson Qin
1598810827 Merge pull request #146 from logseq/fix/remove-duplicate-blocks
Fix sidebar-add-block! fail to remove blocks with the same ID
2020-10-02 18:50:28 +08:00
psdp
6fffdfecd9 Fix sidebar-add-block! fail to remove blocks with the same ID 2020-10-02 16:19:48 +08:00
Tienson Qin
b9b6eba628 Fix route not working in github pages 2020-10-02 09:44:32 +08:00
Tienson Qin
9b750f5913 Check "p" paramater 2020-10-02 09:29:36 +08:00
Tienson Qin
ff2ee7a9aa Try to fix github pages 2020-10-02 07:57:24 +08:00
Tienson Qin
68cc50796b Fix sidebar 2020-10-01 23:49:10 +08:00
Tienson Qin
772934bd70 Fix assets path 2020-10-01 23:34:51 +08:00
Tienson Qin
73303dca16 Fix custom sidebar 2020-10-01 23:27:05 +08:00
Tienson Qin
ba260795c7 Fix page name empty when switching to a custom home page 2020-10-01 23:00:59 +08:00
Tienson Qin
bbc480b5c8 Bump version 2020-10-01 22:45:03 +08:00
Tienson Qin
d9fe5c4639 Merge pull request #143 from logseq/feature/publishing
Publishing
2020-10-01 22:31:46 +08:00
Tienson Qin
1fe2a0f453 Only export pages which public attribute is set to true 2020-10-01 22:22:16 +08:00
Tienson Qin
c81ea4abcf Add publishing.sh 2020-10-01 18:53:41 +08:00
Tienson Qin
f3e04f2d81 Git support other branches than master 2020-10-01 12:43:58 +08:00
Tienson Qin
d14cdd60e2 Merge branch 'master' into feature/publishing 2020-10-01 12:04:01 +08:00
Tienson Qin
65d5a6eab9 Merge pull request #144 from logseq/fix-modal-open-logic
fix[modal-mixin]: Unnecessary re-render when click outside .
2020-10-01 12:01:57 +08:00
charlie
7f05035344 fix[modal-mixin]: fix open? condition for click-outside on-hide handler . 2020-10-01 10:23:11 +08:00
Tienson Qin
86a459fea1 Bump minor version 2020-09-30 22:23:24 +08:00
Tienson Qin
c9b14a0cc5 Merge branch 'master' into feature/publishing 2020-09-30 22:23:09 +08:00
Tienson Qin
7f91a9bfd5 Publishing similar to read-only version of TiddlyWiki
We'll add write support after the code refactor.
2020-09-30 22:21:32 +08:00
Tienson Qin
35de9b7259 Merge pull request #142 from logseq/fix/recent-block-contents
Fix "Contents" showing twice in Recent block
2020-09-30 22:09:41 +08:00
psdp
2bb3f5cce5 Retrieve page name from loaded entity in page/contents-page 2020-09-30 22:01:55 +08:00
Tienson Qin
21bd79af10 Merge pull request #141 from logseq/fix/dropdown-zindex
Minor UI fix: allow to dynamically set z-index for dropdown component
2020-09-30 18:19:11 +08:00
psdp
2808577dda Allow to specify z-index for dropdown component 2020-09-30 16:25:24 +08:00
Tienson Qin
4ab414c655 Working prototype yay! 2020-09-29 23:07:42 +08:00
Tienson Qin
7dbf5bfa24 Merge branch 'master' into feature/publishing 2020-09-29 21:20:24 +08:00
Tienson Qin
f2e20d68a4 Fix custom query with entity ids 2020-09-29 21:10:41 +08:00
Tienson Qin
f145761278 Merge branch 'master' into feature/publishing 2020-09-29 19:41:01 +08:00
Tienson Qin
ae9dd78cb3 Minor bump 2020-09-29 18:50:16 +08:00
Tienson Qin
51183a6b2f Remove "recompute-block-children" 2020-09-29 18:49:56 +08:00
Tienson Qin
c590f9c198 Bump minor version 2020-09-29 18:30:29 +08:00
Tienson Qin
8c910d52aa Set block custom_id property when copy the block ref 2020-09-29 18:29:30 +08:00
Tienson Qin
68f1363f60 Merge branch 'master' into feature/publishing 2020-09-29 13:30:52 +08:00
Tienson Qin
29f6bb2c98 Bump minor version 2020-09-29 12:51:22 +08:00
Tienson Qin
f65d2db2d6 Allow delete journal pages 2020-09-29 12:51:07 +08:00
Tienson Qin
b452b87b9e wip 2020-09-29 12:49:29 +08:00
Tienson Qin
e099500f55 Merge pull request #137 from logseq/reitit-generated-links
Use `rfe/href` to create links
2020-09-29 09:29:22 +08:00
Tienson Qin
c88a489d38 Fix recursive queries 2020-09-28 23:05:16 +08:00