Tienson Qin
276bfc7aae
fix: don't show mobile toobar on PC
2022-05-23 22:08:48 +08:00
Andelf
cdc4f8befe
chore(ios): bump version
2022-05-23 21:45:52 +08:00
Andelf
201093bdd6
chore(release): bump version 0.6.10
2022-05-23 21:45:52 +08:00
Tienson Qin
1e029a771a
Merge pull request #5127 from logseq/disable-webview-resize
...
Disable Webview resize on mobile
2022-05-23 21:38:30 +08:00
llcc
df33aba4e6
Merge branch 'master' into disable-webview-resize
2022-05-23 21:09:38 +08:00
Tienson Qin
9bcfb9783d
enhance: polish based on Zhiyuan's suggestion
2022-05-23 15:20:29 +08:00
Tienson Qin
1418bfb205
fix: non-mac users will use Ctrl instead of Alt for selecting blocks
2022-05-23 15:20:29 +08:00
Tienson Qin
c96eca3e88
feat: Cmd+click to select non-consecutive blocks
2022-05-23 15:20:29 +08:00
Tienson Qin
feec165ce4
fix: cutting non-consecutive blocks
2022-05-23 15:20:29 +08:00
Tienson Qin
faf98413a7
fix: don't trigger blocks selection when mouseover
2022-05-23 15:20:29 +08:00
Tienson Qin
eb42972ef9
fix: drag drop on non consecutive blocks
...
close #5267
2022-05-23 15:20:29 +08:00
llcc
e3fa589396
use mod+shift+v to wrap video marco if clipboard is a url
...
Pasting a video url as {{video url}} is removed
2022-05-23 12:49:55 +08:00
llcc
3e36af8de8
fix lints
2022-05-23 12:49:55 +08:00
llcc
36aa4bf74c
remove bilibili shorten url from regexp
2022-05-23 12:49:55 +08:00
llcc
1fb3fdcf6d
feat: add macro video to embed various video URLs
...
This macro replaces `youtube`, `vimeo` and `bilibili` macros.
For backward compatibility, users can still use above macros,
but they can't access those commands from the commands menu anymore.
2022-05-23 12:49:55 +08:00
llcc
2d8047de7f
fix: dwiw paste in markdown source block
2022-05-23 11:15:38 +08:00
sawhney17
877b55eaf8
fix(tags): correctly sort "pages tagged with" ( #5389 )
...
fix: sort by treating capitalized and non capitalized the same
2022-05-21 23:26:24 +08:00
Tienson Qin
25b9b1469e
fix: youtube timestamps not working
...
seconds could be missing
2022-05-21 14:36:30 +08:00
Andelf
793cb67529
refactor(ios): rm pre iOS 13 code
2022-05-21 13:21:02 +08:00
Andelf
549b21f17f
fix(android): resolve fs-watcher warnings, refine condition
2022-05-21 13:21:02 +08:00
Andelf
86a3482688
fix(ios): also notify large files without read content
2022-05-21 13:21:02 +08:00
Andelf
2ad6bded34
fix(ios): md5digest of binary file
2022-05-21 13:21:02 +08:00
Andelf
1e3a628c31
fix(fs-watcher): notify all files, skip read non-text files
2022-05-21 13:21:02 +08:00
charlie
04df7fa881
fix(ui): page blink caused by query lazy load skeleton
2022-05-20 12:33:44 +08:00
llcc
e076b9d812
fix: failed to share file with special chars in its filename
2022-05-20 09:51:07 +08:00
Andelf
013f15dfbe
fix(publishing): use release build for publishing js
...
Fix #5368
2022-05-20 09:50:40 +08:00
Tienson Qin
fa198b691a
fix: missing the "More" button on the right sidebar
...
close #4991
2022-05-20 09:43:56 +08:00
Andelf
941de325b8
fix(editor): asset link when drop PDF file
2022-05-19 23:27:26 +08:00
sosuisen
421d800676
fix: update Japanese tutorial
2022-05-19 17:51:49 +08:00
Andelf
e4e19a1eb3
chore: update deps(rsapi)
2022-05-19 16:20:52 +08:00
llcc
b13f0e336e
Merge branch 'master' into disable-webview-resize
2022-05-19 15:26:03 +08:00
charlie
a4d158d7cb
fix(plugin): not apply custom theme when lsp disabled
2022-05-19 14:59:09 +08:00
Gabriel Horner
a672719394
Update medley and tongue that were printing 1.11 refer warnings
2022-05-19 14:58:33 +08:00
Gabriel Horner
1d390f7bd4
Replace medley/{map-keys/map-vals} with {update-keys,update-vals}
2022-05-19 14:58:33 +08:00
Gabriel Horner
6f68d985bd
Use core uuid fns where possible
...
No need for medley or personal util fns when core fns
are available. Also upgraded nbb-logseq to be 1.11.X cljs compatible
- uuid is the same as medley/uuid
- random-uuid is the same as medley/random-uuid
- uuid-string? and uuid is the same as parse-uuid
2022-05-19 14:58:33 +08:00
Gabriel Horner
fec0b755a8
Upgrade cljs + shadow
...
- Upgraded shadow to keep goog compiler versions the same
- Converted some safe-parse-int's to parse-long
- Converted some safe-parse-float's to parse-double
- Simplified impl of safe-parse-* fns
2022-05-19 14:58:33 +08:00
Yue Yang
29eb3dbca9
fix: load legacy theme
...
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
2022-05-19 13:34:07 +08:00
llcc
9a2f3d8caf
fix lints
2022-05-19 11:02:54 +08:00
llcc
957c895082
Merge branch 'master' into disable-webview-resize
2022-05-19 10:32:19 +08:00
Tienson Qin
1d9da5c847
fix: properties update
2022-05-19 10:28:13 +08:00
Yue Yang
17b91e51c3
feat: custom theme switching ( #4741 )
...
* feat: custom theme switching
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* chore: handle reset-custom-theme
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* fix: unregisterTheme
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* fix: format with ts-standard
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* chore: reset extra formats
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* chore: simplify array types
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* Update lsplugin.core.js
* fix: sync upstream
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* chore: add `no mode` themes into panel
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* fix: ci
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* fix: remove first <hr />
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* fix: lockfile
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* chore: update
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* chore: set-theme! => set-theme-mode!
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* fix: selectTheme
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
* perf: reduce unnecessary logic
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com >
2022-05-19 10:18:43 +08:00
llcc
fd75cc57f0
don't open page if graph doesn't exist
2022-05-19 10:03:58 +08:00
llcc
02dd4725fa
fix PDF share intent
2022-05-19 10:03:58 +08:00
llcc
d5fc2188f6
fix library require
2022-05-19 10:03:58 +08:00
llcc
3c3890f668
add share intent back
2022-05-19 10:03:58 +08:00
llcc
851cc779db
feat(deeplink): support deeplink across graphs
2022-05-19 10:03:58 +08:00
llcc
ddef181f88
fix appUrlOpen fired twice
2022-05-19 10:03:58 +08:00
llcc
58ebc5b4d7
use deeplink to handle shared content
2022-05-19 10:03:58 +08:00
llcc
cdd59d259e
feat(mobile): deeplink support
2022-05-19 10:03:58 +08:00
rcmerci
b66b8d6cfc
dev: add bb lint cmd ( #5354 )
...
* dev: add bb lint cmd
* chore: better docstring for bb dev:lint
2022-05-18 11:50:56 -04:00