Replies: 1 comment 4 replies
-
I have this implemented in my app but it wasn't easy and involves some pretty extensive modifications to the default super_editor layout code. I'd be curious to hear about any ways others have accomplished a similar UI. For my approach, the code that needs to be changed is in Since I don't want horrible git conflicts when pulling super_editor updates into my fork, I instead copied the The current version looks like this. The gutter controls and drag-and-drop system you see are also implemented in my modified 2023-05-11_10-55-48.mp4 |
Beta Was this translation helpful? Give feedback.
-
I'm looking for a way to implement a Toggle Heading with Super Editor (similar to how Notion does it)
Here is an example:
Is there anything already built into Super Editor that could do that?
Otherwise I have heard things about inline widgets (if anyone could link me to a clear example of implementation that would be great). Maybe I could insert an IconButton at the start of the Node and then insert/remove the desired text into the node index below.
Beta Was this translation helpful? Give feedback.
All reactions