Skip to content

Commit

Permalink
feat: TreeView plugin, it shows the state of the editor for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jan 16, 2023
1 parent 9e70dc8 commit 1ed2887
Show file tree
Hide file tree
Showing 5 changed files with 656 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/playground/src/RichTextComposer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CheckListPlugin,
HorizontalRulePlugin,
ImagePlugin,
//TreeViewPlugin,
TreeViewPlugin,
} from 'svelte-lexical';
import {
HeadingNode,
Expand Down Expand Up @@ -56,6 +56,6 @@

<ActionBar />
</div>
<!--<TreeViewPlugin />-->
<TreeViewPlugin />
</div>
</Composer>
1 change: 1 addition & 0 deletions packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"@lexical/history": "^0.7.6",
"@lexical/link": "^0.7.6",
"@lexical/list": "^0.7.6",
"@lexical/mark": "^0.7.6",
"@lexical/overflow": "^0.7.6",
"@lexical/plain-text": "^0.7.6",
"@lexical/rich-text": "^0.7.6",
Expand Down
Loading

0 comments on commit 1ed2887

Please sign in to comment.