0.0.7 • Published 6 months ago

@glifox/gnosis v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

gnosis

GNOSIS is an extension-pack for codemirror to support WYSIWYG markdown edition.

Why another WYSIWYG markdown editor?

I did a lot of online research, and found some WYSIWYG markdown editors. However, none of the Open Source options seemed good enough. The Obsidian editor is nice but not Open Source... So I decided to start a new project.

Similar projects

  1. Inoxia
  2. Silverbullet
  3. Markword

TO-DO

Block-level

  • change: paragraph
  • change: heading
  • change: hr
  • change: list
    • change: listitem
    • change: checkbox
  • change: code
  • change: html
  • change: blockquote
  • change: table

Inline-level

  • change: strong
  • change: em
  • change: codespan
  • change: br
  • change: del
  • change: link
  • change: image
  • change: text
  • change: tags

Features

  • change the way mk shows.
  • Auto complete list enters
    • Bulleds
    • ++ Numeric
    • doble enter -- indent
  • Code highliting

More ideas?

Feel free to open an issue requesting new features.