Peng Xiao
161ac5d474
fix: shape backlinks display issue
2022-11-23 19:05:51 +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
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
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
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
Peng Xiao
d82066f7ba
fix: quick link & block link issue
2022-11-22 20:13:36 +08:00
Peng Xiao
2c109ec4b6
fix: whiteboard redirectToPage should be able to redirect to whiteboard
2022-11-22 19:48:09 +08:00
Peng Xiao
d00ebf9c19
fix: some quick link ui issues
2022-11-22 19:23:00 +08:00
Peng Xiao
e5ccec389b
feat: show shape links on hovering
2022-11-22 17:43:07 +08:00
Zhizhen He
4b5704c758
fix: change some punctuations from halfwidth to fullwidth for Chinese
2022-11-22 16:12:48 +08:00
Tienson Qin
271164dfe2
fix: lint warnings
2022-11-22 14:43:10 +08:00
Tienson Qin
0a796d11da
fix: ``` surroundings in code block disappear
...
close #7015
close #7378
close #5735
2022-11-22 14:43:10 +08:00
Zhizhen He
7fdb9aaffb
fix: typo
2022-11-21 17:58:13 -05:00
Gabriel Horner
584f3b068a
Api fns can be called in prod builds with call-api
...
Follow up to
https://github.com/logseq/logseq/pull/7287#issuecomment-1321139222 :
- Replace :classes approach with approach that works in dev and prod
builds
- Remove graph-parser as it is unused
- Make api calling available for all contexts
2022-11-21 14:34:30 -05:00
Tienson Qin
0d64d1ab3d
fix: CI
2022-11-21 21:03:32 +08:00
Tienson Qin
2610d393cf
fix: lint
2022-11-21 21:03:32 +08:00
Tienson Qin
f87100dd10
fix: use capacitor's api to get app's active state
2022-11-21 21:03:32 +08:00
rcmerci
81f90cd34d
fix(sync): unify path-normalize and filter out un-normalized files
2022-11-21 21:03:32 +08:00
Tienson Qin
6c8f6741f7
fix(iOS): don't pause if it's already resumed from background mode
2022-11-21 21:03:32 +08:00
Tienson Qin
7911efec1c
fix: restore back to the previous impl on pause and add instruments
2022-11-21 21:03:32 +08:00
Tienson Qin
7ffa3e9aa4
fix: lint warning
2022-11-21 21:03:32 +08:00
Tienson Qin
936a53437f
fix: sync shouldn't stop when its state is idle
2022-11-21 21:03:32 +08:00
Tienson Qin
3210d17881
enhance: subscribe to id-token for reactive change
2022-11-21 21:03:32 +08:00
rcmerci
1093fe272e
fix(sync): fix normalize path in <get-remote-all-files-meta
2022-11-21 21:03:32 +08:00
Tienson Qin
3312bfc3b6
fix: sync icon is missing
2022-11-21 21:03:32 +08:00
Tienson Qin
98c8ad304c
Load refresh token synchronously
2022-11-21 21:03:32 +08:00
Tienson Qin
268a7830bb
Instrument all the sync unknown errors
2022-11-21 21:03:32 +08:00
Tienson Qin
a28fed8b25
Pause sync if there's 404 not found
2022-11-21 21:03:32 +08:00