Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Compatible with DokuWiki
Hrun
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Tagged with links
This is a simple plugin that allows using Wiki markup within a link title. My use-case was the inclusion of a fontawesome symbol, generated by the fontawesome plugin, as link name. As this wasn't easily possible, I created this plugin. It is at a very early stage in development and not well tested, so please drop me a line if you encounter any problem.
Copy the unzipped folder to your /lib/plugins
directory and activate the plugin. There are no configuration options.
Whenever you want the link title of any type of link to be passed through the DokuWiki renderer, prepend the URL with render^
.
Additionally, if you want the plugin to remove any added paragraph, add the word noparagraph
(note the space) in front of it.
[[render^http://www.dokuwiki.org|<faicon fa fa-euro> Euro Symbol]]
This will render a Euro-Symbol using the fontawesome plugin. However, a paragraph will be added by DokuWiki. In order to prevent this, add noparagraph
:
[[render noparagraph^http://www.dokuwiki.org|<faicon fa fa-euro> Euro Symbol w/o paragraph]]
render | Trigger rendering as Wiki text |
---|---|
noparagraph | Remove any paragraphs from the rendered wiki text |
class=css_class | Override the CSS class of the final link (only one class is allowed) |
target=_blank | Override the link target of the final link |
Please use the bug tracker at https://code.rnb-consulting.at/tag/linksenhanced_plugin/