Wikitten使用说明

php // Enable a custom stylesheet define('CUSTOM_MARKDOWN_STYLESHEET', 'github.css');



**Attention!!!** Do not use the full path to the file. Use only the filename.

### Roadmap

Some of the features I plan to implement next:

- [Pastebin](http://pastebin.com/) API integration. I think it would be cool to share snippets on Pastebin (or a similar service) with a single click
- Creating / updating files directly through the web interface. Other wikis place great accent on creating and editing pages in the browser, but since I have my trusty code editor open non-stop anyway, I prefer to update my files manually for now.
- Search in files

### Special thanks go to:

- [Michel Fortin](http://michelf.ca/home/), for the [PHP Markdown parser](http://michelf.ca/projects/php-markdown/).
- [Marijn Haverbeke](http://marijnhaverbeke.nl/), for [CodeMirror](http://codemirror.net/), a JavaScript code editor.
- Twitter, for the [Bootstrap](http://twitter.github.com/bootstrap/) CSS framework.
- All Vectors, for the [free cat vector](http://www.allvectors.com/cats-vector/) silhouette I used in making the logo.
- [Sindre Sorhus](https://sindresorhus.com/) for the Github flavored [Markdown Style](https://github.com/sindresorhus/github-markdown-css).