Find a file
dependabot[bot] 5b5d07dca1
Bump tar from 4.4.15 to 4.4.19
Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 19:01:49 +00:00
packages Stuff 2021-03-22 20:58:25 +01: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
.gitignore Rework typing 2021-03-08 16:29:35 +01:00
docs Add docs symlink 2021-03-25 13:16:08 +01:00
lerna.json Lerna + vue 3 2020-12-27 22:32:43 +01:00
package-lock.json Bump tar from 4.4.15 to 4.4.19 2021-09-02 19:01:49 +00:00
package.json Stuff 2021-03-22 20:58:25 +01:00
README.md Update README 2020-12-30 02:44:42 +01:00
tsconfig.json Rework typing 2021-03-08 16:29:35 +01:00

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.