mycorrhiza
mycorrhiza copied to clipboard
🍄📑 Filesystem and git-based wiki engine for the independent web written in Go using Mycomarkup as its primary markup language.
Two possible ways: 1. Watch for changes in `.git/objects` or somewhere else. Whenever a new commit happens, something changes in this directory, so we can know about it and reindex....
When with no internet connection I try to save changes I made after editing a hyphae, it clears all the content of a hyphae after I get internet connection back....
It would be nice to have a way to set up a way to ignore some hyphae in /random. Probably two lists: categories and specific hyphae. A common pattern would...
The current (v1.12.1) setup of how auth-related things can be, is as follows: * Your wiki is either anonymous or has authentication. * On anonymous wikis, everyone can edit everything....
# background our computer club has been running an instance of mycorrhiza (happily!) that details some of our projects and services, including mycorrhiza itself. the hypha for this was at...
``` mkdir www.aaa cd www.aaa git init git commit --allow-empty -m "hi" git branch wiki git worktree add wiki.git wiki mycorrhiza . ``` Now, in Mycorrhiza (Web UI), - create...
Might be a fix for #222 , but might need some more testing. And maybe add support in a similar way for other static stuff in the project. Tested in...
From #221 We need to control the caching of static resources such as images, styles, and scripts. So that when files are changed, they immediately change at the front. There...
Currently, a file system from two sources is used for static files: 1. embedded files 2. files in the static directory according to the Open function used, the search is...
It's about time. I hope I'll do it before the summer ends. Absolutely required for the release: * [ ] #86 * [ ] #205 * [ ] Fix JSON...