slint/tools/online_editor
2022-09-06 13:00:22 +02:00
..
src Improve appearance of default code snippet in the online editor 2022-09-02 15:09:51 +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
index.html online_editor: Update bootstrap 2022-08-24 13:48:50 +02:00
package.json Bump version number to 0.3.0 2022-09-06 13:00:22 +02: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 Fix CI and deploy to website 2022-08-24 10:35:32 +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.