From f55b372e072a28146ff9b6cc032f970f98b510b1 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Fri, 1 Apr 2022 21:27:45 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7b38e3..0f3b41f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Mycorrhiza Wiki** is a lightweight file-system wiki engine that uses Git for keeping history. [Main wiki](https://mycorrhiza.wiki) -A screenshot of mycorrhiza.wiki's home page in the Safari browser +A screenshot of mycorrhiza.wiki's home page in the Safari browser ## Features @@ -10,7 +10,8 @@ * **No database required.** Everything is stored in plain files. It makes installation super easy, and you can modify the content directly by yourself. * **Everything is hyphae.** A [hypha] is a unit of content such as a picture, video or a text article. Hyphae can [transclude][transclusion] and link each other resulting in a tight network of hypertext pages. * **Hyphae are authored in [Mycomarkup],** a markup language that's designed to be unambigious yet easy to use. -* **Nesting of hyphae** is supported. A tree of related hyphae is shown on every page. +* **Categories.** +* **Nesting of hyphae** is also supported. * **History of changes** for textual parts of hyphae. Every change is safely stored in [Git]. Web feeds for recent changes included! * **Keyboard-driven navigation.** Press `?` to see the list of shortcuts. * **Support for [authorization].**