The most unique thing for me is the fact that it's an .html file that you can just download and run. The data/saving mechanism is completely separate. This "unhosted-ness" seems to be a growing trend.
Tiddlywiki – A non-linear personal web notebook
21–30 of 110 posts
Re: Tiddlywiki – A non-linear personal web notebook
#22Re: Tiddlywiki – A non-linear personal web notebook
#23That said, the list of literally 20 different ways of storing your Tiddlywiki data is user-hostile. Don't tell me that you have a Node server and a PHP server, just give me the easiest way to self-host, how to use Dropbox/Google Drive, or perhaps one more option. You can include a link to "other options", but don't put them front and center.
Even open-source tools that appeal to us nerds need some attention to marketing.
Re: Tiddlywiki – A non-linear personal web notebook
#24The most unique thing for me is the fact that it's an .html file that you can just download and run. The data/saving mechanism is completely separate. This "unhosted-ness" seems to be a growing trend.
Re: Tiddlywiki – A non-linear personal web notebook
#25I'd like to be able to press a shortcut key and have my computer save a screenshot of whatever I'm looking at, along with letting me type a brief note for context. Ideally it would also record the URL of whatever the browser was visiting (if it's a screenshot of a browser page), or the file path of whatever was open. So basically Pinboard, but for pages of PDFs and other random scraps.
Re: Tiddlywiki – A non-linear personal web notebook
#26I personally think Tiddlywiki is a fascinating project and I even used it professionally for a few years. But, these days, I think you likely do better with either a Dropbox directory full of Markdown files or installing the free tool Simplenote everywhere (mobile/desktop) and using its support for notes/Markdown. It's true that if you go with these simple schemes, you lose wiki-style linking. But, I've found that YA…
Re: Tiddlywiki – A non-linear personal web notebook
#27Glad to see it's still here.
Re: Tiddlywiki – A non-linear personal web notebook
#28I look at TW every couple of years or so, and there has never been either: - a sane way to keep a wiki on something like Dropbox (at the time, the only way to have persistence was to disable browser security and allow JavaScript to write to disk directly) or - a service to sync a wiki between machines Has that changed nowadays?
Re: Tiddlywiki – A non-linear personal web notebook
#29I've been writing a personal encyclopedia for the last five or six years or so. I have some 1500+ articles multiple of which are 50+ pages. I think it's been really valuable. I think I get a few things out of it: 1. Perfect recall. Every little detail I read in a book/blog/article stays with me. Makes it easy to synthesize results from multiple pieces across time, which is useful when you only have a casual interest…
(My PhD advisor used to say that a sign of learning isn't whether you remember something -- it's how quickly you can re-learn it. So I try to make it easy to find and re-learn things I need.)
Since I need to cite papers, I had to put together a system that can read BibTeX bibliographies and format them into references. I cobbled together a Hakyll config that uses Pandoc and KaTeX to turn Org files into HTML pages, with a simple chronological listing: https://www.refsmmat.com/notebooks/
I've found this useful for my own reference and to share with others -- if someone asks me about some topic I've read about, I can just send the notebook link with summary and citations.
I'd like a version that doesn't need separate BibTeX files (though that should be easy to solve with a couple scripts or some Emacs packages), and perhaps intelligent full-text search, but for the moment I like that it produces static HTML that will last forever.
Re: Tiddlywiki – A non-linear personal web notebook
#30An additional benefit of using Emacs: the personal wiki can be integrated with my task-management system, which Org-Mode handles as well. Plus I can draft and edit at warp speed, having customized the native Emacs keybindings to suit me better.
Were I going to publish my wiki to the Web for others to use, I'd export the wiki to HTML with Org. But for now it's all personal.