MediaWiki-esque documentation/online wiki tool that can be statically generated from (custom) wikitext files.
MediaWiki-esque documentation/online wiki tool that can be statically generated from (custom) wikitext files.
I finally got another part working! I have a small module which takes an input directory, turns all the subfolders and stuff into namespaces, and links them together and renders it onto a theme using Nunjucks! in this screenshot you can see the SGW code and the rendered output.
Log in to leave a comment
I tried recreating Wikipedia’s vector theme as a nunjucks template so my HTML could render into it.
Log in to leave a comment
I wrote a thing to convert tokens to an AST, i also made a small web demo because its nicer to look at than the unit tests.
Log in to leave a comment
I wrote a tokenizer that converts my custom wikitext markdown language to an array of tokens with a type such as text, bold, template, link, etc. and parameters.
Log in to leave a comment