bouncepaw / mycorrhiza

🍄📑 Filesystem and git-based wiki engine for the independent web written in Go and using Mycomarkup as its primary markup language.
https://mycorrhiza.wiki
GNU Affero General Public License v3.0
300 stars 26 forks source link

Asciidoc instead of Mycomarkup? #202

Closed hhartzer closed 1 year ago

hhartzer commented 1 year ago

Re: https://mycorrhiza.wiki/hypha/why_mycomarkup

I know this is highly controversial and I'm sure there's a lot of good reasons for Mycomarkup, but it is a new format among many.

I though that Asciidoc looked similar and it features something like transclusion: https://docs.asciidoctor.org/asciidoc/latest/directives/include/

Is Asciidoc worthy of Mycorrhiza? I really don't know enough to say -- I am just curious! I'm quite happy using Mycomarkup.

bouncepaw commented 1 year ago

Mycomarkup is kinda too old to rip out, Mycorrhiza is like three years old or something. I have thousands of documents in Mycomarkup. No one would actually be happy about that. And worst of all, Asciidoc is a very bad choice for a wiki markup (but quite a good one for a book), as it offers many unneeded features while not offering some needed features. For example, I've never found any notion of something like a wikilink there. It has a better ordered list syntax than Mycomarkup, though.

But whatever. Not worth it. Wontfix.

hhartzer commented 1 year ago

I understand! Thank you for for taking the time to explain!