Adding a WYSIWYG HTML Editor to AppSheet
It would be nice to embed a WYSIWYG editor in your form to do the following:
- Add formatting such as bold, italic, and underlining.
- Create headings (H1, H2, and so on)
- Embed links.
- Use different font faces, sizes, and colors.
- Insert bulleted and numbered lists.
- Create dynamic outputs using variables (behavior) elements.
- Left-align, right-align, center, and justify text.
- Embed images, videos, and more.
Logic: Use a WYSIWYG to create, style, or edit table content. Then add a new “Template Page” view to dynamically create styled single pages from the editor’s HTML output.
Desired Outcome: The editor then converts this formatted text into HTML when the form is sent. Likewise, WYSIWYG could use data in the form of variable data. For example {{last_name}} comes from table data, tags, workflow, and behaviors, Appsheet would/could build dynamic user experience pages, emails templates, or even embedded code snippets.