Go to file
Benjamin Bädorf 52790cd55c
No lerna
2021-03-09 21:11:17 +01:00
docs No lerna 2021-03-09 21:11:17 +01:00
public Remove everything unnecessary for minimal reproducation 2021-03-08 18:03:18 +01:00
src No lerna 2021-03-09 21:11:17 +01:00
.browserslistrc init 2020-05-19 13:45:14 +02:00
.editorconfig init 2020-05-19 13:45:14 +02:00
.gitignore Rework typing 2021-03-08 16:29:35 +01:00
README.md Update README 2020-12-30 02:44:42 +01:00
index.html No lerna 2021-03-09 21:11:17 +01:00
package-lock.json Update docs 2021-03-08 17:45:21 +01:00
package.json Working minimal example 2021-03-09 19:02:43 +01:00
vite.config.js Update docs 2021-03-08 17:45:21 +01:00

README.md

Schlechtenburg

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.

It inputs and outputs a tree of JSON-serializable data.

Just a plaything for now.