Attention: Still at an early stage of development; lacking in basic styling.
Gutenstarter is a small standalone Gutenberg editor JavaScript starter app. The inserted content is outputted to the console by using console.log(blocks). You can save that logged array and then the magic can start. Note that it uses Tailwind CSS.
What are other standalone Gutenberg editor solutions?
https://github.com/front/g-editor
https://github.com/youknowriad/standalone-gutenberg
Why am I developing this solution?
Other options are outdated or unclear. My intention with this project is to make a straightforward starter app that will kickstart you into integrating Gutenberg editor into your app.
Navigate to the base directory:
cd guten-starter
Install the dependencies:
npm install
Start the development server:
npm run serve
- correctly positon dropdown
- add tailwindcss rich-text plugin
GNU General Public License version 2 or later (GPL-2.0-or-later)
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
Under the following terms:
Share-Alike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.