Editable with ContentTools is a frontend WYSIWYG Editor.
This plugin is a rewrite of my earlier ContentTools plugin. The major difference is that this plugin does not save the content as HTML but as Markdown. This is handled by Turndown, a HTML to Markdown converter by Dom Christie.
Using the plugin is pretty simple. Install it manually (since it is not yet available via GPM) and add [editable] shortcodes to your page content. The content of each shortcode will become an editable region in the frontend.
It's important to have the Markdown start at a new line. For example:
[editable name="chapter_1"]
# Chapter 1
[/editable]
Every shortcode must have a name which is used to identify the different editable regions.
Please try it. If there are no issues I'll ask Team Grav to add it to the Grav plugin repository.