Laverna – A Markdown note-taking app focused on privacy
1–10 of 178 posts
Re: Laverna – A Markdown note-taking app focused on privacy
#2Re: Laverna – A Markdown note-taking app focused on privacy
#3Re: Laverna – A Markdown note-taking app focused on privacy
#4Re: Laverna – A Markdown note-taking app focused on privacy
#5Would be interesting to do a comparison with Standard Notes, which seems to offer the same features.
Re: Laverna – A Markdown note-taking app focused on privacy
#6When you write things down, you're investing in your future. It's silly to use software that isn't making that same investment.
After trying Evernote, wikis, org-mode, and essentially everything else I could find, I gave up and tried building my own system for notes. Plain timestamped markdown files linked together. Edited with vim and a few bash scripts, rendered with a custom deployment of Gollum. All in a git repo.
It's... wonderful. Surprisingly easy. Fast. If there's a feature I wish it had, I can write a quick bash script to implement it. If Gollum stops being maintained, I can use whatever the next best markdown renderer is. Markdown isn't going away anytime soon.
It's liberating to be in control. I find myself more eager to write things down. I'm surprised more people don't do the same.
Edit: here's what my system looks like https://imgur.com/a/nGplj
Re: Laverna – A Markdown note-taking app focused on privacy
#7Just wanted to say that the nodes app in nextcloud is very handy too!
Actually, if Nextcloud could embed this Laverna somehow... that would be awesome.
Re: Laverna – A Markdown note-taking app focused on privacy
#8Self hosted Dokuwiki has been my note taking tool of choice, usable on multiple devices, easy to backup, easy to export notes but markdown sounds good.
Is it possible to share notes or make notes public?
Re: Laverna – A Markdown note-taking app focused on privacy
#9I've given up on using any sort of branded app for notetaking. At best it's open source and the maintainers will lose interest in a few years. When you write things down, you're investing in your future. It's silly to use software that isn't making that same investment. After trying Evernote, wikis, org-mode, and essentially everything else I could find, I gave up and tried building my own system for notes. Plain tim…