logseq/resources
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
..
android mobile: replace splash screen 2021-12-01 14:01:37 +08:00
css improve(desktop): WIP refactor left sidebar 2022-11-22 21:43:47 +08:00
fonts chore: update icons 2022-11-10 20:46:50 +08:00
icons fix colors 2022-07-20 19:46:00 -04:00
img fix: checker bg opacity 2022-11-02 12:42:16 +02:00
ios mobile: replace splash screen 2021-12-01 14:01:37 +08:00
js Enhance / Plugin APIs (#6945) 2022-11-22 22:00:29 +08:00
whiteboard fix: add a line link to whiteboard onboard template 2022-11-14 22:39:53 +08:00
404.html feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
electron.html Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-24 09:42:00 +08:00
entitlements.plist chore: add code sign for mac desktop app 2021-01-31 11:24:10 +08:00
forge.config.js Fix: Appimage desktop file entries (#7219) 2022-11-05 15:39:46 +08:00
icon.png enhance: update both logo and splash screen 2021-09-28 23:08:26 +08:00
icons.edn feat: add {{namespace [[page]]}} macro which can be used as a toc 2021-12-28 16:14:23 +08:00
index.html enhance(mobile): polish interaction for the onboarding graph picker 2022-11-05 19:04:50 +08:00
marketplace.html enhance(marketplace): ui position 2022-01-16 12:46:53 +08:00
package.json chore: bump to 0.8.11 2022-11-11 20:43:37 +08:00
public.css feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
splash.png mobile: replace splash screen 2021-12-01 14:01:37 +08:00