This is your new wiki system built with PHP. It supports:
Features
- Markdown Syntax - Write your articles using simple markdown
- Image Support - Upload and embed images in your articles
- Live Preview - See your changes in real-time while editing
- Search - Find articles quickly using the search bar
- Simple Authentication - Login to edit and create articles
Getting Started
- Click Login in the navigation bar
- Use the default credentials:
admin/password123 - Start creating new articles or edit existing ones
Markdown Examples
Text Formatting
You can make text bold or italic or both.
Lists
- Item 1
- Item 2
- Item 3
Code
Inline code or code blocks:
function hello() {
console.log("Hello Wiki!");
}
Links and Images
Create links or embed images:

Quotes
This is a blockquote It can span multiple lines
Enjoy your wiki!