wiki
wiki copied to clipboard
a flask based wiki, using markdown files as backend. completely file based!
How can I use images in my wiki? The Markdown syntax does not seem to work.
- Included bootstrap 3 files - Included jQuery 3 - Upgraded template files according to bootstrap2 to bootstrap3 guide - Added minor CSS for cosmetic purposes
This project should ship with some demo content. I suggest three trivial pages (including the home page), a config.py that just contains comments, and a users.json that has one or...
We can auto-generate a random secret key on startup. As it is the only setting that is required that would make the config file unnecessary and would greatly simplify getting...
We need to be able to search for: - combinations of tags including the absence of specific tags - untagged pages As is traditional, search should be implemented as GET,...
UserManager update() method reads and writes users.json file, but if two processes (for example two people will login at ~ same time) performs update() simultaneously, the later one can overwrite...
Idea: - New option in config.py -> `USE_GIT = True`. - If `USE_GIT` is `True` then: - We try to extract git identity information from users.json for the current user;...
Right now, this project is branded as "wiki", which is like naming your pet dog "Dog"... The name "[microWiki](https://github.com/rongarret/microWiki)" is already taken. The name "[fliki](https://github.com/fdb/fliki)", which combines Flask and wiki,...