> > the result matches the in-built search highlighting. > > Unfortunately that doesn't seem to give up once it hits an <HTML> tag > > Can you explain this a bit more? It may be possible to refine the > highlight logic to handle your HTML content, but I need to understand > exactly how you want it to work and how this differs from the current > handling.
Using your HTMLFormattingPlugin and some post-processing in EasyEditPlugin to convert headings back into wiki syntax our tiddlers look something like this: <html>!Summary <P>The European Company (Societas Europaea, SE) is ... member states.</ P> <P>The legislation provides ... </P> <H1>The European Company Statute</H1> <P>[[Briefing on the European Company|http://link/to/document.pdf]]</ P> </HTML> If you searched for 'European' the tiddler would be found, but there would be no highlighting (whether using the standard search function or your latest version of SearchOptionsPlugin). Testing this further with the following tiddler which starts off in wiki syntax before moving to HTML and back to wiki syntax I found that 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'. Does that help? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

