mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
feat: add appFacet for ease access Plugin.app
This commit is contained in:
parent
978fb7c0b1
commit
4b760176d5
1 changed files with 1 additions and 0 deletions
1
main.ts
1
main.ts
|
|
@ -19,6 +19,7 @@ export default class ExtendedMarkdownSyntax extends Plugin {
|
|||
this.addSettingTab(new SettingTab(this.app, this));
|
||||
configureDelimLookup(this.settings);
|
||||
this.registerEditorExtension([
|
||||
appFacet.of(this.app),
|
||||
settingsFacet.of(this.settings),
|
||||
parserField,
|
||||
editorExtendedSyntax,
|
||||
|
|
|
|||
Loading…
Reference in a new issue