logseq/resources/js
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
..
pdfjs Enhance/pdf improvements (#6475) 2022-10-09 20:44:18 +08:00
highlight.min.js feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
interact.min.js feat(sidebar): resize width 2021-02-23 19:00:19 +08:00
katex.min.js Update the version of KaTex from `0.11.1` to `0.13.8` 2021-09-22 18:17:03 +08:00
lightning-fs.min.js Add lightningfs back 2022-04-24 11:17:47 +08:00
lsplugin.core.js Enhance / Plugin APIs (#6945) 2022-11-22 22:00:29 +08:00
lsplugin.core.js.LICENSE.txt improve(plugin): add theme changed hook 2022-06-16 01:43:49 +08:00
lsplugin.user.js Enhance / Plugin APIs (#6945) 2022-11-22 22:00:29 +08:00
magic_portal.js fix(deps): warning of missing sourcemaps 2022-03-24 15:44:32 +08:00
marked.min.js Feat/plugin marketplace (#2766) 2021-09-13 19:49:51 +08:00
mhchem.min.js add mhchem plugin 2021-07-25 18:47:43 +08:00
photoswipe.js feat(ui): support images lightbox with photoswipe 2021-09-17 15:05:28 +08:00
preload.js fix(electron): open custom protocol links as default condition 2022-10-16 12:17:44 +08:00
reveal.min.js feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
shepherd.min.js Feature/onboarding Quick tour (#5247) 2022-05-31 16:41:17 +08:00
swiped-events.min.js enhance(pdf): sync page number in highlights metafile 2022-11-22 21:43:47 +08:00
tabler.min.js improve(ui): update built-in icon mode 2022-09-21 14:49:20 +08:00
worker.js misc: delete both web github integration and encryption 2022-04-24 11:17:47 +08:00