Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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