rcmerci
ed972ccd8d
enhance: check instrument payload
2022-11-24 02:13:03 +08:00
Tienson Qin
daf44256f3
fix: check photo before base64string
2022-11-24 01:41:23 +08:00
Tienson Qin
af748630aa
chore: no need to instrument state
2022-11-24 01:26:29 +08:00
Tienson Qin
bbd14cf5b2
fix: instrument payload
2022-11-24 01:12:54 +08:00
greatbody
6574763c06
Add Chinese translation for :settings-page/preferred-pasting-file
2022-11-23 22:43:32 +08:00
Tienson Qin
21fc17139f
fix: registered plugins
2022-11-23 22:40:39 +08:00
Tienson Qin
d2883c38d2
fix: registered search engines
2022-11-23 22:31:43 +08:00
Gabriel Horner
c013554d21
Tweak wording in notification
2022-11-23 09:21:16 -05:00
Tienson Qin
3bb17b46fd
chore: bump to 0.8.12
2022-11-23 21:09:29 +08:00
Tienson Qin
26e531483a
fix: notify users if page name already exists when parsing files
2022-11-23 20:58:04 +08:00
charlie
295c8c55c1
enhance(ui): add class options for icon ui component
2022-11-23 20:26:00 +08:00
Junyi
103fab48f8
fix: typo
2022-11-23 20:13:46 +08:00
Junyi
fe81575546
fix: remove filename skip check config
2022-11-23 20:13:46 +08:00
Junyi
4898ef8ee1
feat: notify users to update filename format
2022-11-23 20:13:46 +08:00
Peng Xiao
d2def5d3d3
fix: block link redirect issue
2022-11-23 19:05:51 +08:00
Peng Xiao
e9b07638ac
fix: invalid link reference in after the original block is removed
2022-11-23 19:05:51 +08:00
Peng Xiao
161ac5d474
fix: shape backlinks display issue
2022-11-23 19:05:51 +08:00
Andelf
e2e5ba854f
feat(electron): add page/append parameters to quickCapture ( #7427 )
...
* feat(electron): add page/append to quickCapture
fix: quickCapture not working on journal pages
enhance: handle quickCapture to the same block
enhance: handle page name when journals are not enabled
2022-11-23 16:39:42 +08:00
Sergey Kolesnik
355b1449b1
style fix: add css var --color-level-6 for light theme ( #7337 )
2022-11-23 14:25:50 +08:00
Tienson Qin
2220fef445
Merge branch 'master' into fix/namespaced-alias
2022-11-23 14:14:04 +08:00
Peng Xiao
926b7d859b
Merge branch 'master' into feat/wb-linkings
2022-11-23 13:12:20 +08:00
Tienson Qin
bc0ebf1889
fix: quick capture
2022-11-23 13:08:24 +08:00
Gabriel Horner
3440a3d433
Add back fix from #6147 along with its test cases
...
Also fix testing sexp and reset state
2022-11-23 12:21:36 +08:00
Andelf
674022d4fb
test(editor): page-search-hashtag at handle-last-input
2022-11-23 12:21:36 +08:00
Andelf
e31cfb1c65
fix: lint
2022-11-23 12:21:36 +08:00
Andelf
40366f6dbf
fix(test): use e2e to test hashtag
2022-11-23 12:21:36 +08:00
Andelf
f5731065a4
fix(ui): block search placeholder style
2022-11-23 12:21:36 +08:00
Andelf
664e98ce28
fix(editor): move hashtag page search from keyup to :did-update
2022-11-23 12:21:36 +08:00
Andelf
27fbd338de
fix(editor): do not wrap space when pasting <code>
2022-11-23 12:21:11 +08:00
Peng Xiao
68ea04af52
fix: focusing shape id even in the same whiteboard & display block ref correctly
2022-11-23 11:53:52 +08:00
j-ramos
080a276b25
file-rn spanish translations
2022-11-22 16:21:05 -05:00
charlie
2cfe1f0b6f
fix(ui): unexcept full widen container of demo home page
2022-11-22 23:36:34 +08:00
Jon
12f1517fdf
#7349 Autopair parenthesis ( #7379 )
...
* Activate auto complete only if there's whitespace (\s) preceding the opening paranthesis, except when opening parenthesis is preceded by closing square bracket (]). In cases such as URLs
* #7349 Activate auto complete alson when there's a left parenthesis preceding the opening paranthesis.
2022-11-22 22:36:42 +08:00
Tienson Qin
a8eb1a3264
enhance: remove search auto-complete padding on PC
2022-11-22 22:11:37 +08:00
Charlie
dda1f9bd9f
Enhance / Plugin APIs ( #6945 )
...
Added
1. All configurations of current graph.
App.getCurrentGraphConfigs: () => Promise<any>
2. All favorite pages list of current graph.
App.getCurrentGraphFavorites: () => Promise<Array<string> | null>
3. All recent pages list of current graph.
App.getCurrentGraphRecent: () => Promise<Array<string> | null>
4. Clear right sidebar blocks.
App.clearRightSidebarBlocks: (opts?: { close: boolean }) => void
5. Support register CodeMirror enhancer. #Experiment feature
Experiments.registerExtensionsEnhancer<T = any>(type: 'katex' | 'codemirror', enhancer: (v: T) => Promise<any>)
6. Support hooks for app search service. #Alpha stage
App.registerSearchService<T extends IPluginSearchServiceHooks>(s: T): void
7. Support focus option for App.insertBlock. Credit to [[tennox]] #PR
Fixed
1. Adjust build script to be compatible for shadow-cljs bundler.
How to set up a clojurescript project with shadow-cljs?
https://github.com/rlhk/logseq-url-plus/blob/main/doc/dev-notes.md
2022-11-22 22:00:29 +08:00
hkgnp
0e84052310
[fix] If user is not editing the page, insert content to the cursor; Otherwise insert to the target page and set it as editing?
2022-11-22 21:45:03 +08:00
hkgnp
b80a0abc1a
creating new branch for PR
2022-11-22 21:45:03 +08:00
charlie
9df181d26f
fix: lint
2022-11-22 21:43:47 +08:00
charlie
93e52a7a77
fix: lint
2022-11-22 21:43:47 +08:00
charlie
a5dfd85c9a
improve(mobile): polish left sidebar from android
2022-11-22 21:43:47 +08:00
charlie
81e962175c
improve(mobile): remove swipe gesture vendor lib
2022-11-22 21:43:47 +08:00
Tienson Qin
34e5d84292
ignore sidebar-nav for large vars check
2022-11-22 21:43:47 +08:00
Tienson Qin
d486e38c86
chore: remove unused code
2022-11-22 21:43:47 +08:00
charlie
2ce7dffe36
improve(mobile): WIP refactor left sidebar
2022-11-22 21:43:47 +08:00
charlie
185a306452
improve(mobile): WIP refactor left sidebar
2022-11-22 21:43:47 +08:00
charlie
73fc9a73aa
improve(desktop): WIP refactor left sidebar
2022-11-22 21:43:47 +08:00
charlie
d04a0ac66b
enhance(pdf): sync page number in highlights metafile
2022-11-22 21:43:47 +08:00
charlie
3086fec490
improve(desktop): WIP refactor left sidebar
2022-11-22 21:43:47 +08:00
charlie
23134a5375
improve(desktop): WIP refactor left sidebar
2022-11-22 21:43:47 +08:00
charlie
5de939a445
improve(mobile): WIP refactor left sidebar
2022-11-22 21:43:47 +08:00