diff options
author | tschwinge <tschwinge@web> | 2010-08-11 08:23:04 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-08-11 08:23:04 +0000 |
commit | 801ed5c0c2b196a0b8bd21034074f7c8061fd3c1 (patch) | |
tree | b8dcea1cc2826b5570f56ed9cef0138659280321 | |
parent | 292e820974fd308148841b1714967619d4acba59 (diff) | |
download | ikiwiki-801ed5c0c2b196a0b8bd21034074f7c8061fd3c1.tar ikiwiki-801ed5c0c2b196a0b8bd21034074f7c8061fd3c1.tar.gz |
Question.
-rw-r--r-- | doc/forum/cutpaste.pm_not_only_file-local.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/cutpaste.pm_not_only_file-local.mdwn b/doc/forum/cutpaste.pm_not_only_file-local.mdwn new file mode 100644 index 000000000..df7b502af --- /dev/null +++ b/doc/forum/cutpaste.pm_not_only_file-local.mdwn @@ -0,0 +1,9 @@ +I'd like to use the cutpaste plugin, but not only on a file-local basis: fileA +has \[[!cut id=foo text="foo"]], and fileB does \[[!absorb pagenames=fileA]], +and can then use \[[!paste id=foo]]. + +Therefore, I've written an [*absorb* directive / +plugin](http://www.thomas.schwinge.homeip.net/tmp/absorb.pm), which is meant to +absorb pages in order to get hold of their *cut* and *copy* directives' +contents. This does work as expected. But it also absorbs page fileA's *meta* +values, like a *meta title*, etc. How to avoid / solve this? |