Commit Graph

2 Commits

Author SHA1 Message Date
Carsten Haitzler 40528678db WIKI CUSTOM - codelink plugin - fix links to not have braces
this should fix the custom codelink plugin to not include () from
functions turned into links inside the link
2015-06-16 14:53:50 +09:00
Carsten Haitzler 828f80b5fc WIKI CUSTOM - add codelink plugin to auto-link pages with keywords
this will find keywords registered for extension like we added in a
patch to geshi and dokuwiki core in regular paragraphs and auto-link
them like the geshi blocks to the reference docs. pages need to know
what language they are in so before you have any links working, you
need to declare a language like:

~~CODE-c~~
2015-04-24 18:07:07 +09:00