GNOSIS is an extension-pack for codemirror to support WYSIWYG markdown edition.
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.
- change:
paragraph
- change:
heading
- change:
hr
- change:
list
- change:
listitem
- change:
checkbox
- change:
- change:
code
- change:
html
- change:
blockquote
- change:
table
- change:
strong
- change:
em
- change:
codespan
- change:
br
- change:
del
- change:
link
- change:
image
- change:
text
- change:
tags
- change the way mk shows.
- Auto complete list enters
- Bulleds
- ++ Numeric
- doble enter -- indent
- Code highliting
Feel free to open an issue requesting new features.