Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
65c81e8b6f enhance: display namespace pages instead of the original page in
preview
2021-06-24 16:40:17 +08:00
Tienson Qin
581bc70af3 feat: add namespace pages hierarchy 2021-06-24 15:47:30 +08:00
Tienson Qin
bb1540a8fa enhance: display pdf by default 2021-06-24 14:11:55 +08:00
Tienson Qin
da37d6a796 refactor: remove dnd timer 2021-06-24 14:00:28 +08:00
Tienson Qin
468adf6fca enhance: make it easier to drag files to the editor 2021-06-24 13:59:35 +08:00
rcmerci
dc39896bde update org-link behavior previewing pdf 2021-06-24 13:59:35 +08:00
rcmerci
cce89f8f17 update org-link behavior
add :show metadata
  [[url][label]]{:show <bool>}
2021-06-24 13:59:35 +08:00
rcmerci
063b9a5dad fix: markdown link behavior 2021-06-24 13:59:35 +08:00
Tienson Qin
2f3811cbef fix: namespace pages are not created when using search to create 2021-06-24 10:55:15 +08:00
Tienson Qin
3138ab08f7 chore: bump electron package 0.2.0 2021-06-23 21:04:37 +08:00
Tienson Qin
668523198e chore: bump mldoc 2021-06-23 21:02:47 +08:00
Tienson Qin
b1dfe7f567 feat: ID-links follow the ID when clicked
close #696
2021-06-23 20:49:37 +08:00
Tienson Qin
cb2793bc1a fix: uncomment lines 2021-06-23 19:49:18 +08:00
rcmerci
72807041b8 fix: update exported md format
related to https://github.com/logseq/mldoc/pull/68
2021-06-23 19:37:03 +08:00
Weihua Lu
361dca3c23 fix: bump correct version 2021-06-23 19:33:40 +08:00
Weihua Lu
f79bc1437e chore: bump datascript to 1.2.0 2021-06-23 19:33:40 +08:00
Weihua Lu
a149742153 fix: click expand remove collapse property 2021-06-23 19:33:14 +08:00
Tienson Qin
a980beff25 feat: alt-dragging to create a block reference 2021-06-23 19:28:05 +08:00
Tienson Qin
9d11b3b65a refactor: drag && drop 2021-06-23 17:20:52 +08:00
Tienson Qin
0fdd1275d1 enhance: add an option to expand block references 2021-06-23 11:16:07 +08:00
dependabot[bot]
7d4bf9ce93 chore(deps): bump color-string from 1.5.4 to 1.5.5
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 10:41:39 +08:00
Peng Xiao
6253352729 feat: show block breadcrumbs in preview 2021-06-23 10:41:22 +08:00
Weihua Lu
be2c8de294 fix: typo 2021-06-23 10:39:41 +08:00
Weihua Lu
53b2d660fe fix: handle shortcuts nil in config file 2021-06-23 10:39:41 +08:00
Weihua Lu
809984e524 fix: handle nil name 2021-06-23 10:39:41 +08:00
Weihua Lu
39bf3eb9aa enhance: reorganize some shortcut group 2021-06-23 10:39:41 +08:00
Weihua Lu
64d4b472b1 feat: customize shortcut UX 2021-06-23 10:39:41 +08:00
rcmerci
d9bd7d08b3 feat(test): add template-basic e2e-test 2021-06-23 10:15:32 +08:00
Tienson Qin
7eef4375a0 chore: bump version 2021-06-22 23:56:25 +08:00
Tienson Qin
186a4c8b27 fix: second settings can't be opened
close #2254
2021-06-22 23:51:40 +08:00
Tienson Qin
300895950f fix: :hidden config doesn't work for both nfs and the desktop app
close #2258
2021-06-22 23:13:41 +08:00
rcmerci
90df5607f0 remove redundant merge 2021-06-22 21:59:40 +08:00
rcmerci
643ff92be1 fix: entity not found err when import opml with non-existed block-ref-id 2021-06-22 21:59:40 +08:00
charlie
ac5d4b4508 improve(plugin): add openExternalLink api 2021-06-22 21:57:58 +08:00
charlie
cd9fc67f30 feat(plugin): support simple command pattern & impl registerBlockContextMenu api 2021-06-22 21:57:58 +08:00
charlie
cb8c115571 fix(plugin): broken slash command registry 2021-06-22 21:57:58 +08:00
Junyu Zhan
92ffe398b6 feat: add getting started link to help 2021-06-22 21:56:57 +08:00
Tienson Qin
bc2ac786ef fix: newline after timestamps 2021-06-22 21:46:37 +08:00
Tienson Qin
2e6414d3be chore: updated yarn.lock 2021-06-22 12:17:26 +08:00
Tienson Qin
af6d1ae7b7 chore: bump mldoc 2021-06-22 12:04:41 +08:00
Tienson Qin
9f66c3b16e fix: add missing {} 2021-06-22 11:01:07 +08:00
Tienson Qin
96a0c22164 add selection 2021-06-22 10:57:11 +08:00
Tienson Qin
31ac958a48 code refactor 2021-06-22 10:57:11 +08:00
Tienson Qin
57f20b5f3b add backspace and delete 2021-06-22 10:57:11 +08:00
Tienson Qin
e617fd29d6 add tab && shift+tab 2021-06-22 10:57:11 +08:00
Tienson Qin
03d81a1c7a doc: add yarn e2e-test 2021-06-22 10:57:11 +08:00
Tienson Qin
69fa58ff9c test: add some tests 2021-06-22 10:57:11 +08:00
Tienson Qin
f0af0f05dd test: cypress scaffolding 2021-06-22 10:57:11 +08:00
rcmerci
21dac9bac2 fix: import thingatpt 2021-06-22 10:55:43 +08:00
rcmerci
2581fdcda2 update keybinding of :editor/replace-block-reference-at-point 2021-06-22 10:55:43 +08:00