Do you use a personal 'knowledge base'?
Years ago, I had a local mediawiki installed, but didn't seem to use it. Now, I store all my knowledge, ideas, etc. in markdown text files, manipulated with Emacs.
But, I'd like to have a more visually organized, full-text searchable system that's (a) local/private, and (b) accessible when away from home office.
How do you organize your knowledge/notes/learnings?
17 comments
[ 2.1 ms ] story [ 56.4 ms ] threadI might test it asap, and later see how to adapt my ecosystem (Android + macOS) for quick/best access. Offline would be great.
Therefore, I am building my own system.
On thing that I haven't seen mentioned so far is an idea of mine which might be useless but I want to share it anyway: Maybe you should think in bigger terms and not consider a single application (or a set of applications) your knowledge base, but an entire computer set aside for this purpose. The advantage would be superior flexibility when dealing with a large number of different files and file types; plus you can use operating system features such as tagging on Mac OS X.
1. Once I wrote something down, I forgot about it and never looked back. (No spaced repetition)
2. I had to launch an external application and switch to it to take notes. (constant context switching)
So I made an open source solution called dnote [0] that addresses both problems by (a) automating spaced repetition via email digest, and (b) minimizing environment switch by working as a CLI and a browser extension. Been using it for the past two years.
- [0] https://github.com/dnote/dnote
I've toyed with GitHub, Evernote and markdown files but the greatest issues with all these topics is lack of active recall and that fact that I never came back to them. With Anki, I've been spending time daily so it's hard to forget these topics. If I do forget something, I can always look it up in my notes or just go to the internet again.
I am finding that the system works well enough, once you get VisualEditor working. However the main problem is the habit of capturing my thoughts and work products. It's a tough habit to get in to.
Ultimately I want the wiki to be just one piece of a larger system that automatically organizes all my articles, files, mail, posts, etc. The idea being that I can work with whatever tool is easiest for any particular situation, and still be able to cross-reference all the information in a way that is useful and easy to search. We'll see if I ever get there.