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 [2018-11-04 02:09] mizunashi_manaplugin: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 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Show markdown block as a DokuWiki content +description: Show markdown block as a DokuWiki content 
-author     : mizunashi_mana  +author     : mizunashi_mana 
-email      : axnnoindexr11@gmail.com +email      : axnnoindexr11@gmail.com
 type       : Syntax type       : Syntax
-lastupdate : 2018-11-03 +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 45: 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 65: Line 105:
 === Known Issues and Wishes === === Known Issues and Wishes ===
  
-When you find a bug or want any features and it is not appeared on this section, please [[http://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/issues/new|make a new issue]].+When you find a bug or want any features and it is not appeared on this section, please [[https://github.com/mizunashi-mana/dokuwiki-plugin-mdpage/issues/new|make a new issue]].
  
 {{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 https://www.dokuwiki.org/config:htmlok and then retry. 
plugin/mdpage.1541293740.txt.gz · Last modified: 2018-11-04 02:09 by mizunashi_mana

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