Commit Graph

10036 Commits

Author SHA1 Message Date
Konstantinos Kaloutas
2ca4e6dc2d fix: modal styles 2022-11-23 19:56:47 +02:00
Konstantinos Kaloutas
2739ee0e64 wip: whiteboards onboarding 2022-11-23 14:49:46 +02: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
Andelf
84ac0d89ab fix(test): e2e fail due to opened new-page dialog (#7430) 2022-11-23 16:27:08 +08:00
Andelf
8148bf4fc8 fix(test): rm wrong e2e tests 2022-11-23 14:31:31 +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
7a0dfb5152 Merge pull request #7368 from andelf/fix/namespaced-alias
fix(props): show hierarchy for page alias
2022-11-23 14:20:48 +08:00
Tienson Qin
2220fef445 Merge branch 'master' into fix/namespaced-alias 2022-11-23 14:14:04 +08:00
Tienson Qin
0c723cf629 Merge pull request #7395 from logseq/feat/wb-linkings
feat(whiteboard): shape links
2022-11-23 13:27:29 +08:00
Peng Xiao
926b7d859b Merge branch 'master' into feat/wb-linkings 2022-11-23 13:12:20 +08:00
Peng Xiao
1860a81784 fix: alignment issue 2022-11-23 13:11:32 +08:00
Tienson Qin
bc0ebf1889 fix: quick capture 2022-11-23 13:08:24 +08:00
Peng Xiao
46f8035c26 fix: several ux issues 2022-11-23 13:02:38 +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
74784f7138 fix: block link icon alignment 2022-11-23 12:15:42 +08:00
Peng Xiao
ee445b8f70 fix: block-ref in BlockLink displaying issue 2022-11-23 12:09:43 +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
Peng Xiao
5480e1bd0d fix: some style changes 2022-11-23 10:32:24 +08:00
Gabriel Horner
f045875460 Temporarily disable another test that is intermittently failing
E.g. see
https://github.com/logseq/logseq/actions/runs/3527181103/jobs/5915950917
2022-11-22 16:33:01 -05:00
j-ramos
080a276b25 file-rn spanish translations 2022-11-22 16:21:05 -05:00
Gabriel Horner
85e5da06b9 Temporarily disable failing test to allow work to proceed on a clean CI 2022-11-22 15:42:32 -05:00
Konstantinos Kaloutas
e9531e1d00 fix: set max width to links popover 2022-11-22 18:29:20 +02:00
Konstantinos Kaloutas
da4e945529 wip: move paste as link to context menu 2022-11-22 18:28:38 +02:00
Konstantinos Kaloutas
08affcb19d fix: width of search input 2022-11-22 18:03:05 +02: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
Konstantinos Kaloutas
7c5fe2a559 fix: blurry popover content 2022-11-22 15:26:16 +02:00