Looks nice! How are the notes allocated to the columns? can you drag and drop between columns? Being able to put notes side by side is very useful.
Looks nice! How are the notes allocated to the columns? can you drag and drop between columns? Being able to put notes side by side is very useful.
AshNotes
AshNotes is a simple web-based note-taking app I developed after spending way too much time over multiple years looking at all the different note-taking apps out there and never finding one that quite worked perfectly for me. So I made one for myself and just myself, specific to my own use-case.
AshNotes is web-based, so accessible from different machines without requiring installation or syncing, and is installable as a PWA. Notes are stored in markdown in flat files so that they're easy to back up and recoverable and manipulatable by other systems even if AshNotes goes away. It features wikilinks, hashtags, toggle foldout sections, checklists, images, and supports raw HTML. All of this runs on a Flask app, which is deployable to any WSGI server.
You can find the project at https://codeberg.org/acegiak/ashnotes