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.
I was wondering whether adding new pages to the wiki from the web page is possible or is a future idea? It could just be a button that adds a...
Used MathJax config that only supports TeX because that's all I need and it's more lightweight. I see that other javascript libraries used in the code are included statically. Including...
# Upgrades to Wikitten to make it my Evernote Replacement! Below is my to modify the app to fit my own personal needs. If anyone has ideas, feel free the...
Is it possible to add disqus support under Markdown document page? This should be good if visiters want to leave some comments on my Wiki page. Thanks Uranus
As in this screenshot from a wiki running the master.zip from 8f32c0b5bedb1e6aeb93cbc2226d8781d3f3ab5d the table css leads to bad/unreadable rendering of table cells.  What would be...
Lines quoted with backticks (`) don't wrap and continue off the screen. This happens whether there are spaces or not. Here's an example of proper implementation: `A-Really-Long-Line-of-Text:WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW`
When editing a file in the interface and saving, all existing Unix line-endings and any new ones are converted to Mac line-endings. This leads to ugly diffs and other issues...
This point of this issue is to gather opinions on the possibility of using Composer with Wikitten. Pros: - Better dependency management, code structure - No need to include Markdown.php...
I've just installed Wikitten and started to play with it (looks very nice!), adding files and directories. My OS is Windows 7 and I've noticed that when files and folder...
1,web.config for subdir/domain install + exclude static files (css,img,js) from being redirected by the default web.config rules(to index.php) 2,add workarounds with custom mime_type_lib.php to advoid the "fopen()" related errors on...