Commit Graph

4242 Commits (7d4bf9ce932b1b79f573b22163e26527a141ab69)

Author SHA1 Message Date
Tienson Qin 99db2bd503 fix: nested queries bugs
close #2218
2021-06-18 00:19:06 +08:00
Tienson Qin 903a757ce2 fix: or nested queries
related to #2218
2021-06-17 23:57:30 +08:00
Tienson Qin 2c7be3bab9 fix: [display name]([[page name]]) is not counted as a page reference 2021-06-17 22:23:39 +08:00
Tienson Qin 2eb173070d enhance: make block preview lazy too 2021-06-17 22:13:45 +08:00
Tienson Qin 55448c8ed1 fix: Writing in new page in sidebar makes new line after each keypress
also, makes tippy lazy
2021-06-17 22:12:03 +08:00
Tienson Qin effae4b9d6 enhance: put warning above the plugins 2021-06-17 21:05:03 +08:00
Tienson Qin 777437a999 enhance: add random plugins warning/disclaimer 2021-06-17 20:43:06 +08:00
Tienson Qin d5bbe762ea fix: str/trim 2021-06-17 20:17:24 +08:00
Tienson Qin e57657e79a fix: roam export replace embeds 2021-06-17 20:06:52 +08:00
Weihua Lu 75e90007e2 chore: clean ns 2021-06-17 20:06:52 +08:00
Weihua Lu dc8122f5a6 feat: export as roam json 2021-06-17 20:06:52 +08:00
Tienson Qin ff615bc1f4 chore: bump mldoc 2021-06-17 19:49:39 +08:00
Tienson Qin 40922ae477 doc: add plugins community templates 2021-06-17 19:37:19 +08:00
Junyu Zhan d0fd7cf6e2 fix: remove duplicate commands map 2021-06-17 19:15:11 +08:00
Junyu Zhan 9e3c197d8e feat: add show-command-doc? config 2021-06-17 19:15:11 +08:00
Junyu Zhan c123f978a5 feat: command group with title doc 2021-06-17 19:15:11 +08:00
Tienson Qin dde0fb972e fix: ci 2021-06-17 19:10:22 +08:00
Tienson Qin b805fdbeb7 fix: /h{1-6} doesn't replace the old heading 2021-06-17 19:10:22 +08:00
Tienson Qin 0d0955d3f1 fix: skip "-" for markdown's top headings when writing back 2021-06-17 19:10:22 +08:00
rcmerci 7807dd9255 update block/unordered when save-node 2021-06-17 19:10:22 +08:00
rcmerci 436bd5e5eb fix: test-extract-blocks-pages failed 2021-06-17 19:10:22 +08:00
rcmerci 14719ff422 feat: support `- ##` like heading 2021-06-17 19:10:22 +08:00
Tienson Qin cc6bdf0b57 fix: right sidebar can't be scrollable 2021-06-17 16:28:11 +08:00
Weihua Lu 436f19ede3 fix: skip false binding 2021-06-17 13:18:05 +08:00
Weihua Lu a7543a2a18 feat: add a shortcut for escape editing 2021-06-17 13:18:05 +08:00
charlie 6535e2068d improve(plugin): insert block api & type & bump libs version 2021-06-17 13:17:15 +08:00
Tienson Qin 12ea1a29f3 fix: api-insert-new-block! 2021-06-17 12:25:18 +08:00
charlie 33072a2e18 fix(plugin): remove debugger 2021-06-17 10:33:17 +08:00
charlie ae498491b0 fix(plugin): update block api 2021-06-17 10:33:17 +08:00
charlie 80e47bf829 fix(plugin): beforeunload call error if it not exist & bump libs version 2021-06-17 10:33:17 +08:00
charlie a7cc751269 fix(editor): weird behavior when toggling edit mode for long text.
issue ref: https://twitter.com/CatoMinor3/status/1404860903825285121
2021-06-17 10:31:25 +08:00
Weihua Lu dd9fd0f33c chore: remove unneeded clear 2021-06-17 10:31:08 +08:00
Weihua Lu 59a8eca650 fix: always clear selection before set selected blocks 2021-06-17 10:31:08 +08:00
Weihua Lu a825750054 chore: remove unused code 2021-06-17 10:31:08 +08:00
Weihua Lu 2b2742eb6f enhance: shift down select skip nested children 2021-06-17 10:31:08 +08:00
Devon Zuegel abe3dd6b99 Bump up opacity on icons to increase contrast 2021-06-17 10:30:02 +08:00
Devon Zuegel b0a010e856 Fix typo: scollable -> scrollable 2021-06-17 10:30:02 +08:00
Devon Zuegel acc4ea7189 Update modal so that click on backdrop closes the modal 2021-06-17 10:30:02 +08:00
Tienson Qin da73426645 chore: bump minor version 2021-06-16 23:35:20 +08:00
Weihua e905666250 fix: up select issue 2021-06-16 23:32:04 +08:00
Tienson Qin 4f40e861d8 fix: select error 2021-06-16 23:23:10 +08:00
rcmerci d304d29b0b fix: escape regex meta chars when matching page-name with block/content 2021-06-16 16:53:01 +08:00
rcmerci a9884164c1 fix: another left-id conflict case 2021-06-16 16:51:37 +08:00
Weihua Lu b1c7670dd5 fix: only select page blocks 2021-06-16 16:51:09 +08:00
Weihua Lu af9f583521 enhance: make select-all-blocks work globally 2021-06-16 16:51:09 +08:00
Weihua Lu f37ee5e584 fix: typo 2021-06-16 11:55:15 +08:00
Weihua Lu a19e336371 feat: add toggle open 2021-06-16 11:55:15 +08:00
Nikhil Warke 5446c17f58
feat: add collapse all binding (#2186)
A shortcut to collapse all top level blocks. It helps in getting
a quick summary of document, especially when there are outlines.

Co-authored-by: Nikhil Warke <nwarke@protonmail.com>
2021-06-16 11:14:06 +08:00
Tienson Qin 0c5b59077f chore: bump yarn.lock too 2021-06-16 00:32:21 +08:00
Tienson Qin 3eb3beef35 chore: bump mldoc 2021-06-16 00:25:55 +08:00