question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enhancement: Use WYSIWYG editor component for multi-line text fields.

See original GitHub issue

Sometimes 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
estruyfcommented, Apr 12, 2022

@zivbk1 this is testable in the latest beta. On a string field, you can now set wysiwyg property to true.

1reaction
estruyfcommented, Apr 7, 2022

I will put this on the next release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found