Edit and preview themes directly in the browser!
Start editing at https://editor.sablierapp.dev/ !
Sablier themes are Golang html/templates because data is fed at access time.
This website allows you to live edit and preview Golang html/templates with data.
- Rich editor (See Ace (Ajax.org Cloud9 Editor)
- Theme input data window with JSON Schema
- Golang html/template preview in the browser (With WebAssembly)
- Load default themes from Sablier
- Editor content is saved to local storage
Run make all
and then npx serve ./webui
.
Everytime you change the wasm file, you need to rebuild with make all
.
This website was inspired by: