Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peruibeloko/monaco-desktop
Tauri wrapper around Monaco Editor, for when you just want a nice editor, but you don't want a full blown VS Code
https://github.com/peruibeloko/monaco-desktop
desktop-app monaco-editor react rust tauri typescript
Last synced: about 1 month ago
JSON representation
Tauri wrapper around Monaco Editor, for when you just want a nice editor, but you don't want a full blown VS Code
- Host: GitHub
- URL: https://github.com/peruibeloko/monaco-desktop
- Owner: Peruibeloko
- License: mit
- Created: 2024-06-17T23:17:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T04:30:27.000Z (6 months ago)
- Last Synced: 2024-07-28T04:38:26.400Z (6 months ago)
- Topics: desktop-app, monaco-editor, react, rust, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monaco for Desktop
This project is a simple Tauri wrapper around Monaco, with the addition of file reading and writing.
The original plan was to use Vue.js, but wrapping Monaco presented a challenge I'm not really in the mood for right now, so the frontend ended up in React using the [@monaco-editor/react](https://github.com/suren-atoyan/monaco-react) package
> [!IMPORTANT]
> Currently only building from source is available. As soon as all basic features are completed, prebuilt binaries will be available for download directly from GitHub.## Current Features
- Open, create, edit and save files
- Tabbed file management
- Open from context menu for quick access (Windows only)
- Syntax highlighting for included languages## Planned Features
- Themes
- Line count, cursor position
- Monaco settings
- Monarch Editor