Skip to content

deemp/eo-editor

Repository files navigation

EO editor

Try online

Features

Use with your HTML

  1. Create a tag with id="eo-editor". The editor tab will be attached to it. You can change tag id in ./src/main.ts where view is declared.
  2. Add the script and styles from ./docs, e.g.:
<script type="module" src="./eo-editor.js"></script>
<link rel="stylesheet" href="./eo-editor.css">

Development

  • Install the dependencies and run in rebuild-on-change mode
npm i && npm run dev

About

EO code editor. Uses CodeMirror 6 and Lezer grammar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published