>collected a large amount of ebooks, papers, articles, movies, pictures, etc. (all digital). Since you mentioned those specific examples, I see a commonality and so I'm going to assume you're primarily concerned about organizing files that are not authored/generated by you . (Except possibly pictures/photos since you might be talking about jpgs from your personal iPhone or digital camera.) This distinction is key bec…
> they do have very good "web clipping" functionality. Are there services for this where you can link in your own backend?
Ask HN: How to organize personal knowledge?
161–170 of 228 posts
Re: Ask HN: How to organize personal knowledge?
#162Earlier quoted context omitted.
zim-wiki for me, absolutely. Text-based, offline, decent plugins, cross-platform, easy. What I love is that if zim is not available I can use Sublime Text to view and navigate as a near replacement as long as the SidebarEnhancements plugin is installed. I stand by the supremacy of zim-wiki although it does lack "pretty".
Do any of you sync your Zim/open it from mobile, specifically Android? I've been using Zim for a few days now and it works well, but would be much better if I can access the database while on the go...
Re: Ask HN: How to organize personal knowledge?
#163It's replicated from SSD to HDD on the same computer immediately (I use PostgreSQL replication and run multiple servers locally), so if one of those fails I lose nothing.
If I ever want gui or cli tool it's easy to hack up electron app or PHP/node cli script in an hour or so. DB access is much easier than parsing text files. It's easy to extend (add columns/tables) without messing with some random txt format.
You can also much more easily answer questions about your personal data by just firing up a psql and writing a quick SQL query with a much better chance of finding an answer to wider range of questions without resorting to actual programming/scripting.
You have to write some schema, so that naturally brings some organization to your knowledge as you have to think about it.
Re: Ask HN: How to organize personal knowledge?
#164Would help us to know more about the specific use case and goal you had in mind. For now, generically speaking, I use OneNote for keeping track of my own generated ideas and pasting in things from other sources. For larger media I recommend having a network drive or using Dropbox. I'm happy with OneNote. For my more technical ideas where I'm brainstorming I have a nice leather journal (no lines) that I use for brains…
I loved OneNote until I tried to put some code snippets into it. Somehow over time they become unusable for cut and paste into *nix systems. Did you find a way to overcome this? I have no time to dos2unix everything.
Re: Ask HN: How to organize personal knowledge?
#165I use OneNote currently. Dump (almost) everything in there. The UX leaves something to be desired - Evernote is so much better. Shame that Evernote kept losing my data. And Google Drive for the "larger” and better organized stuff like photos, e-books, or invoices.
Re: Ask HN: How to organize personal knowledge?
#166Re: Ask HN: How to organize personal knowledge?
#167Has anyone found something that works with Markdown, code highlighting, and Latex?
Re: Ask HN: How to organize personal knowledge?
#168Earlier quoted context omitted.
Can you say more about how you use Airtable? To me Airtable has a really appealing low/zero startup cost, but then I'm always tripped up by not being able to do arbitrary queries, joins, etc. to create new views.
I use Airtable for "quantified self" type things like logging workouts and health metrics, also tracking reviews of books and movies, planning travel, and anything that I would otherwise use spreadsheets for. By the way, you can do simple joins in Airtable by using the "lookup" and "rollup" field types, but I agree that it is relatively limited in that respect.
Re: Ask HN: How to organize personal knowledge?
#169Earlier quoted context omitted.
I haven't had issues with synonyms specifically, my praise for it comes more from it copying the full text of websites when I clip them and parsing the contents of hand written OCR scanned notes and being able to search over those.
are you a paying or free user?
Re: Ask HN: How to organize personal knowledge?
#170Org-mode. Since it's a plaintext format it's easily searchable, and it's the most feature complete and ergonomic piece of software I've ever used for task tracking and knowledge management (including MediaWiki, TiddlyWiki, Google Docs, Evernote, plain txts, and more). One major pain point: no totally seamless mobile sync that I'm aware of. I just write things down in Google Keep and transcribe them when I'm on my lap…