Live data from Hacker News

How I Manage My Random Daily Notes

hachibu.net

121–130 of 196 posts

Re: How I Manage My Random Daily Notes

#121

I use markdown + git as the core note components (organization methodologies layered on top, dealer's choice), wanted to share this Android neat app for those who do the same: https://github.com/GitJournal/GitJournal

also a markdown + git user here. I just open it up like it's a code repo in VSCode.

(for anyone interested, "Working Copy" iOS app is great for this. It's a git client for iOS, and its contents are even accessible in the Files app. Can't speak to Android use, but looks like parent comment has recs)

Re: How I Manage My Random Daily Notes

#124
post #22

I guess the author has never heard of vim-wiki? > The way it works is that every time I run the script, it opens the note for that day in my editor of choice vimwiki's diary function does that for you under the hood.

my workflow for stream of conscious notes: \ww

I add tags as relevant if I think about it, and for projects/tasks spanning multiple days i'll create a root item.

I created a local git repo I try and keep everything checked into; I might push it up to a private github/bitbucket repo eventually, but I haven't been careful with scrubbing credentials from shell snippets so leerly on pushing anywhere remote.

Re: How I Manage My Random Daily Notes

#125
I'm a dedicated Evernote user. I add just about everything I generate or want to record to Evernote, in one big "notebook", and then I extensively use tagging to make sure everything is findable. I try to use every tag I might ever search for, for which this note would be relevant.

Sometimes I add content to existing notes, if they are relevant and include the same family of concepts. I often merge notes; e.g., I save all my tweets to Evernote via IFTTT, and then merge all of them for each given month.

I often add notes with no tagging at all, and I have a shortcut to search for notes with no tags, as a sort of inbox.

The ability to search everything at once is the key: I can search "movies" or "startup" or "medicine" and find everything with those tags, or those words in the title or text, or even in PDFs. (I use a Fuji ScanSnap to scan documents into Evernote, with fully searchable text.)

The biggest feature I wish for is transcription of voice notes or audio files, so the content would be searchable.

Evernote's Mac app is notoriously slow, but it's gotten better over the years. I still don't understand why they can't make it as fast as the web app.

Re: How I Manage My Random Daily Notes

#126
post #63
post #47

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…

> One day I'll just read the manual from start to finish and try to start properly from there, one day.

Define "manual", because I've been using org-mode since (greps .org files) . . . 2010, and I still haven't read the manual cover to cover. I just look things up and tweak as needed, which I think is key. You can go looking for features, but you're usually better off following a YAGNI and "google the stack answer" sort of mindset.

Re: How I Manage My Random Daily Notes

#127

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 spent time this week with Joplin.

Why I won't be using it:

* If I live in Markdown, I want to edit it WYSIWYG. Maybe that's wrong, but I don't want to live in .md code mode (for this reason, I miss Evernote). I author in Typora, but I don't want to keep notes in MD.

* It's sync-ing options don't map to the most used syncing tech on desktops these days. I'd have to pay for Dropbox (given my current ecosystem) just to use it to sync.

* I want folders and sub-folders. Folders and tags don't work for me.

* I wish these systems had a built-in journal mode, like Roam.

Re: How I Manage My Random Daily Notes

#129
I have a script that functions very similarly, called `jot`[1].

I also have one for rapid steam-of-conscious thoughts[2] and organized journaling[3].

Personally, I'm a fan of the "plaintext files in a directory" pattern for notes, thoughts, and writing.

[1]: https://github.com/Pinjasaur/jot

[2]: https://github.com/Pinjasaur/jt

[3]: https://github.com/Pinjasaur/jrnl

Post reply on HN