https://github.com/makeitfast9052/rnotes
Fast, cross-platform text editor powered by Rust
https://github.com/makeitfast9052/rnotes
binary gui js rust tauri tauri2 webdev
Last synced: about 1 month ago
JSON representation
Fast, cross-platform text editor powered by Rust
- Host: GitHub
- URL: https://github.com/makeitfast9052/rnotes
- Owner: MakeitFast9052
- License: apache-2.0
- Created: 2024-12-18T15:25:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-27T15:35:50.000Z (over 1 year ago)
- Last Synced: 2025-06-03T18:23:02.463Z (about 1 year ago)
- Topics: binary, gui, js, rust, tauri, tauri2, webdev
- Language: JavaScript
- Homepage: https://rotenotes.netlify.app/
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE-APACHE
Awesome Lists containing this project
README
:doctype: book
:toc: macro
:imagesdir: ./src-tauri/icons
= https://rotenotes.netlify.app[Rote Notes]
image::rnotes-logo.svg[]
*Rote Notes* is a speed-first cross-platform text editor powered by Rust.
== Installation
* Go to the https://rotenotes.netlify.app[official homepage]
* Go to Downloads > your platform (e.g. Windows)
* Install the file and run
== Contributing
Rote Notes is FOSS (https://opensource.org/osd[Free and Open Source Software]), and anyone can contribute. To get started:
. Run `git clone https://github.com/makeitfast9052/rnotes` to clone the repo
. Create a new branch for your feature or fix with `git checkout -b my-feature`
. Make your changes and test them thoroughly
. Commit your changes with `git commit -m 'Updated xyz'`
. Push your branch with `git push -u origin my-feature`
. Open a pull request on GitHub to propose your changes
== License
Licensed under either of:
* MIT
OR
* Apache-2.0
At your option.
== Contact
For questions or feedback, please open an issue on https://github.com/makeitfast9052/rnotes/issues[GitHub] or contact the mailto:hamzaahmed151109@gmail.com[author].