Zim – A Desktop Wiki
21–30 of 169 posts
Re: Zim – A Desktop Wiki
#22Been using it for nearly a decade and have turned many people on to it. I wrote about it some years back on my ugly blog: https://www.tidbitsfortechs.com/2013/12/tech-tool-tidbit-zim... [edit. It said I turned many people into it which assumes that there are people out there who are Zims. Space invaders notwitstanding.]
Re: Zim – A Desktop Wiki
#23Re: Zim – A Desktop Wiki
#24I wish it would eventually move to Markdown in a large version change, to open the door to direct-to-MD publishing
Re: Zim – A Desktop Wiki
#25Re: Zim – A Desktop Wiki
#26I was using TiddlyWiki, but I stopped about two years ago. I use OneNote for everything because I am primarily Windows based, but I do have an iMac and Linux machines too. I may give this a try. I still go back to pen and paper in bound books a lot, but for listing and sharing this looks good.
Re: Zim – A Desktop Wiki
#27Recently I updated my setup to use syncthing for syncing between my desktop, laptop, and my Android phone. On my phone I use Markor, an open source app that supports the Zim markup format (along with Markdown and some others). I've been pretty happy with this setup.
Re: Zim – A Desktop Wiki
#28I've been looking at Logseq and Obsidian recently.
Re: Zim – A Desktop Wiki
#29Keep coming back to my beloved Zim.
Super extensible without being overwhelming.
I do my personal notes, my blogging, my course website and even my Slides (instead of Powerpoint) with it.
Re: Zim – A Desktop Wiki
#30- 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 can be added to any page. Bonus if it supports hierarchical categories. These get indexed and can be bulk managed. When pages are updated and their tags change, the system automatically handles the bookkeeping.
- Indexed fuzzy search better than grep
- Server + browser interface (mobile friendly). It should also support editing from the browser and saving back to git.
- Native desktop app. Less important, but also enforces that git, files, and a simple set of indices are the core data model.
- Sync over git / github with easy diff fixing
- Publish to a public or private website. Bonus if statically rendered snapshots are supported.
- Despite all of the ancillary indices and support mechanisms, it must remain CLI/vim editing friendly. Indexes and links should update as a post commit hook or async job
- Images and media can be uploaded to a secondary service that handles indexing, hosting, backups, and thumbnail generation. This is a whole set of concerns all on its own.
tl;dr: git + markdown data model with a bunch of bookkeeping, indexing, and tooling on the side
I haven't found a good fit yet, but I haven't explored the entire space. I might just write it one of these days.
Definitely looking for recommendations!
Edit: thanks for the suggestions! :)