-
I want to have the editor toolbar be hidden, and only show the content I fetch from the DB. What is the best way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
umaranis
Nov 2, 2023
Replies: 1 comment
-
Hi @enesbala5 , https://github.com/umaranis/svelte-lexical/blob/master/demos/playground/src/RichTextComposer.svelte |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
umaranis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @enesbala5 ,
Please look at the playground demo. It shows how you can construct the editor from individual components to your liking.
https://github.com/umaranis/svelte-lexical/blob/master/demos/playground/src/RichTextComposer.svelte