DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:mediasyntax

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:mediasyntax [2013-08-02 23:13] – [Compatibility] 77.2.176.222plugin:mediasyntax [2023-10-30 23:44] (current) Klap-in
Line 1: Line 1:
-====== mediasyntax plugin ======+====== MediaSyntax Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Mediawiki syntax for dokuwiki. Comes with a converter.+description: MediaWiki syntax for DokuWiki. Comes with a converter.
 author     : Thorsten Staerk author     : Thorsten Staerk
 email      : dev@staerk.de  email      : dev@staerk.de 
 type       : syntax plugin type       : syntax plugin
-lastupdate : 2013-08-02 +lastupdate : 2023-07-29 
-compatible : 2009-12-252010-11-072011-05-25, 2011-11-10, 2012-01-25, 2013-05-10+compatible : HogfatherIgorJack Jackrum
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : syntax mediawiki formatting markup_language toolbar converter tags       : syntax mediawiki formatting markup_language toolbar converter
  
-downloadurl: http://www.staerk.de/files/mediasyntax.tar.gz +downloadurl: https://github.com/tstaerk/mediasyntax/zipball/master 
-sourcerepo : http://github.com/tstaerk/mediasyntax +sourcerepo : https://github.com/tstaerk/mediasyntax/ 
-bugtracker : http://github.com/tstaerk/mediasyntax/issues +bugtracker : https://github.com/tstaerk/mediasyntax/issues 
-donationurl: http://www.staerk.de/thorsten/mediasyntax+donationurl: https://www.staerk.de/thorsten
 ---- ----
  
 ===== Download and Installation ===== ===== Download and Installation =====
-  * Log in as Administrator to your dokuwiki + 
-  * Choose Admin->Manage Plugins +  * Log in as Administrator to your DokuWiki 
-  * Under "Download and install a new pluginenter http://www.staerk.de/files/mediasyntax.tar.gz +  * Choose Admin->[[:plugin:extension|Extension Manager]] 
-  * Click on "Download".+  * Under "Search and Install" search for "mediasyntax" 
 +  * Click on "Install".
  
 ==== Optional ==== ==== Optional ====
-  * To use tables in mediawiki syntax, install the [[exttab1]] plugin. 
-  * To have mediawiki's styleset, install the [[template:monobook|monobook]] or [[template:vector|vector]] skin. 
-  * If you want the "edit" buttons to be above and not below the section to edit, install the [[plugin:editsections]] plugin ([[http://source.silicodon.net/releases/dokuwiki-plugins/edit-section-reorganizer/|source site]]). 
-  * Test your installation by writing a new article starting with <nowiki>'''hello world'''</nowiki>. This should be displayed bold. 
-===== Syntax and Usage ===== 
-After installation, [[http://www.staerk.de/thorsten/Help:Editing|mediawiki syntax]] is used to display your pages. This also includes the #REDIRECT command. 
  
-[[http://www.staerk.de/dokuwiki/doku.php?id=mediasyntaxplugintest|Here is a demo]].+  * To use tables in MediaWiki syntax, install the [[exttab3]] plugin (previous: [[exttab1]] or [[exttab2]]). 
 +  * To have MediaWiki's styleset, install the [[template:monobook|Monobook]] or [[template:vector|Vector]] skin. 
 +  * If you want the "edit" buttons to be above and not below the section to edit, install the [[plugin:editsections]] plugin (NOTE: URL No longer exists [[http://source.silicodon.net/releases/dokuwiki-plugins/edit-section-reorganizer/|source site]]). 
 +  * Test your installation by writing a new article starting with ''<nowiki>'''hello world'''</nowiki>''. This should be displayed bold. 
 + 
 +===== Syntax and usage ===== 
 + 
 +After installation, [[https://www.mediawiki.org/wiki/Help:Formatting|MediaWiki syntax]] is used to display your pages. This also includes the ''#redirect'' command. 
 + 
 +==== Tables ==== 
 + 
 +Tables stay in the DokuWiki syntax because the MediaWiki syntax does not allow for simple tables. If you really want mediawiki-style tables, use the [[exttab1]] or [[exttab2]] or [[exttab3]] plugins. 
 + 
 +==== Images ==== 
 + 
 +To add an image, store your image (let's assume it is called myimage.png) into the image folder (e.g. /srv/www/htdocs/dokuwiki/data/media/image). To show it use the syntax 
 +  [[Image:myimage.png]]
  
 ===== Compatibility ===== ===== Compatibility =====
-It is tested with Dokuwiki 2009-12-25, 2010-11-07, 2011-05-25, 2012-01-25 and 2013-05-30. 
  
 +It is tested with DokuWiki 2023-04-04a "Jack Jackrum", 2022-07-31b "Igor", Hogfather, 2009-12-25, 2010-11-07, 2011-05-25, 2012-01-25, 2013-05-10, 2014-05-05.
  
 ===== Changes ===== ===== Changes =====
  
-{{rss>http://github.com/feeds/tstaerk/commits/mediasyntax/master date}}+{{rss>https://github.com/tstaerk/mediasyntax/commits/master.atom date}}
  
 ===== Developer's information ===== ===== Developer's information =====
 +
 The mediasyntax plugin is derived from the cool [[plugin:Creole]], combined with the [[plugin:goto]], which is now the redirect component. To download mediasyntax' latest development code, [[http://www.linuxintro.org/wiki/Open_a_console|open a Linux console]] and type The mediasyntax plugin is derived from the cool [[plugin:Creole]], combined with the [[plugin:goto]], which is now the redirect component. To download mediasyntax' latest development code, [[http://www.linuxintro.org/wiki/Open_a_console|open a Linux console]] and type
   git clone git://github.com/tstaerk/mediasyntax.git   git clone git://github.com/tstaerk/mediasyntax.git
 You can also [[https://github.com/tstaerk/mediasyntax|view the code online]]. You can also [[https://github.com/tstaerk/mediasyntax|view the code online]].
  
-===== See also ===== +===== Feedback ===== 
-  * [[http://www.staerk.de/thorsten/Software/Mediasyntax|Home Page of Mediasyntax]]+Thank you so much 🙏 for your amazing pluginI am surprised more don’t use your useful plugin since MediaWiki syntax is so popular (even more than MarkDown) and it lets DokuWiki be a simpler to maintain MediaWiki clone--- [[user>cloudmonk|The Cloud Monk]] 2023/05/23 
 +:: Thanks for the feedback - Thorsten 
plugin/mediasyntax.1375478005.txt.gz · Last modified: 2013-08-02 23:13 by 77.2.176.222

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