Lines Matching refs:DokuWiki
1 # mdimport plugin for DokuWiki
3 **Import Markdown files directly into the DokuWiki editor.**
5 …le from your computer. The file's content is automatically converted to DokuWiki syntax and insert…
20 For general information on installing extensions in DokuWiki, see:
37 - **Live preview** – Conversion happens in the background via AJAX; the resulting DokuWiki syntax i…
44 - **DokuWiki** – any recent version (tested with **2025‑05‑14 “Librarian”** and later)
51 …tHub](https://github.com/yourusername/dokuwiki-plugin-mdimport) or the [DokuWiki plugin repository…
52 2. **Extract** the contents into `lib/plugins/mdimport/` of your DokuWiki installation.
53 3. **Enable** the plugin via the DokuWiki extension manager (Admin → Extension Manager) or by setti…
66 The conversion uses an internal PHP class (`MarkdownToDokuWikiConverter`) and returns pure DokuWiki…
72 | Markdown | DokuWiki | Notes |
81 | `1. item` | `- item` (ordered) | Ordered lists become DokuWiki unordered lists with a dash; numbe…
87 > **Note:** DokuWiki’s syntax differs from Markdown in several places; the plugin aims for a sensib…
119 - **Website:** [DokuWiki plugin page](https://www.dokuwiki.org/plugin:mdimport)