Adding a list of placeholder variables to the RichEditor component
We have a RichEditor component and we'd like to add a dropdown so that the user can select placeholders that can be injected into the text area like
[[companyName]]
, [[companyAddress]]
. Does Filament allow for this?2 Replies
GitHub
GitHub - awcodes/filament-tiptap-editor: A Rich Text Editor plugin ...
A Rich Text Editor plugin for Filament Forms. Contribute to awcodes/filament-tiptap-editor development by creating an account on GitHub.
If you choose to go with my plugin it’s called ‘merge tags’.