Commit Graph

10057 Commits (66fc6c5fe1677cf2e999bc65d697ee44cc02a834)

Author SHA1 Message Date
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
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 da754512f5 fix: quick links should not block panning 2022-11-22 18:15:39 +08:00
rcmerci 326de827c3
Merge pull request #7415 from andelf/fix/ios-file-sync-path-normalize
fix(ios): apply path normalize for file-sync
2022-11-22 18:04:59 +08:00
Peng Xiao cf428764a4 Merge branch 'feat/wb-linkings' of https://github.com/logseq/logseq into feat/wb-linkings 2022-11-22 18:00:10 +08:00
Peng Xiao 2df4c120b7 fix: update icons 2022-11-22 17:52:42 +08:00
Konstantinos Kaloutas 79b94ddc59 fix: move-to-sidebar-right icon 2022-11-22 11:51:45 +02:00
Peng Xiao e5ccec389b feat: show shape links on hovering 2022-11-22 17:43:07 +08:00
Peng Xiao 27b2de91d6 fix: show shape indicator on hovering 2022-11-22 17:43:07 +08:00
Konstantinos Kaloutas 12d5a8ce2d fix: portal header link bg 2022-11-22 11:28:21 +02:00
Andelf 5d711c957d ci(ios): try build ios when package.json changed 2022-11-22 17:23:49 +08:00
Andelf 7bce61ae6c fix(ios): apply path normalize for file-sync 2022-11-22 17:14:22 +08:00
Zhizhen He 4b5704c758 fix: change some punctuations from halfwidth to fullwidth for Chinese 2022-11-22 16:12:48 +08:00
charlie 1532dd4aee ci: optimize bundled source map size of webapp 2022-11-22 15:25:04 +08:00
charlie 1119c54d7c ci: remove js source maps files for cloudflare pages because of that has a max file size limit < 29.2M 2022-11-22 15:25:04 +08:00
charlie 3d5872c334 ci: add publish webapp to cloudflare pages 2022-11-22 15:25:04 +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
Peng Xiao e6fa986083 fix: skip whiteboard tests for now 2022-11-22 11:12:34 +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
Konstantinos Kaloutas 958e70355d fix: add link 2022-11-21 19:57:41 +02:00
Konstantinos Kaloutas b1c11895c4 fix: links popover alignment 2022-11-21 19:28:29 +02:00
Konstantinos Kaloutas cc4109004e fix: icons and labels 2022-11-21 19:14:44 +02:00
Konstantinos Kaloutas 339f1e00a1 chore: add new icons 2022-11-21 19:01:02 +02:00
Konstantinos Kaloutas e197262dbf chore: remove open page action 2022-11-21 18:07:42 +02:00
Tienson Qin 23ec02f5a3 Make it clear that a UUID string is needed. 2022-11-21 23:38:13 +08:00
Tienson Qin d1f39f52ea enhance: api should throw error if invalid block-uuid string
Also, make sure UUIDs are converted already when passing to cljs.

Related to #7375.
2022-11-21 23:38:13 +08:00