Enhancement: Use WYSIWYG editor component for multi-line text fields.
See original GitHub issueSometimes more complex content needs to be stored in a frontmatter field. This suggestion would allow the editor to use a WYSIWYG editing tool to create multi-line HTML in a field.
There are lots of editors that might work. Ex. https://ourcodeworld.com/articles/read/1065/top-15-best-rich-text-editor-components-wysiwyg-for-reactjs Since the space is limited I would recommend something with minimal features or a way to add/remove buttons from the UI as needed.
I would make a new param for string fields editor: true
or something like that to opt into the additional feature when needed.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Multline text box to be moved to Rich Text Editor
I have few fields form a sharepoint list that are rich text content and I want to use the rich text editor in...
Read more >How to Set Multiple Lines of Text Field Type to Rich Text or ...
Select the column type to “Rich Text (Bold, italics, text alignment, hyperlinks)” or “Enhanced rich text (Rich text with pictures, tables, and ...
Read more >Rich Text Editor on Multiline Text fields - Sage CRM - Greytrix
Here is how you can do this and enable rich text editor for the field. 1. First create a field named “user_signature” as...
Read more >Create Rich Text format Single Line Text and Multiple ... - Inogic
Rich Text format for Multiple Line Text field. ... You will get all the features of Rich Text Editor Control within that field....
Read more >Rich Text Control in SharePoint Framework with react-draft ...
EditorState: is the top-level state object for the editor. · draftToHtml: converts DraftJS Editor content to plain HTML. · htmlToDraft: converts ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@zivbk1 this is testable in the latest beta. On a
string
field, you can now setwysiwyg
property totrue
.I will put this on the next release.