A simple cross-platform text editor made for writing notes, letters, poems, and such with ease with a beautiful UI.
Note
This is still in development and everything you see is a subject to change and it can change at any time.
The idea behind this project is to combine the simplicity and style from the notepad and the text formatting functions of the word, while being able to handle all or most of the text file extensions in one app. The reason for this is because I got pissed at how I couldn't style my text in notepad and I then switched to word and word is just too cluttered and awful to work with, so here are we.
All platforms that are tested and that you can download RosePad on them.
Platforms | Supported | Tested |
---|---|---|
Windows | ✅ | ✅ |
Linux | ✅ | Partially |
MacOS | ✅ | ❌ |
Android | ❌ | ❌ |
IOS | ❌ | ❌ |
Caution
If you are using the application on one of the untested platforms there is a chance something unexpected to break or not work!
If that happens, please contact me or report the issue
Note
This app is developed using Tauri v2 in combination with React and Typescript.
Firstly, you will need to install pnpm
to be able to run and build the application. After you've downloaded everything you can clone the repo.
After that, if you want to modify the code, you can open it in some IDE you like; if not, you can build it and run it entirely through the terminal.
In the terminal you should run this (while being in the folder):
pnpm install
pnpm tauri dev
To run it in Developer modepnpm tauri build
To build it (Windows)
After you've built it you should get an .msi installer in the target directory. From which you can download it :3