Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/monntecc/lunaeditor

An open-source alternative text editor written in Tauri
https://github.com/monntecc/lunaeditor

angular editor rust rxjs tauri vue

Last synced: 21 days ago
JSON representation

An open-source alternative text editor written in Tauri

Awesome Lists containing this project

README

        

# Luna Editor

CI status: [![CI](https://github.com/monntecc/lunaeditor/actions/workflows/ci.yml/badge.svg)](https://github.com/monntecc/lunaeditor/actions/workflows/ci.yml)

## Description

Luna Editor is.. Text editor. Now it's yet another text editor, but we are planning to add many functionality, to make this as enjoyable as possible.

## System requirements:
### Windows:
- Windows 10 or newer

### Linux:
- Soon

### Mac OS:
- Soon

## If you want to help..
We would be more than happy if you can just use this and give feedbacks about experience, bugs, and what we can add to this app.

If you want to help with the code, here are some things you would need before this:
- We are using Tauri as the base for the application. So you would need [Cargo](https://doc.rust-lang.org/cargo/), [Build tools](https://visualstudio.microsoft.com/downloads/?q=build+tools) and [node.js](https://nodejs.org/en/).
- Recommended IDE with plugins are [VS Code](https://code.visualstudio.com/) + [Angular](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)

With this setup, you can go to [issues](https://github.com/monntecc/lunaeditor/issues) and look for what you can do. Before commiting check if everything is working, and run `yarn run lint`