You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on adding a minimap feature to the Filament v4 Rich Editor.
The plan is as follows:
First, I’ll create a custom Tiptap extension.
Then, I’ll integrate it with Filament’s Rich Editor.
Finally, I’ll build a UI component for the minimap.
The core idea is to generate an image representation of the Tiptap editor content.
For image rendering, I’m considering using this library: https://github.com/zumerlab/snapdom
I’m currently deciding whether to release this as a standalone Filament plugin or submit it as a pull request to be included in the core Filament package.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working on adding a minimap feature to the Filament v4 Rich Editor.
The plan is as follows:
The core idea is to generate an image representation of the Tiptap editor content.
For image rendering, I’m considering using this library: https://github.com/zumerlab/snapdom
I’m currently deciding whether to release this as a standalone Filament plugin or submit it as a pull request to be included in the core Filament package.
What do you think about this idea?
Beta Was this translation helpful? Give feedback.
All reactions