fix search, by also cleaning description and title
Fix subdirs for search
Add search, move dirtree to seperate page
Tinywiki is a simple bash script, which converts a folder into a static html wiki.
No external JS is downloaded or called
Only JS used is Katex, only if Katex math is included, and only in that file
Katex lives locally
this is in a super rough state at the moment
improvments will come till it is in a state where:
pip install shyaml
)git clone https://git.sr.ht/~zenomat/tinywiki
cd tinywiki
mkdir -p $HOME/.local/share/tinywiki
cp style.css template.html $HOME/.local/share/tinywiki
katex.min.{js,css}
to $HOME/.local/share/tinywiki
index.html
at the root[[index]]
to insert an index of files and/or visit $rootdir/filetree.html
<folder>/public_html/index.html
toc: true
to the frontmatter