> Using your HTMLFormattingPlugin
...
> If you searched for '...' the tiddler would be found, but there
> would be no highlighting (whether using the standard search function
> or your latest version of SearchOptionsPlugin).
...
> the first instance of 'European' was highlighted, but not the others.
...
> "Fascinating article on the European Union.
> <HTML>More HTML text on the European Union.</HTML>
> And then some more text about the European Union."
...
> Ideally the highlighting would highlight all instances of 'European'.

The TW core handling for <html>...</html> simply hands the whole thing
to the browser, so can't add any highlights to matching search terms
within the HTML block.

However, HTMLFormattingPlugin adds extra processing to allow wiki-
formatted content inside the <html>...</html> block, so it is possible
to get highlighting to work there as well.  In fact, after making a
small code fix, HTMLFormattingPlugin now correctly passes along the
current search term info when it "wikifies" the content within the
HTML block so that those terms are now properly highlighted.

Get the update (v2.4.0) here:
   http://www.TiddlyTools.com/#HTMLFormattingPlugin
   http://www.TiddlyTools.com/#HTMLFormattingPluginInfo

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to