Go to file
Benjamin Bädorf 2ad72bbf61
Small docs improvements
2022-09-05 21:46:55 +02:00
docs Small docs improvements 2022-09-05 21:46:55 +02:00
packages Small docs improvements 2022-09-05 21:46:55 +02:00
.browserslistrc init 2020-05-19 13:45:14 +02:00
.drone.yml Fixed Typescript build 2020-05-25 23:10:21 +02:00
.editorconfig init 2020-05-19 13:45:14 +02:00
.envrc Add nix shell 2022-03-14 17:02:58 +01:00
.gitignore Move docs 2022-03-17 19:05:04 +01:00
LICENSE.md More broken docs 2022-03-16 23:15:52 +01:00
README.md Update README 2020-12-30 02:44:42 +01:00
lerna.json Lerna + vue 3 2020-12-27 22:32:43 +01:00
notes.md Start work on doc generation 2022-03-13 23:12:18 +01:00
package-lock.json Big improvements 2022-09-05 21:12:20 +02:00
package.json Big improvements 2022-09-05 21:12:20 +02:00
shell.nix Add nix shell 2022-03-14 17:02:58 +01:00
tsconfig.json API Docs are building 2022-03-22 21:07:05 +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.