Wikitten icon indicating copy to clipboard operation
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.

Results 37 Wikitten issues
Sort by recently updated
recently updated
newest added

Currently the layout suffers because pull-right has no actual class anymore: ![image](https://user-images.githubusercontent.com/32747235/70688469-29d80200-1cb2-11ea-8305-59b2ebd57a6c.png) 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)