|
|
|
|
|
by rubymamis
903 days ago
|
|
If I may promote my own note-taking app - Plume[1], is built on top of my previous open source and cross-platform note-taking app[2]. It will be available on Linux as well. It allows you to easily write beautiful notes, and add complex blocks (such as a Kanban board, images, columns, etc). What's unique about it is that: 1. It's fast, really fast for a complex block editor. Built with Qt C++ and QML it's actually faster than comparable native apps. 2. Each note is just a simple plaintext in the underlying data (although currently stored in a database, but in a future update we'll convert the database to an arbitrary folder). So you can create beautiful and advanced notes easily, in a non-proprietary format (when that future update arrives). All while using a resource efficient and fast software that is cross-platform. [1] https://www.get-plume.com/ [2] https://www.get-notes.com/ |
|