Hacker News new | ask | show | jobs
by rfreiberger 1611 days ago
I've been using Tiddlywiki for my technical notes. Before I was using Evernote and Notion, both would format my code blocks and it was just easier to use Tiddlywiki with a desktop app for saving.

But my concern with Tiddlywiki is extracting the data if needed, there was a time when my wiki had some file issues and lucky that I was able to recover without sorting the files manually.

1 comments

It's been a while since I've actively used tiddlywiki, so I don't have actual code snippets at hand - but extracting "tiddlers" should be the least of your concerns (at least, that was my experience when I used it).

Just open the tiddlywiki in your text editor. All your tiddlers are neatly filed away at the bottom. It's that simple.

In fact, I had a folding expression in vim which folded everything neatly, and allowed one to just navigate between tiddlers, all in vim.

If its that simple to interactively browse through the data without running the javascript "engine", then you can see how trivial it is to pull out any or all tiddlers, on demand, out of the tiddlywiki.

Hope that helps

Thank you, I wasn't aware it's that easy. I have gotten around the saving issue with the desktop clients, they work decently well. I also love the tree view which many note apps seem to move away from.