📓 A cross-platform WYSIWYG note taking app.
This repository has been archived on 2025-07-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-06-04 02:25:59 +01:00
.vscode feat: inital commit 2024-05-27 19:05:52 +01:00
assets refactor: restyle the editor 2024-05-27 23:22:32 +01:00
src feat: add vault creation and deletion 2024-06-04 02:25:59 +01:00
src-tauri feat: add vault creation and deletion 2024-06-04 02:25:59 +01:00
.gitignore feat: inital commit 2024-05-27 19:05:52 +01:00
components.json feat: inital commit 2024-05-27 19:05:52 +01:00
index.html refactor: restyle the editor 2024-05-27 23:22:32 +01:00
package.json feat: finalise onboarding logic 2024-06-03 01:01:56 +01:00
plate-components.json feat: inital commit 2024-05-27 19:05:52 +01:00
pnpm-lock.yaml feat: finalise onboarding logic 2024-06-03 01:01:56 +01:00
postcss.config.js feat: inital commit 2024-05-27 19:05:52 +01:00
README.md refactor: restyle the editor 2024-05-27 23:22:32 +01:00
tailwind.config.js feat: finalise app layout 2024-05-29 20:11:43 +01:00
tsconfig.json feat: inital commit 2024-05-27 19:05:52 +01:00
tsconfig.node.json feat: inital commit 2024-05-27 19:05:52 +01:00
vite.config.ts feat: finalise app layout 2024-05-29 20:11:43 +01:00

banner

What is Nota?

Nota is an note taking application build with Tauri and React. It aims to provide an open-source, cross-platform platform for the modern era.

Warning

Nota is currently in alpha stages of development, breaking changes, bugs and missing features are to be expected.

Tech stack

Running locally

Run the following commands to clone the repository, download the app's packages, and start the server.

git clone https://github.com/tygerxqt/nota -b canary
cd nota
pnpm install # you can also use yarn install or npm install

# Start a development server
pnpm tauri dev

# Build the app.
pnpm tauri build

Contact

If you need to contact me, please send inquires via email: hi@tygr.dev.
All spam and advertising will be filtered out and discarded. Serious messages only please.