2020-10-21 18:37:39 +00:00
# 🍄 MycorrhizaWiki 0.10
2020-09-01 16:52:40 +00:00
A wiki engine.
2020-10-21 18:37:39 +00:00
This is the development branch for version 0.10. Features planned for this version:
2020-10-25 15:06:51 +00:00
* [x] New file structure
2020-10-21 18:37:39 +00:00
* [ ] Mycomarkup
2020-10-30 13:25:48 +00:00
* [x] 6 headings
* [x] Paragraph styling
* [ ] Inline links
* [ ] Better lists
* [ ] Better quotes
2020-10-25 15:06:51 +00:00
* [x] CLI options
2020-10-30 13:25:48 +00:00
* [x] CSS improvements
2020-10-21 18:37:39 +00:00
2020-10-03 17:05:10 +00:00
## Building
2020-09-01 16:52:40 +00:00
```sh
git clone --recurse-submodules https://github.com/bouncepaw/mycorrhiza
cd mycorrhiza
make
# That make will:
# * run the default wiki. You can edit it right away.
# * create an executable called `mycorrhiza`. Run it with path to your wiki.
```
2020-07-02 19:03:30 +00:00
2020-10-25 15:06:51 +00:00
## Usage
```
mycorrhiza [OPTIONS...] WIKI_PATH
Options:
-home string
The home page (default "home")
-port string
Port to serve the wiki at (default "1737")
-title string
How to call your wiki in the navititle (default "🍄")
```
2020-10-03 17:05:10 +00:00
## Features
2020-07-19 15:00:44 +00:00
* Edit pages through html forms
* Responsive design
* Works in text browsers
2020-09-01 16:52:40 +00:00
* Wiki pages (called hyphae) are in gemtext
2020-07-19 15:00:44 +00:00
* Everything is stored as simple files, no database required
2020-08-28 19:10:46 +00:00
* Page trees
* Changes are saved to git
2020-09-01 16:52:40 +00:00
* List of hyphae page
2020-08-28 19:10:46 +00:00
* History page
2020-09-01 16:52:40 +00:00
* Random page
2020-10-03 17:05:10 +00:00
* Recent changes page
* Hyphae can be deleted (while still preserving history)
* Hyphae can be renamed (recursive renaming of subhyphae is also supported)
2020-09-01 16:52:40 +00:00
* Light on resources: I run a home wiki on this engine 24/7 at an [Orange π Lite ](http://www.orangepi.org/orangepilite/ ).
2020-07-19 15:00:44 +00:00
2020-09-01 16:52:40 +00:00
## Contributing
Help is always needed. We have a [tg chat ](https://t.me/mycorrhizadev ) where some development is coordinated. Feel free to open an issue or contact me.
2020-07-19 15:00:44 +00:00
2020-09-01 16:52:40 +00:00
## Future plans
* Tagging system
* Authorization
* Better history viewing