Mailspring/internal_packages/composer-markdown/lib
Juan Tejada 477e5f8c2c fix(markdown): Fix textarea bug (use our fork of simplemde)
- Textarea bug prevented us from typing in the markdown editor, almost
consistently. Seems to be a chrome bug
- Stop using textarea and use contenteditable instead via codemirror's
inputStyle option. Had to use our fork of simplemde to be able to pass that option
- Disable spellchecker also
2016-09-01 19:43:10 -07:00
..
main.cjsx feat(markdown): Add Markdown composer 2016-08-30 19:23:01 -07:00
markdown-composer-extension.coffee feat(markdown): Add Markdown composer 2016-08-30 19:23:01 -07:00
markdown-editor.cjsx fix(markdown): Fix textarea bug (use our fork of simplemde) 2016-09-01 19:43:10 -07:00
utils.coffee feat(markdown): Add Markdown composer 2016-08-30 19:23:01 -07:00