Slightly related PSA:<p>Everyone should consider running a wiki locally just for yourself. It's like being able to organize your brain. I just got into it two days ago and basically spent the whole weekend dumping things into it in a way I can actually browse and revisit, like the short stories I'd written, spread out across Notes.app and random folders.<p>You don't need to run WAMP, MySQL, Apache, phpmyadmin or anything. Here are the steps for someone, like me, who hadn't checked in a while:<p>0. `$ brew install php` (or equiv for your OS)<p>1. Download the wiki folder and `cd` into it<p>2. `$ php -S localhost:3000`<p>3. Visit <a href="http://localhost:3000/install.php" rel="nofollow">http://localhost:3000/install.php</a> in your browser<p>I tried DokuWiki at first (has flat file db which is cool). It's simpler, but I ended up going with MediaWiki which is more powerful, and aside from Wikipedia using it, I noticed most big wikis I use also use it (<a href="https://en.uesp.net/wiki/Main_Page" rel="nofollow">https://en.uesp.net/wiki/Main_Page</a>). MediaWiki lets you choose Sqlite as an option, so I have one big wiki/ folder sitting in my Dropbox folder symlinked into my iCloud folder and local fs.<p>Really changing my life right now. The problem with most apps is that they just become append-only dumping grounds where your only organizational power is to, what, create yet another tag?<p>My advice is to just look for the text files scattered around your computer and note-taking apps and move them into wiki pages. As you make progress, you will notice natural categories/namespaces emerging.<p>I just wish I started 10 years ago.