Hi!
I've just programmed a small WikidPad extension that displays search
results in a dynamic section of a page. It's an extension on the "Copy
search results to clipboard" concept.
What it does:
* It does a wiki wide search for a given keyword.
* It then it grabs what I call "sections". This can simply be the line
where the keyword occurs, or it can be the lines from there until a
blank line is met, or all the child bullet points in a list (currently
only the last two are implemented).
* It outputs the resulting section list in an updateable area of the
current page.
Code/more info here:
http://www.fsavard.com/flow/wikidpad-dynamic-search-results/
I've been meaning to write this extension for some time (I have a ~450
pages/2MB personal wiki... info architecture becomes an issue :-) ).
It'd be great if it turns out to be useful for others. I'll add it on
the ListOfUserScripts page when it's a bit more tested (I'm on Linux,
using WP 1.9beta17, btw).
Please send comments, questions, bugs, etc. This is my first
extension, so there's certainly room for improvement.
Thanks!
François Savard
http://www.fsavard.com/flow