I have a need to make my own wiki. A place to add and detail some things and wanted to get your suggestions for the best platform to use for it? I am no developer so the tool must be easy to use and customize.
If you mean a website wiki similar to Wikipedia, I really like DokuWiki for its simplicity to install and maintain. All that is needed is to copy some files to a PHP capable web server like Apache. There is not even a database.
Just be mindful if you go the static wiki route and want to host it at github, and want the wiki to be semi public with some page are public and some are private notes, github doesn’t allow private repo to be published as github pages on free tier plan.
Github pages need to be on public repo to be published on free tier so the public repo would be crawled by bots, random people could inspect it. A way to get around that is to use cloudflare pages. You’d store the wiki on github private repo, connect it to cf pages and cf will build, publish it and give you a free subdomain to access the built wiki site.
TiddlyWiki is very customizable but may require more time to learn. It also stores everything in one HTML file (including itself). There is an excellent tutorial, Grok TiddlyWiki.
A more lightweight alternative could be Feather Wiki.
Another approach: use CryptPad to create interlinked Markdown documents.
Also Standard Notes.
But if you want to store everything locally then Zim Wiki should be ok. You haven’t specified whether it must be an open-source project and what’s the target device.
You can write basic HTML, markdown but also use reusable pieces if you feel the need for it. Same goes for themes, extensions. It’s quite stable and self-contained for the most part.
But those “docs generators” are maybe a bit overkill and too complex.
Thought would be cool to share.
Can be a quick way to store knowledge locally or host somewhere for free.