Wikitten
Wikitten copied to clipboard
Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on.
Currently the layout suffers because pull-right has no actual class anymore:  the migration guide suggests float-right as the alternative: https://getbootstrap.com/docs/4.0/migration/#utilities
use the conf caused only login can read add a new conf allow everyone ``` //define('ACCESS_USER', 'user'); //define('ACCESS_PASSWORD', 'pass'); //new conf //define('ALLOW_EVERYONE', true); ```
我感觉我发现了新大陆
I need to be able to use the bootstrap accordion feature. Can wikkitten do this?
Can we use [ParseDown](http://parsedown.org) instead of Markdown original? This also has Extra and other features that Markdown has. :) Do let me know if I can help in finishing this...
Very useful software, thank you! Fulltext search would IMHO be a great feature...
I run my local webpage out of my home directory using `mod_userdir`. Whenever I would click a link I would get "index.php was not found on this server". Eventually I...
hello, adding a css for printing more fancy
I still find Wikitten my go to notes solutions ... for years! I'd love if you could incorporate [Mermaid](https://github.com/knsv/mermaid) This library may make it trivial (hopefully): [Mermaid-PHP](https://github.com/bound1ess/mermaid-php)