summaryrefslogtreecommitdiff
path: root/doc/plugins/toggle/discussion.mdwn
blob: a8eb6e1d47bfed537ca257320fe924d7f7185812 (plain)

Nested plugins

Is it possible to use another plugin into your toggle plugin? For example, I want to have toggleable table and try to use Victor Moral's table plugin, but no success. How can I do it? --PTecza

Yes, you can nest preprocessor directives. However, due to the issues discussed [[here|todo/nested_preprocessor_directives]], it's not currently supported to nest multiple levels of the same quotes. --[[Joey]]

Thanks a lot for the fast reply, Joey! It's good to know it. --PTecza

Bug when followed by a heading

Ikiwiki fails to render the line break between foo and bar when the following is toggled on:

[[toggle id="test" text="show"]] [[toggleable id="test" text=""" foo """]]

bar

--[[tschwinge]]

Bug when toggling in a preview page

When toggling an item while being in a web-editing session in the Preview frame, you'll lose the context of the editing session and will be directed to the wiki's main page instead. --[[tschwinge]]