DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:mdpage

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:mdpage [2019-07-19 09:11] Aleksandrplugin:mdpage [2023-05-26 19:03] (current) – I had my dokuwiki instance fail with an error message pointing to mdpage. Disable mdpage in plugins.local.php fixed the issue KaiMartin
Line 6: Line 6:
 email      : axnnoindexr11@gmail.com email      : axnnoindexr11@gmail.com
 type       : Syntax type       : Syntax
-lastupdate : 2019-07-13 +lastupdate : 2021-01-09 
-compatible : Greebo+compatible : Hogfather, Greebo, !Jack Jackrum
 depends    :  depends    : 
 conflicts  : markdownextra conflicts  : markdownextra
Line 20: Line 20:
 screenshot_img : https://raw.githubusercontent.com/mizunashi-mana/dokuwiki-plugin-mdpage/master/assets/screenshot.png screenshot_img : https://raw.githubusercontent.com/mizunashi-mana/dokuwiki-plugin-mdpage/master/assets/screenshot.png
 ---- ----
 +
 +**This plugin is abandoned! New maintainers welcome.**
  
 ===== Installation ===== ===== Installation =====
Line 38: Line 40:
   [link](https://www.dokuwiki.org)   [link](https://www.dokuwiki.org)
   </markdown>   </markdown>
 +
 +===== Configuration and Settings =====
 +
 +^ name ^ description ^
 +| flavor | Markdown Flavor |
 +| markdown_default | You can use plain Markdown to write all pages without any special words by this option. :!: This is experimental feature and will change the specification. |
  
 ===== Syntax ===== ===== Syntax =====
Line 46: Line 54:
 This plugin supports three flavors: This plugin supports three flavors:
  
-  GitHub Flavored Markdown: https://github.github.com/gfm/ +  GitHub Flavored Markdown: https://github.github.com/gfm/ 
-  Markdown Extra: https://michelf.ca/projects/php-markdown/extra/ +  Markdown Extra: https://michelf.ca/projects/php-markdown/extra/ 
-  Traditional Markdown: https://daringfireball.net/projects/markdown/syntax+  Traditional Markdown: https://daringfireball.net/projects/markdown/syntax
  
-===== Configuration and Settings =====+This plugin supports internal links: 
 + 
 +  <markdown> 
 +  [internal link](:start) 
 +  [interwiki link](doku>plugin:mdpage) 
 +   
 +  ![internal image](:wiki:dokuwiki-128.png) 
 +  </markdown> 
 + 
 +==== Markdown Defaulting (Experimental) ==== 
 + 
 +If you enable ''markdown_default'', you often use Markdown syntax without any tags. 
 +However, need a tag if you want to use DokuWiki syntax in Markdown as follows: 
 + 
 +<code> 
 +<!DOCTYPE markdown> 
 + 
 +# Header 
 + 
 +any Markdown contents: **Bold Text**, `Inline Code` 
 + 
 +<script type="text/x-dokuwiki"> 
 +any DokuWiki content: **Bold Text**, <del>Strike-through Text</del>, ''Inline Code'' 
 +</script> 
 + 
 +any Markdown contents: **Bold Text**, `Inline Code` 
 +</code> 
 + 
 +===== FAQ ===== 
 + 
 +  * **Q:** I cannot use inline HTML. Is this plugin supported HTML? 
 +    * **A:** Yes.  Please enable [[config:htmlok]] and then retry. 
 +  * **Q:** I cannot use footnotes with Markdown Extra. Is this plugin supported Markdown Extra? 
 +    * **A:** This plugin is not support full Markdown Extra flavor. See [[https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/issues/74|Issue #74]].
  
-^ name ^ description ^ 
-| flavor | Markdown Flavor | 
 ===== Development ===== ===== Development =====
  
Line 69: Line 108:
  
 {{rss>https://rsshub.app/github/issue/mizunashi-mana/dokuwiki-plugin-mdpage description}} {{rss>https://rsshub.app/github/issue/mizunashi-mana/dokuwiki-plugin-mdpage description}}
- 
-===== FAQ ===== 
- 
-  * **Q:** I cannot use inline HTML. Is this plugin supported HTML? 
-    * **A:** Yes.  Please enable [[config:htmlok]] and then retry. 
-  * **Q:** Links with title don't have correct title. 
-    * **A:** Unfortunately, this plugin is not supported links with title. See an [[https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/issues/35|isuue #35]]. 
  
plugin/mdpage.1563520289.txt.gz · Last modified: 2019-07-19 09:11 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki