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
Tienson Qin
525337c5e4
enhance: group A/B/C to priorities
0.1.9
2021-06-18 01:09:47 +08:00
Tienson Qin
ceaac15ef7
chore: bump version
2021-06-18 00:45:27 +08:00
Peng Xiao
f6c22ca70c
fix: page title in page-cp should use original-name
2021-06-18 00:37:32 +08:00
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