Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/monntecc/lunaeditor
- Owner: monntecc
- License: mit
- Created: 2024-06-15T14:13:33.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-30T17:18:58.000Z (3 months ago)
- Last Synced: 2024-11-13T05:13:23.210Z (3 months ago)
- Topics: angular, editor, rust, rxjs, tauri, vue
- Language: Vue
- Homepage:
- Size: 3.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`