Traditional note taking apps are meant to store organized monolithic notes. When you just want to jot down a quick fact or idea, finding the write place to put the information can be challenging. Does it belong in an existing note? Does it deserve a whole new note?
Jotterly streamlines jotting down facts and ideas without the hassle or clutter of managing monolithic notes...
Simply Jot something down and search for it later!
Download the latest .msi installer from releases.
Jotterly is available as an AppImage and will run anywhere an AppImage can. You can use AppImageLauncher to integrate Jotterly with your system. Download the latest AppImage from releases.
- Create Jots
- Theming options
- Custom theme option
- Tag Jots
- Filter by tag
- Markdown Support
- Keyboard Shortcuts
- Keyboard Navigation
- System Tray / Global shortcuts
- Color Tags
- Image / Screenshot Jot support
todo
Jotterly is built using Tauri and Svelte.
- Clone the repo
- Install Tauri dependencies
- Run with
npm run tauri dev
orcargo tauri dev
- Build with
cargo tauri build
- Create a .env file in the project root with the following contents
DATABASE_URL=sqlite:./jotterly.db
- Create a jotterly.db file in /src-tauri/
- Run migrations on the database with
sqlx migrate run
This software is free software licensed under the GNU General Public License 3.0.