easy-markdown-editor
easy-markdown-editor copied to clipboard
Simple Markdown Editor / Theme Support
Describe your question Is there some way to convert themes from simple markdown editor into easy or are there themes that are available for easy that I'm just not seeing?
I was not aware there are themes for simple markdown editor, there's no mention of them in their README, can you elaborate?
If you're talking about custom CSS for the editor, then everything using editor-*
selectors should work without changes. For other parts of the editor you might have to look at the editor's CSS file and see what you want to overwrite.
There's this one, but upon trying it out it seems incompatible:
https://github.com/xcatliu/simplemde-theme-dark
It looks like it's working, at least partially, for me. The main thing is the icons, their CSS selectors are using the old <a>
tags instead of the <i>
tags. Maybe this can be fixed on their end?
I think I'm gonna have a crack at this.
Can't say when (and if) I'll be able to show results.