Hacker News new | ask | show | jobs
by isr 1611 days ago
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

1 comments

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.