New Editor to Replace Raw Textareas #1091
shanberg
started this conversation in
Feature Requests
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The raw textarea experience feels pretty rough, and will be a liability to Athens until it’s radically improved. Other apps like Saga.so and Notion provide much richer and more fluid tools for editing content, with things like as-you-type parsing and decoration, undo boundaries, no flash on click, accurate cursor placement, and true WYSIWYG for most entries because they don't rely on a raw textarea for content entry.
There are a handful of mature packages available that are made to handle WYSIWYG, and have benefitted from years of development and testing. I recommend we investigate a few of them and chart a path toward a revamp of the block editing experience.
Some elements of the current experience I think we need to focus on
DOM element overload, with extra wrappers and textareas everywhereConsiderations
Potential editor packages
Suggested baselines for comparison
Beta Was this translation helpful? Give feedback.
All reactions