Commit Graph

4445 Commits (69f271cba5b31a00066ac130ed717fc5c435da4e)

Author SHA1 Message Date
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
rcmerci 6d4bb1422b feat: add new command `:editor/replace-block-reference-at-point`
binding to 'ctrl+c ctrl+c'
2021-06-22 10:55:43 +08:00
rcmerci 059943db17 feat(util): add thingatpt.cljs (thing-at-point) 2021-06-22 10:55:43 +08:00
Tienson Qin cfc148e78c fix: add :block/heading-level to db schema 2021-06-22 10:51:57 +08:00
Sebastian Bensusan 64c314048e
fix: don't show calc parse errors to the UI (#2246) 2021-06-22 10:44:03 +08:00
Peng Xiao 44b8303ad6 fix: do not pass theme to tippy 2021-06-22 10:39:55 +08:00
Michael Schmidt-Korth 891f93309d Page rename: Use current title as default
When renaming a page often you just want to adjust the existing title. Therefore, default the input field with the current page title.
2021-06-22 10:01:46 +08:00
Nikhil Warke d0f6549b67 fix: Fix non ml-doc file links in org syntax
We have two scenarios, either the file link is a ml-doc file and we
show a page reference, or its a file with unknown ext and the system should
handle it.
The bug was that we were handling both Complex type with file protocol and File
type the same way. In case of File type it would add extra `file://` and causing
unexpected behaviour.
Since we handle search beforehand, the fix can be to simple remove `file:`
prefix, to keep the behaviour consistent with markdown syntax
2021-06-21 20:51:42 +08:00
Peng Xiao d7c158899d
fix: output custom.css instead of append for publish (#2238) 2021-06-21 19:48:47 +08:00
Devon Zuegel 07e7e42b0e
feat: add /calc slash command (#2244) 2021-06-21 11:19:01 +08:00
andrevem bddadd74c5
feat: 🇪🇸 add spanish shortcut translation (#2248)
* Fix typos

* 🇪🇸 Shortcut translation
2021-06-21 10:44:17 +08:00
Weihua Lu 204541abda chore: clean up namespace, eliminate refer-macro 2021-06-21 08:13:49 +08:00
Weihua Lu cb59e9d0ce enhance: unlinked ref search alias as well 2021-06-21 08:11:54 +08:00
andrevem 551e44612c
feat: 🇪🇸 add spanish translation (#2240)
* 🇪🇸 starting translation

* quick fixes

* Initial translation

* Fix typos
2021-06-20 13:50:11 +08:00
icremcr 46b37d760b
Merge pull request #2228 from logseq/fix/copy-blocks-format-err
fix: copy a heading and sub bullets (replaces tabs and dashes by #)
2021-06-19 22:22:21 +08:00
Peng Xiao 384b324aed feat: preview block reference with its children 2021-06-19 20:39:13 +08:00
rcmerci 681a34fa18 fix: use '\t' when copy 2021-06-18 13:53:34 +08:00
rcmerci 1b12cffa9b fix: copy a heading and sub bullets (replaces tabs and dashes by #) 2021-06-18 13:10:07 +08:00