Quantcast
Channel: DokuWiki
Viewing all articles
Browse latest Browse all 25296

plugin:hyphenation

$
0
0
1453824835current
Line 19:Line 19:
  
 More language libraries! http://phphyphenator.yellowgreen.de/phpHyphenator.zip More language libraries! http://phphyphenator.yellowgreen.de/phpHyphenator.zip
 +
 +===== Alternatives =====
 +Since this plugin breaks other plugins and renders other contents empty, I use CSS3 hyphenation instead as described in https://css-tricks.com/almanac/properties/h/hyphenate/. I edited my theme's design.css to
 +
 +<code>
 +* {
 +  hyphens: auto;
 +};
 +</code>
 +
 +and removed the hyphenation plugin.
  
 ===== Problems ===== ===== Problems =====

Viewing all articles
Browse latest Browse all 25296

Trending Articles