dokufreaks / plugin-meta

http://dokuwiki.org/plugin:meta
8 stars 7 forks source link

Space after META: is interpreted as subkey #3

Open sprnza opened 12 years ago

sprnza commented 12 years ago

Hi! It's not workable, I add ~~META: title = My text ~~ And nothing happens- this code displays on page. Please fix problems! I can't find analogue of this plugin for setting up title on my pages! P.S. Dokuwiki 2012-01-25 "Angua"

michitux commented 11 years ago

I think you haven't properly installed the plugin. Using the plugin manager won't work or at least you need to manually rename the plugin directory to "meta". I tried the exact syntax that you've written here and for me that works perfectly.

Klap-in commented 5 years ago

If there is an additional space the syntax is not working:

~~META: 
title = My text
~~

~~META: title = My text~~

Just removing is enough...

~~META:
title = My text
~~

~~META:title = My text~~