{"id":47842419,"url":"https://github.com/luochang212/monaco-speech-editor","last_synced_at":"2026-04-03T21:01:17.675Z","repository":{"id":90621790,"uuid":"201625003","full_name":"luochang212/monaco-speech-editor","owner":"luochang212","description":"Online code editor for visually impaired people.","archived":false,"fork":false,"pushed_at":"2025-12-03T15:08:05.000Z","size":10596,"stargazers_count":23,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T19:54:57.853Z","etag":null,"topics":["accessibility","audio","blind","blindness","code-editor","compiler","impairment","javascript","monaco-editor","online-editor","router","speech","speech-synthesis","web-application"],"latest_commit_sha":null,"homepage":"https://luochang212.github.io/gadget/monaco-speech-editor/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luochang212.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-08-10T12:09:59.000Z","updated_at":"2025-12-03T15:08:09.000Z","dependencies_parsed_at":"2023-03-13T17:55:01.183Z","dependency_job_id":null,"html_url":"https://github.com/luochang212/monaco-speech-editor","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/luochang212/monaco-speech-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochang212%2Fmonaco-speech-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochang212%2Fmonaco-speech-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochang212%2Fmonaco-speech-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochang212%2Fmonaco-speech-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luochang212","download_url":"https://codeload.github.com/luochang212/monaco-speech-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochang212%2Fmonaco-speech-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31377113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["accessibility","audio","blind","blindness","code-editor","compiler","impairment","javascript","monaco-editor","online-editor","router","speech","speech-synthesis","web-application"],"created_at":"2026-04-03T21:01:14.621Z","updated_at":"2026-04-03T21:01:17.638Z","avatar_url":"https://github.com/luochang212.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monaco-speech-editor\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n[中文文档](https://github.com/luochang212/monaco-speech-editor/tree/master/docs)\n\nMonaco Speech Editor is an online code editor for visually impaired people. It provides several built-in functions to make it easy to read, edit and compile. \n\n![](./images/open-sidebar.png)\n\n## Quick Start\n\nTry the editor out [on my website]( https://luochang212.github.io/gadget/monaco-speech-editor/).\n\n## Run Locally\n\nSince this web application was written with pure JS and didn't use any framework, it is easy to run locally.\n\nFirst, download the repository.\n\n```\ngit clone https://github.com/luochang212/monaco-speech-editor.git\n```\n\nThen, open `monaco-speech-editor`.\n\nNow, click `index.html`, it will open in your browser.\n\n## Features\n\nFile Manager:\n\n- Create a file\n- Delete a file\n- Rename a file\n- Upload a file\n- Download a file\n- Restore a file\n\nConsole:\n\n- Display HTML file in an iframe\n- Display HTML file in a new tab\n- Display HTML file in a new window\n- Display the output of console.log()\n\nThemes:\n\n- Day mode\n- Night mode\n\nAccessibility:\n\n- Toolbar: Including Syntax highlighting, Jump to line, play previous line, Play current line, Play next line.\n\n- Reading mode: Including Character Mode, Code Mode, Music Mode, Overview mode.\n\n- Spotlight: It is a list of settings that allows you to turn on or turn off settings.\n\n- Linear Index: It is a list of features and corresponding hotkeys.\n\n## Initialize The Editor with Routers\n\nIf you are a visually impaired user, Please open the website above and add a router `#tutorial` after the address to play an audio tutorial automatically. PS: this audio might not be played on google chrome because of [the policy of google chrome](https://www.chromestatus.com/feature/5687444770914304).\n\nIf you are a person with normal vision, Please open the website above and add a router `#mute` to disable any autoplay event.\n\n\u003cdetails\u003e\n\u003csummary\u003eComplete list of routers\u003c/summary\u003e\n\n| Router          | Setting                                           |\n| --------------- | ------------------------------------------------- |\n| #load-demo      | Load demo                                         |\n| #dark           | Turn on night mode                                |\n| #full-screen    | Full screen                                       |\n| #run            | Open console bar                                  |\n| #tutorial       | Play audio tutorial                               |\n| #spotlight      | Turn on spotlight                                 |\n| #linear-index   | Turn on linear index                              |\n| #character-mode | Turn on character mode                            |\n| #code-mode      | Turn on code mode                                 |\n| #overview-mode  | Turn on overview mode                             |\n| #voice-feedback | Turn on voice feedback                            |\n| #voice-cue      | Turn on voice cue                                 |\n| #mute           | Disable any autoplay event                        |\n| #dark\u0026run       | Turn on night mode and console bar                |\n| #dark\u0026mute      | Turn on night mode and disable any autoplay event |\n\n\u003c/details\u003e\n\n\n## Dependencies\n\n- [Monaco Editor](https://github.com/microsoft/monaco-editor)\n\n- [Web Speech API](https://w3c.github.io/speech-api/)\n\n## FAQ\n\n❓Is the editor supported in mobile browsers or mobile web app frameworks?\n\nNo, both Monaco Editor and Web Speech API can't work well on mobile browser.\n\n❓How to use routers to configure the initial setting？\n\nFor example, If you open [https://luochang212.github.io/gadget/monaco-speech-editor/#dark\u0026mute](https://luochang212.github.io/gadget/monaco-speech-editor/#dark\u0026mute). Monaco Speech Editor will turn on night mode and disable any autoplay event for you.\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluochang212%2Fmonaco-speech-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluochang212%2Fmonaco-speech-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluochang212%2Fmonaco-speech-editor/lists"}