schlechtenburg/README.md

9 lines
402 B
Markdown
Raw Permalink Normal View History

2020-12-30 01:44:42 +00:00
# Schlechtenburg
2020-05-19 11:45:14 +00:00
2020-12-30 01:44:42 +00:00
Experimental WYSIWYG editor framework made with Vue 3 and TypeScript. It takes cues from both Wordpress' Gutenberg editor and CKEditor, though it tries to become a best of both worlds; a very lightweight, easily extensible core, written with modern components and the accompanying state management.
2020-05-19 11:45:14 +00:00
2020-12-30 01:44:42 +00:00
It inputs and outputs a tree of JSON-serializable data.
2020-05-19 11:45:14 +00:00
2020-12-30 01:44:42 +00:00
Just a plaything for now.
2020-05-19 11:45:14 +00:00