|
@@ -59,6 +59,8 @@ All notable changes to this project will be documented in this file.
|
|
|
`Experiments.registerExtensionsEnhancer<T = any>(type: 'katex' | 'codemirror', enhancer: (v: T) => Promise<any>)`
|
|
`Experiments.registerExtensionsEnhancer<T = any>(type: 'katex' | 'codemirror', enhancer: (v: T) => Promise<any>)`
|
|
|
- Support hooks for app search service. _#Alpha stage_
|
|
- Support hooks for app search service. _#Alpha stage_
|
|
|
`App.registerSearchService<T extends IPluginSearchServiceHooks>(s: T): void`
|
|
`App.registerSearchService<T extends IPluginSearchServiceHooks>(s: T): void`
|
|
|
|
|
+- Support hooks for text encoder service. _#Alpha stage_
|
|
|
|
|
+ `App.registerTextEncoderService<T extends IPluginTextEncoderServiceHooks>(s: T): void`
|
|
|
- Support `focus` option for `App.insertBlock`. Credit
|
|
- Support `focus` option for `App.insertBlock`. Credit
|
|
|
to [[[tennox](https://github.com/tennox)]] [#PR](https://github.com/logseq/logseq/commit/4217057a44de65e5c64be37857af2fb4e9534b24)
|
|
to [[[tennox](https://github.com/tennox)]] [#PR](https://github.com/logseq/logseq/commit/4217057a44de65e5c64be37857af2fb4e9534b24)
|
|
|
|
|
|
|
@@ -66,4 +68,5 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
- Adjust build script to be compatible for `shadow-cljs` bundler.
|
|
- Adjust build script to be compatible for `shadow-cljs` bundler.
|
|
|
> How to set up a clojurescript project with shadow-cljs?
|
|
> How to set up a clojurescript project with shadow-cljs?
|
|
|
- > https://github.com/rlhk/logseq-url-plus/blob/main/doc/dev-notes.md
|
|
|
|
|
|
|
+ > https://github.com/rlhk/logseq-url-plus/blob/main/doc/dev-notes.md
|
|
|
|
|
+
|