{"id":19842928,"url":"https://github.com/deemp/eo-editor","last_synced_at":"2026-06-16T14:31:36.828Z","repository":{"id":38523710,"uuid":"441250361","full_name":"deemp/eo-editor","owner":"deemp","description":"EO code editor. Uses CodeMirror 6 and Lezer grammar","archived":false,"fork":false,"pushed_at":"2022-09-17T19:57:45.000Z","size":2555,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T22:41:20.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deemp.github.io/eo-editor/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deemp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-23T17:23:37.000Z","updated_at":"2023-06-05T11:43:53.000Z","dependencies_parsed_at":"2022-09-23T09:32:04.847Z","dependency_job_id":null,"html_url":"https://github.com/deemp/eo-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deemp/eo-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Feo-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Feo-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Feo-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Feo-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deemp","download_url":"https://codeload.github.com/deemp/eo-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Feo-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34410780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T12:36:01.831Z","updated_at":"2026-06-16T14:31:36.808Z","avatar_url":"https://github.com/deemp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EO editor\n\n* Created using [Lezer Grammar](https://lezer.codemirror.net/) and [Codemirror 6](https://codemirror.net/6/)\n* EO [repo](https://github.com/cqfn/eo)\n\n## Try online\n* [Here](https://br4ch1st0chr0n3.github.io/eo-editor/)\n\n## Features\n* Syntax highlighting\n* Show parsing errors (thanks to [this post](https://discuss.codemirror.net/t/showing-syntax-errors/3111/6))\n* Show [Lezer](https://lezer.codemirror.net/) parse tree in browser console (thanks to [this post](https://discuss.codemirror.net/t/whats-the-best-to-test-and-debug-grammars/2542/5))\n* Underline code (beta) with `Ctrl`+`H`(see [this example](https://codemirror.net/6/examples/decoration/))\n* Actions from [basic-setup](https://codemirror.net/6/docs/ref/#basic-setup), including [keybindings](https://codemirror.net/6/docs/ref/#commands.defaultKeymap)\n* Continued indentation (thanks to this [facet example](https://codemirror.net/6/examples/zebra/))\n* Wait until `\u003cdiv\u003e` for the editor is created\n\n## Use with your HTML\n1. 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.\n1. Add the script and styles from `./docs`, e.g.:\n```html\n\u003cscript type=\"module\" src=\"./eo-editor.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" href=\"./eo-editor.css\"\u003e\n```\n\n\n## Development\n* Install the dependencies and run in rebuild-on-change mode\n```sh\nnpm i \u0026\u0026 npm run dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemp%2Feo-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeemp%2Feo-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemp%2Feo-editor/lists"}