slint/tools/online_editor
Florian Blasius 072d8fabcb
Add material, material-light and material-dark widgets (#1784)
Add material, material-light and material-dark widgets and make it available by the `env` `SLINT_STYLE`.
2022-10-31 14:54:50 +01:00
..
cypress online_editor: Smoke-test the online_editor 2022-09-20 12:13:40 +02:00
src Add material, material-light and material-dark widgets (#1784) 2022-10-31 14:54:50 +01:00
static Redo online_editor (#1593) 2022-09-07 17:08:55 +02:00
styles online editor: Add text input to properties editor 2022-10-28 17:56:30 +02:00
.eslintrc.yml online_editor: Tweak eslint configuration and fix reported issues 2022-08-16 12:13:16 +02:00
.gitignore Ignore the generated pkg/ directory 2020-10-12 11:26:15 +02:00
cypress.config.ts online_editor: Smoke-test the online_editor 2022-09-20 12:13:40 +02:00
index.html Clean up online editor startup sequence 2022-09-20 12:54:40 +02:00
package.json Bump version number to 0.3.2 2022-10-28 09:30:14 +00:00
preview.html online_editor: Restructure the project 2022-08-24 10:35:32 +02:00
README.md online_editor: Some documentation in the README 2022-05-14 11:59:01 +02:00
tsconfig.default.json online_editor: Restructure the project 2022-08-24 10:35:32 +02:00
tsconfig.json online_editor: Restructure the project 2022-08-24 10:35:32 +02:00
vite.config.js online_editor: fix build 2022-10-28 11:47:05 +02:00

Slint Online Editor

This directory contains the frontend code for the online code editor which is hosted in https://slint-ui.com/editor (last stable) and https://slint-ui.com/snapshots/master/editor (nightly)

To try it out locally type this in this directory:

npm install
npm start

Documentation

The index.html page contains a code editor and every key press reload the preview. The preview.html page contains only the preview and the code must be given via query parameter.