You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking the button should make a fullscreen flash and put a border around the entire window to show that it's in editing mode and not live. Something obvious.
The NYT is building their own solution called Oak on top of ProseMirror, which includes version history and the ability to write comments inline very similar to Google Docs. They're also working on simultaneous collaborative editing.
Also seems to have a variant that supports real-time collaboration
The big benefit seems to be that it translates the content into a more reliable JSON format, I guess. This is discussed somewhat on Hacker News' post about Ghost 1.0.
$250, JS with contentEditable, updated frequently and good mobile support, optional inline UI, easy to understand code according to reddit, but weirdly banned from reddit. Possible no image captioning.
Pell, the simplest and smallest WYSIWYG editor with no dependencies
Uses contentEditable, image support is basic, seems like how I would want it to work
Canvas was a collaborative Markdown editor similar to the experience of Google Docs, but had to shut down due to upkeep costs. Seems like it was pretty heavy, using an ember.js block editor and share.js API for realtime editing.
A WP developer has written his thoughts on WordPress' Gutenberg Editor in 3 parts (1, 2, 3), primarily complaining about the lack of structured data in the editor
Typora, a desktop app that allows users to quickly write and format using Markdown conventions
CKEditor and TipTap are frontrunners.
Link archive
Should use HTML as the data model? See Scribe's death for why
https://twitter.com/reinmarpl/status/1088198100655751170
ContentTools multiple carriage returns
The text was updated successfully, but these errors were encountered: