quill
quill copied to clipboard
Make delightful post editor UX
Ideas for core editing paradigm:
- WYSIWYG
- Block-based (WYSIWYG or Markdown)
- http://blog.codinghorror.com/what-you-cant-see-you-cant-get/
- http://www.aviz.fr/gliimpse/
- WYSIWYM (semantic editing)
- Wikipedia article
- Texts: Markdown WYSIWYM editor for Win / Mac
- Two editing modes: writing mode and styling mode
- Writing workflow looks like this: first write your blog post in plain text (sans Markdown etc) in writing mode, then switch to styling mode and quickly format and style the content (in styling mode, words can be selected simply by tapping)
Other enhancements:
- Make text selection snap to word boundaries, that should make selection 10x less frustrating
- Syntax highlight raw Markdown in edit mode (aka "inline Markdown preview")
- Syntax highlight code in preview mode
Design for WYSIWYG toolbar (animates in from the bottom, when switching tabs; screenshot taken from #94):