Bubblemenus in Svelte #4102
NormandoHall
started this conversation in
Showcase
Replies: 1 comment 1 reply
-
Hey @NormandoHall thanks for your example post! I moved it into Showcases & renamed the title to make it easier to find for others! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Sorry, but I have no time to packed or upload to Github, but here is my Svelte component HTML editor, used for post in Telegram (parse mode HTML). Using bubblemenu. Is you found a better way to do it, suggestions are welcome.
Installation
Usage
Because Telegram, the
outputHTML
will need to remove<p></p>
tags and replace all<br>
with\n
.Usage is simple as:
If you are using Tailwind, put these selectors in you
tailwind.css
file, one for links, and the other is for placeholder.Type
Other
Other
May be this can help anyone who want to quick start using Tiptap with Bubblemenu in Svelte without installing
svelte-tiptap
package.Improvements are welcome!
Beta Was this translation helpful? Give feedback.
All reactions