DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:wikiformatstyling

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:wikiformatstyling [2019-01-28 08:55] – I forgot changing the date (The plugin was updated) hokkaidopersonplugin:wikiformatstyling [2020-02-24 12:34] (current) – formatting Aleksandr
Line 8: Line 8:
 lastupdate : 2019-01-28 lastupdate : 2019-01-28
 compatible : Greebo, 2018-04-22 compatible : Greebo, 2018-04-22
 +depends    : 
 +conflicts 
 similar    : header2, header3 similar    : header2, header3
-tags       : headings, headers, syntax, color+tags       : headings, headers, syntax, color, style
  
 downloadurl: https://github.com/hokkaidoperson/DokuWiki-WikiFormatStyling-Plugin/archive/master.zip downloadurl: https://github.com/hokkaidoperson/DokuWiki-WikiFormatStyling-Plugin/archive/master.zip
 bugtracker : https://github.com/hokkaidoperson/DokuWiki-WikiFormatStyling-Plugin/issues bugtracker : https://github.com/hokkaidoperson/DokuWiki-WikiFormatStyling-Plugin/issues
 sourcerepo : https://github.com/hokkaidoperson/DokuWiki-WikiFormatStyling-Plugin sourcerepo : https://github.com/hokkaidoperson/DokuWiki-WikiFormatStyling-Plugin
 +donationurl: 
 +
 +screenshot_img : 
 ---- ----
  
-:!: [[ja:plugin:wikiformatstyling|このページを日本語でご覧頂けます。(Japanese version of this page available]]+:!: [[ja:plugin:wikiformatstyling|このページを日本語でご覧頂けます。(Japanese version of this page available)]]
  
 ===== Summary ===== ===== Summary =====
 +
 We made this plugin to enable styling headers by wiki syntax (bold, italic, underlined, monospaced, and colored text). We made this plugin to enable styling headers by wiki syntax (bold, italic, underlined, monospaced, and colored text).
  
Line 28: Line 34:
  
 ===== Installation ===== ===== Installation =====
 +
 Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Examples/Usage ===== ===== Examples/Usage =====
 +
 Write like this: Write like this:
  
-  ==== **Styling** //headers// ''is'' __fun!__ ==== +<code> 
-  === $[hdcolor $\red$\$]You can$[/hdcolor$] $[hdcolor $\#800000$\$]color texts!$[/hdcolor$] === +==== **Styling** //headers// ''is'' __fun!__ ==== 
-  [[pagename|**You can** //also// __style__ link texts!!]]+=== $[hdcolor $\red$\$]You can$[/hdcolor$] $[hdcolor $\#800000$\$]color texts!$[/hdcolor$] === 
 +[[pagename|**You can** //also// __style__ link texts!!]] 
 +</code>
  
 ===== Syntax ===== ===== Syntax =====
 +
 In headers and link texts (and maybe somewhere else): In headers and link texts (and maybe somewhere else):
 +
 <code> <code>
-  **Bold** //Italic// __Underlined__ ''Monospaced'' (same to default DokuWiki syntax) +**Bold** //Italic// __Underlined__ ''Monospaced'' (same to default DokuWiki syntax) 
-  $[hdcolor $\HTML color code$\$]Coloring texts$[/hdcolor$]+$[hdcolor $\HTML color code$\$]Coloring texts$[/hdcolor$]
 </code> </code>
  
Line 64: Line 76:
     - Thanks for your report.  I'll update the plugin.  Please wait a moment until the problems are fixed. --- [[user>hokkaidoperson|hokkaidoperson]] //2019-01-24 15:35//     - Thanks for your report.  I'll update the plugin.  Please wait a moment until the problems are fixed. --- [[user>hokkaidoperson|hokkaidoperson]] //2019-01-24 15:35//
     - I've updated the plugin.  Does it work well now? --- [[user>hokkaidoperson|hokkaidoperson]] //2019-01-28 08:49//     - I've updated the plugin.  Does it work well now? --- [[user>hokkaidoperson|hokkaidoperson]] //2019-01-28 08:49//
 +    - Display of syntax documentation is correct.  ACLs now work, but the layout sometimes changes unexpectedly after a new ACE is added.  The main thing is that it is usable now, thankyou.  --- [[user>MartinR|MartinR]] //2019-01-29 10:57//
  
 === ToDo/Wish List === === ToDo/Wish List ===
Line 70: Line 83:
  
 ===== Staff ===== ===== Staff =====
 +
   * Main development (development of script.js): Hir/wataame ([[https://twitter.com/Hir_gca|Twitter]])   * Main development (development of script.js): Hir/wataame ([[https://twitter.com/Hir_gca|Twitter]])
   * Adjustment and distribution (adding the other files): HokkaidoPerson ([[https://twitter.com/YukkuriDosanko|Twitter]], <dosankomali@yahoo.co.jp>)   * Adjustment and distribution (adding the other files): HokkaidoPerson ([[https://twitter.com/YukkuriDosanko|Twitter]], <dosankomali@yahoo.co.jp>)
Line 86: Line 100:
  
 >>>>Thanks to you both, my usage case works fine now.  --- [[user>MartinR|MartinR]] //2019-01-16 22:28// >>>>Thanks to you both, my usage case works fine now.  --- [[user>MartinR|MartinR]] //2019-01-16 22:28//
 +
 +\\ \\ 
 +
 +Similar to the above, I have found that using this plugin makes footnote syntax stop working; the double underscore in footnote anchors get converted to ''%%<u>%%''.
 +
 +--- [[user>ThomasMcA|ThomasMcA]] //2019-10-26 14:31//\\
 +This does not work in Greebo in Win10. Your sample code gets rendered thusly:\\
 +<nowiki>**Styling** //headers// ''is'' __fun!__</nowiki>
 +
 +When I test it with this:\\
 +<nowiki>==== $[hdcolor $\yellow$\$]XXXXXXXXXXXXX $[/hdcolor$]====</nowiki>
 +
 +It looks like this:\\
 +<nowiki>$[hdcolor $\yellow$\$]XXXXXXXXXXXXX $[/hdcolor$]</nowiki>
 +
 +On a Linux host running Greebo, the above test gets correctly rendered.
plugin/wikiformatstyling.1548662129.txt.gz · Last modified: 2019-01-28 08:55 by hokkaidoperson

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