Trello has been the best Notes and todo app I could find.
I love Trello but I don't want my data on the cloud. I wish I could have something as nice and easy as Trello but self hosted
Has been working for me for years now.
61–70 of 196 posts
Trello has been the best Notes and todo app I could find.
I love Trello but I don't want my data on the cloud. I wish I could have something as nice and easy as Trello but self hosted
Has been working for me for years now.
I've built a similar system from scratch - also using this Dropbox daily notes file technique - except my script generates folders and sub folders for each year (YYYY) and each month within each year (YYY-MM) whenever I instantiate a file on a certain day. Makes long term management much easier than having thousands of files in one folder. Same grep principles apply (and I use hashtags within my notes to track keywor…
Why even break it down? If you are using grep and presumably editors that can go to a pattern anyway you might as well write to a single file.
Reposting my setup here. It's not the best setup but it's based on trying different things. Might be useful for those who are trying to figure out their own setup: ======= Just another opinion on the balanced note taking method: I think org-mode solves almost all offline note-taking requirements * org-roam makes it super-easy to link notes * emacs as an editor is as usable as any other editor * Rich media is possible…
I try to keep some notes.org file and use it regularly, but I'm just faster with unix tools and vim, so it's hard to make the upfront investment in learning emacs and start somewhat from scratch. I think there's also some kind of discoverability issue with org-mode features: I don't really know which features should I look into to improve my setup further and have something really nice instead of a glorified markdown.
One day I'll just read the manual from start to finish and try to start properly from there, one day.
I use paper. Digital notes are great if you need them to be available everywhere, or edit them time and time again, but paper is still significantly better for me. I keep my recipes in Keep and on my personal website, because I often amend them. However I discovered that printed recipes are much more pleasant to use. Likewise, I'd much rather have a dirty notebook to sketch and write on when I'm working in the garage…
I use paper. Digital notes are great if you need them to be available everywhere, or edit them time and time again, but paper is still significantly better for me. I keep my recipes in Keep and on my personal website, because I often amend them. However I discovered that printed recipes are much more pleasant to use. Likewise, I'd much rather have a dirty notebook to sketch and write on when I'm working in the garage…
Of course, for work we also use shared digital docs, but what goes in there has first been through my ugly scribbles on paper.
Reposting my setup here. It's not the best setup but it's based on trying different things. Might be useful for those who are trying to figure out their own setup: ======= Just another opinion on the balanced note taking method: I think org-mode solves almost all offline note-taking requirements * org-roam makes it super-easy to link notes * emacs as an editor is as usable as any other editor * Rich media is possible…
One drawback you omitted is that you have to set it up and learn how to use it before you reach a point where it competes with other less sophisticated solutions. I try to keep some notes.org file and use it regularly, but I'm just faster with unix tools and vim, so it's hard to make the upfront investment in learning emacs and start somewhat from scratch. I think there's also some kind of discoverability issue with…
I'm pretty sure there are various other functionalities, but this seems to be enough for me as of now. If I have to search something with it, I just fall back to deadgrep's [0] interface. So, I don't think you need to read the entire manual to be productive! Infact, I would say that starting small and slowing forming the habit is a good way to use this effectively.
Overall, taking notes isn't a solved issue for me. I mostly like pen and paper as a thinking tool, but I'm not able to archive and search them, and it' slower when writing pure text.
Maybe a "Remarkable" would be a good tool, but I'm not sure I want even more screens and devices I already have.
I feel like Joplin ( https://joplinapp.org/ ) should also get mentioned: storing notes in plain Markdown files, optionally synced via e.g. Dropbox. Bonus points for also having mobile apps that sync with the same backend.
I looked for many alternatives to taking notes and Joplin ended up being what I went with, it's fantastic. I wrote a small script to export my notes to a static website because I figured someone could use the knowledge, even if it's just a brain dump: https://notes.stavros.io/ I also had an idea to make a site where you could take notes and have them be auto-published (like the above, but as a service), to create a c…
For years, I experimented with paper, org-mode, text notes (Sublime Text, TextEdit) to manage my thoughts and life. What I ended up with was folder after folder of disorganized notes, files like daily.txt, todo.txt, log.rtf that ended up disgusting me. I would so strongly recommended everyone reading this to check out Roam Research ( https://roamresearch.com/ ). At it's core, it's a collection of text notes in the cl…
After exactly year of using it, I moved back to Notion, even though I have Roam for free. Thanks to Roam's hype they have backlinks now (+ it's possible now to create new page in another page/db with "[[", that will leave only link/mention to that new page), which means both structured and flat zettelkasten-style notes (done in some master notes DB) are possible, plus regular DBs and all of the other cool stuff. This…
Earlier quoted context omitted.
I looked for many alternatives to taking notes and Joplin ended up being what I went with, it's fantastic. I wrote a small script to export my notes to a static website because I figured someone could use the knowledge, even if it's just a brain dump: https://notes.stavros.io/ I also had an idea to make a site where you could take notes and have them be auto-published (like the above, but as a service), to create a c…
Ditto, with https://github.com/jareware/howto/ , which I’ve been meaning to automatically sync from a specific notebook from my Joplin. Yours looks very polished though, maybe I should just use that!