jaredly / hexo-admin

An Admin Interface for Hexo
http://jaredly.github.io/hexo-admin/
1.77k stars 299 forks source link

Have any plan to support the richtext markdown editor? #88

Open aniude opened 8 years ago

aniude commented 8 years ago

eg: SimpleEde https://github.com/NextStepWebs/simplemde-markdown-editor stackedit.io https://stackedit.io/editor

To help the user that don't need to learn too much the markdown syntax.

jaredly commented 7 years ago

that would definitely be cool! I don't have tons of plans for developing this further (it's "good enough" for my needs), but if you want to add that, you're welcome to!

PazzaVlad commented 7 years ago

Yeah, that would be awesome...

pirtleshell commented 7 years ago

This is an awesome idea but would be a pretty big job. Although it'd be possible to extend codemirror with richtext features, I'd suggest replacing it completely with Prosemirror which does just about all the extending you could want and is actively maintained.

That being said, I'm happy with the editor as it stands, so probably won't be implementing this myself any time soon. But if someone's up for it, contributions are welcome!

jaredly commented 7 years ago

yeah I rather prefer having a markdown editor, but it would be cool to have a setting to switch between codemirror and prosemirror

pirtleshell commented 7 years ago

Yes if someone implements this, a prosemirror instance that can switch between markdown and WYSIWYM like the one in this example would be ideal.