Looking for a Markdown-based wiki
I'm looking for a wiki solution (either remotely hosted or self-hosted is fine) that takes Markdown input....
Looking for a Markdown-based wiki
I'm looking for a wiki solution (either remotely hosted or self-hosted is fine) that takes Markdown input....
I love Bookstack!
The diagram tool can be used to markup anything. Besides the obvious, I've also put pictures as the background and then marked up those to diagram out some work I was doing around the house.
I hope the dev makes his way over here, he was very active on Reddit.
I researched using Bookstack but you can access the pictures even if you do not have an account and have the right URL, anybody can see the picture/attachment file in any browser.
Not having well-implemented access control was a big No No for us.
twexe for hosting/saving - works great - though it's worth noting that TiddlyWiki is really meant for lots of bite-size "tiddlers" and not for large single pages full of information, which are considerably more difficult to manage using its interface.
Obsidian is a fantastic note taking app that focuses on cross-linked notes, so is effectively a personal wiki.
It has a paid add on that lets you publish it to a website, or you can just do it yourself since the files are all Markdown.
I think you should specify whether you're looking for a wiki for personal use or shared use.
If you're looking for personal use, something like standard notes can be a great option.
If you're looking for shared use, and don't care about encryption, wiki.js is IMO your best bet.
There's currently no option that does both. Skiff exists as an encrypted collaborative notes option but it doesn't (to my knowledge) allow any kind of self hosting.
I switched from Tiddlywiki to Logseq 3-4 months ago and LOVE Logseq.
Part of the reason I didn't like Tiddlywiki was it kept everything in a single html file (including embedded images -- eww) which made it annoying to move information around. (Note there is an option to run your own server which gives you extra flexibility, but I wasn't interested in doing that.)
With Logseq, it's separate markdown file per journal entry / wiki page. I like the addons that are available as well as the queries, e.g., {{query (todo doing)}} displays my do now tasks on my journal page.
Here's a Beginner's Guide on how to use LogSeq: YouTube video by Keep Productive
wikijs comes to mind, it's deploy-able with a single docker command:
docker run -d \
--name=wikijs \
--restart=unless-stopped \
--publish 8080:3000 \
--env "DB_TYPE=sqlite" \
--env "DB_FILEPATH=/wiki/db.sqlite" \
--volume wikijs:/wiki \
--volume wikijs:/wiki/data/content \
ghcr.io/requarks/wiki:2
Try mdBook if you’re a rust person!
https://rust-lang.github.io/mdBook/
I've been using Obsidian for over a year now and I absolutely love it. It has joined the very short list of software that I have almost no complaints about and don't really care to even passively look for a replacement. It's like the developers read my mind for a Markdown editing app that I've wanted to exist for a decade. I've given them money because its awesome and I'm happy to support their development.
Personally I don't really need to access my personal wiki (I call it my "commonplace book" or personal knowledge base) from the web though; local files synced between devices works just fine for me.