I ended up switching to FOAM (the vscode extension) for personal notes because it's markdown and has much better support for inline planuml and showing node connections as a graph, but I haven't actually bothered changing my work notes away from ZIM because once stuff is in it, it kinda just works. If you don't care about visualizing links between different pages, it does a great job at making hierarchical notes sear…
Zim – A Desktop Wiki
111–120 of 169 posts
Re: Zim – A Desktop Wiki
#112I feel like at some point I must have tried Zim, but for some reason I abandoned it. Perhaps it was the inter-document linking/referencing thing. Or it was its markup language having other limitations? I don't remember.
Nowadays I do all my note taking and knowledge storing using org-mode.
Re: Zim – A Desktop Wiki
#113It is time to give a shout out to my favorite note taking app: Trilium https://github.com/zadam/trilium Pros: 1. Data is saved in SQlite. I am at 33k notes and it springs open instantaneously. 2. Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree. (Think soft-links) 3. WYSIWYG support (CKEditor) 4. Tags, advanced scripting features 5. Other ususal wiki stuff l…
It supports various types of file stores for syncing between devices. I've used OneDrive and WebDAV. The project has also recently launched a cloud service for people who want to sync between devices but don't want to set up a network file store.
Re: Zim – A Desktop Wiki
#114Strikes me as similar to the excellent (but unfortunately abandoned) NoteLiner.
Re: Zim – A Desktop Wiki
#115Re: Zim – A Desktop Wiki
#116These are the features I'd like in a wiki / personal knowledge engine: - Not a service. This has to be durable and portable. - Backed primarily by git and plaintext files, not a database. Explorable and manageable on the filesystem. - Markdown - Hyperlinks to articles that show up red if the page doesn't exist (yet). If a page is renamed, all hyperlinks to it must automatically update. - Multiple tags / categories ca…
It only fits about half your criteria, but I'm liking the vscode extension FOAM. https://foambubble.github.io/foam/ it's basically a clone of Roam Resarch as a vscode extension that uses Markdown. It's markdown, has a desktop app (vscode), since it's just markdown you can put it all in git with easy diffs, vscode allows you to search the entire project for words, it has tags. It even has a window to see your notes as…
Re: Zim – A Desktop Wiki
#117Re: Zim – A Desktop Wiki
#118Once again I'm going to recommend tiddlywiki[0]. It has the hackability of emacs but can run anywhere a browser can ( both online and offline ). And of course, an active community and ecosystem built around it. [0] https://tiddlywiki.com/
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.
Re: Zim – A Desktop Wiki
#119Once again I'm going to recommend tiddlywiki[0]. It has the hackability of emacs but can run anywhere a browser can ( both online and offline ). And of course, an active community and ecosystem built around it. [0] https://tiddlywiki.com/
I never get past the saving problem. Last time (a few weeks ago) I tried rclone with WebDAV. I do what the instructions say, I get a local web site where I can open the empty.hmtl, I do the basic setup, write a tiddler, it says "Saved" and the empty.html is still pristine and never gets written. The times before that I tried several other ways documented on their web site, but failed with all of them. git? Only GitHu…
Re: Zim – A Desktop Wiki
#120It's silly. But I want these features in my offline personal wiki: - sortable table like wikipedia's - sortable list and other list manipulation tools from dynalist/worflowy's - automatically adding titles when you copy links of articles/videos/etc. I'd like to think I'm not the only one who mostly uses lists and tables to organize information and notes. Quick googling says org-mode can do the first 2. I tried spacem…