From 691c0a1af914ff9b49aa11cd9432146073e268c1 Mon Sep 17 00:00:00 2001 From: "http://liw.fi/" Date: Tue, 12 May 2009 01:36:06 -0400 Subject: --- .../edit_preview_resolves_links_differently_from_commit.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/bugs/edit_preview_resolves_links_differently_from_commit.mdwn b/doc/bugs/edit_preview_resolves_links_differently_from_commit.mdwn index c83086951..eea909578 100644 --- a/doc/bugs/edit_preview_resolves_links_differently_from_commit.mdwn +++ b/doc/bugs/edit_preview_resolves_links_differently_from_commit.mdwn @@ -8,3 +8,12 @@ a bug. --liw > discussion link and on preview it went to the page's discussion page. I > don't normally have a toplevel /discussion page, but I also tried adding > one, and the link still doesn't link to it. Testcase? --[[Joey]] + +>> I can reproduce this on : +>> if I edit the page, then preview (no changes made), the "discussion" link at the bottom +>> of the page points in the preview +>> to , +>> whereas the saved page has it pointing to +>> . +>> I'll arrange so that you can edit the page to test this. +>> --liw -- cgit v1.2.3 From 513502b3b18699e3ffac7950e619119d5e169a33 Mon Sep 17 00:00:00 2001 From: "http://ptecza.myopenid.com/" Date: Tue, 12 May 2009 07:17:18 -0400 Subject: * Ikiwiki 3.12 --- doc/news/discussion.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/news/discussion.mdwn b/doc/news/discussion.mdwn index c3674a92d..351e39c62 100644 --- a/doc/news/discussion.mdwn +++ b/doc/news/discussion.mdwn @@ -1,3 +1,12 @@ +## Ikiwiki 3.12 + +Joey, what about news for Ikiwiki 3.12? The changelog says is has been released +6 days ago... :) --[[Paweł|ptecza]] + +--- + +## Ikiwiki 2.14 + Hi Joey! Where can I find the source package for ikiwiki 2.14? I rather prefer `wget` than `git` to download it :) I've just checked [Debian page of ikiwiki source package](http://packages.debian.org/unstable/source/ikiwiki) -- cgit v1.2.3 From 72e074d8958e36b4859f28f0996bed42c71d9cb0 Mon Sep 17 00:00:00 2001 From: PaulePanter Date: Tue, 12 May 2009 10:13:07 -0400 Subject: question or bug regarding toggle and list item --- doc/plugins/toggle/discussion.mdwn | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'doc') diff --git a/doc/plugins/toggle/discussion.mdwn b/doc/plugins/toggle/discussion.mdwn index 5426a62fc..ac22e7eb6 100644 --- a/doc/plugins/toggle/discussion.mdwn +++ b/doc/plugins/toggle/discussion.mdwn @@ -15,3 +15,29 @@ but no success. How can I do it? ## [[bugs/Bug_when_toggling_in_a_preview_page]] + +---- + +## Using toggle directives in a list item## +Take this code snippet. + + * [[!toggle id="test" text="test"]] + [[!toggleable id="test text="""toggle"""]] + +In the HTML-output the `ul` and `div` overlap. + +
+ + +

toggle

+ +
+ + + +Fixing this manually the Javascript seems not to be working and `toggle` is shown unconditionally. + +I do not know if this is due to [[shortcomming with nested preprocessor directives|todo/nested_preprocessor_directives]] you mentioned in the beginning of this page. Maybe a note could be added to the main page of the plugin. --Paul -- cgit v1.2.3