Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opqdonut/malli-edn-editor
https://github.com/opqdonut/malli-edn-editor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opqdonut/malli-edn-editor
- Owner: opqdonut
- License: unlicense
- Created: 2023-09-01T07:08:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T10:45:04.000Z (over 1 year ago)
- Last Synced: 2024-10-18T11:25:00.669Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 216 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# malli-edn-editor
A web editor for Clojure data (or [EDN](https://github.com/edn-format/edn))
that has a [malli](https://github.com/metosin/malli) schema.Probably not usable for your use case as-is, but more of a source of
inspiration for malli-driven UIs.[Jump in and read the code!](./src/editor.cljs)
Run it yourself:
```
npm ci
npx shadow-cljs watch frontend
# navigate to
```[Live demo](https://opqdonut.github.io/malli-edn-editor/)
![Screenshot](./screenshot.png)
## FAQ
- Can I change the schema?
- Edit `example-schema` in `editor.cljs` and see your changes live