Taggic / orphanmedia

syntax plugin to show orphan and missing media files of your dokuwiki
http://www.fristercons.de/fcon/doku.php?id=orphanmedia:descr
GNU General Public License v2.0
3 stars 0 forks source link

Problem with Tag Plugin #1

Closed flammy closed 13 years ago

flammy commented 13 years ago

This Plugin shows used Tags and Topics as missing Media Files.

{{tag>Keyword}}

{{topic>keywordst}}

flammy commented 13 years ago

The following pattern works, but may be improved by s.b.:

define('LINK_PATTERN', "/{{(?!tag>|topic>|indexmenu>).*}}/");

Does any body know how to escape ">" ?

does not work, cause its a special pattern.

Taggic commented 13 years ago

sorry I try to write something in but it displays different

flammy commented 13 years ago

Here the working Pattern:

define('LINK_PATTERN', " / \ { \ { ( ? ! . * \ x 3 E ) . * \ } \ } / " );

(just remove the spaces in the Pattern)

It deselects all "{{> ... }}" cause its not normal syntax for images and its used for plugins.

Greets

Flam

Taggic commented 13 years ago

new link pattern is in use