refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Edit While Previewing, WYSIWYG Style #156

Closed Panman82 closed 9 years ago

Panman82 commented 9 years ago

I'm looking for more of a WYSIWYG editor that saves markdown "behind the scenes". This looks like a nice editor for bootstrap but you can't edit while in Preview mode. Not sure if this is out-of-scope for the project, but it would be perfect for my needs!

lodev09 commented 9 years ago

In that case, this plugin is not for you since bootstrap-markdown is an editor for markdown. In your case, I would suggest to look for WYSIWYG plugin then refer to their API. What you would do is grab the HTML while/after editing and use this plugin to convert HTML to markdown and save it.