FastNote is an app focused on convenience,
build with Electron, React, Vite, and our favorite material design 3.
- Instant writing: Customize global shortcut keys to toggle the window (default:
meta
+alt
+x
) - Keyboard shortcuts: Reduce mouse operation time
- Reminder settings: Jot down notes and handle them later
- Convenience features: Easy export, window always on top
- Dark/Light mode toggle
- Simple functionality, focused on speed
- ✅ Currently supports
Windows
(Linux
andMacOS
are under development and theoretically supported) - ✅ Basic features completed
- ✅ Multi-language support (Simplified Chinese / English)
- 🤔 More Features! issues are welcome!
Use git clone
or download the code manually.
Run the following command to install dependencies:
npm install
Start the development server with:
npm run dev
Use the following commands to build for release:
Windows:
npm run dist:win
Note
The package.json file contains build scripts for other platforms, but they have not been tested yet. If you need to build for other platforms (Linux/MacOS), you can run dist:linux or dist:mac. If you encounter any issues when running on ?other platforms, feel free to open an issue!
If you encounter any issues during development or usage, or if you have any feature suggestions, feel free to open an issue or submit a Pull Request!