User Tools

Site Tools


dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dokuwiki [2024/03/21 15:38] – created - external edit 127.0.0.1dokuwiki [2026/09/13 19:28] (current) – [2026 09 13] 172.59.136.20
Line 1: Line 1:
 ====== Dokuwiki ====== ====== Dokuwiki ======
  
 +===== 2026 09 13 =====
 +
 +  * dokuwiki runs on macqueen.us at dnsexit.com
 +  * dokuwikiAndroid https://github.com/fabienli/DokuwikiAndroid
 +
 +==== save pages as .md files ====
 +<code>To save DokuWiki pages as .md files, you must use the MarkdownExtra plugin, 
 +as DokuWiki natively requires pages to have a .txt extension. 
 +
 +Plugin Installation: Install the markdownextra plugin (available on GitHub or 
 +Bitbucket) to enable native Markdown parsing within DokuWiki. 
 +
 +File Naming Convention: Save your files with a dual extension, specifically .md.txt 
 +(e.g., page.md.txt).  DokuWiki requires the .txt suffix to recognize the file as a 
 +valid wiki page, while the plugin uses the .md suffix to trigger Markdown parsing. 
 +Usage: Pages ending in .md are automatically parsed using PHP Markdown Extra.  You 
 +can also embed Markdown content in other pages using a specific markdown block.
 +
 +Front Matter: The plugin supports front matter (text blocks delimited by ---) at 
 +the top of .md pages, which allows metadata to be placed outside the rendered HTML, 
 +enabling compatibility with plugins like tag. </code>
 +
 +
 +
 +===== 2025-1-7 =====
 +
 +  * Dokuwiki not a supported package in Synology DSM 7.
 +  * Followed these directions (https://www.youtube.com/watch?v=vgB9aJ-fRzY) about installing a farm. Did not work.
 +  * Copied this install to both macqueen.us/dokuwiki and allthatjas.us/dokuwiki and all was well.
 +  * going to 10.0.0.124 in a web browser lands you in /volume1/web
 +  * both wikis are dmmacq s1 u2
 +  * wiki name is in conf/local.php
 ===== 2023-12-7 ===== ===== 2023-12-7 =====
  
dokuwiki.1711035504.txt.gz · Last modified: 2024/03/21 15:38 by 127.0.0.1