Chris Wharton

Results 13 comments of Chris Wharton

This is fixed in my fork [inscryb-markdown-editor](https://github.com/Inscryb/inscryb-markdown-editor). This project is not longer active per the developer

My startup has been working on this. If your interested https://github.com/Inscryb/inscryb-markdown-editor. I have talked with the founder of Sparksuite and he has no interest in maintaining this project anymore due...

@gpinkham Same code base just updated with new libraries and fixed for the newer version of Font Awesome. I am also accepting pull requests for fixes that I have not...

> @CWharton It seems that the [other fork](https://github.com/Ionaru/easy-markdown-editor) is currently more actively maintained. I did not see lots of commits in your project recently, is it still alive? I don't...

``` const toolbar = [ 'bold', 'italic', 'heading', '|', 'code', 'quote', 'unordered-list', 'ordered-list', '|', 'link', { name: 'image', action: function customFunction(editor) { alert('This feature is not implemented yet.'); }, className:...

@jrsinclair @Avcajaraville This project is no longer maintained per the main developer. I agree that this is a needed feature and would love to have is in our fork of...

Will have to find time to look into this one unless you have time to do a PR

I understand. I will try and find time to look into it more.

I would gladly welcome a PR

Right now the project is using codemirror-spell-checker for spell checking, another project by sparksuite. I like the idea of moving to standardized dictionaries. If typo.js is currently maintained then I...