|
|
|
|
|
by rubymamis
890 days ago
|
|
You might like my own note-taking app, Plume[1] that's built with Qt C++ and QML. You can integrate a Kanban board (with underlying Markdown text) right within your document[2]. It's still a work-in-progress, so this is why it's not featured yet on the website. But I'll finish implementing it very soon. Unlike Obsidian, Plume's editor is a block-editor. That gives it the flexibility of Notion (to put advanced blocks like Kanban within the same document, to do drag & drop, etc.) with the performance of native apps by utilizing Qt C++ and QML (actually, Plume is 4x faster than the fastest native block editor on macOS - benchmarks on the website). EDIT: Also, Plume is opinionated compared to Obsidian. That means much better ease-of-use at the cost of extensibility. I believe this is a trade-off worth to be making. I know first hand the intimidation of starting to work with something as complex as Notion or Obsidian. Plume is taking the block editor abilities of Notion with the familiar Apple Notes UX/UI while all the data is still plaintext underneath. [1] https://www.get-plume.com/ [2] https://imgur.com/NIgDLOU |
|