Welcome to Simple Wiki

Aktualizováno 06.11.2025

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

  1. Click Login in the navigation bar
  2. Use the default credentials: admin / password123
  3. 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!");
}

Create links or embed images:

Alt text

Quotes

This is a blockquote It can span multiple lines


Enjoy your wiki!