Version: 0.5.2 - MVP
A simple flat-file, markdown-based, lightweight wiki software, meant for simple private instances.
- Lists all pages currently stored under the
data/
folder. - Allows you to edit, view, delete these said pages.
- Allows you to create new pages at will.
- Any page on the wiki can be accessed using
/view/{PAGE_NAME}
. - Uses EasyMDE to allow you to edit these wiki pages using markdown.
rice embed-go
go build
There are a bunch of stuff that still needs to get done before I actually release a build.
Right now no one.
People who just need a quick and dirty, but functional wiki software. Just to be able have documents shared between a group of trusted peers.
- Requires files to in the folder that the
wiki.exe
is being run from. - Entirely file-based, speed is dependant on the I/O.
- Wiki Looks okay. Could be better.
- Markdown is limited to the Editor that I am using.