There is now a browser UI for this plugin. It supports searching only, at the moment. It allows for fancy complex queries based on set algebra to filter on multiple criteria, for example:

foo&bar|baz&hot|cold-water^fire

This would filter as follows:

  - Find nodes with the tag 'foo'
  - From that set, take only the nodes also tagged 'bar'
  - Add to that set any node with the tag 'baz'
  - From that set, take only the nodes also tagged 'hot'
  - Add to that set any node with the tag 'cold'
  - Shrink that set down by removing any node with the tag 'water'
- Finally, return only the nodes in either that set, or the set of nodes tagged 'fire', but NOT those in both sets

The search works left-to-right, but that's all that is needed for most things. The search box is pre-populated with all tags currently in the outline, and within a session remembers your previous searches, to prevent having to type them multiple times if it's a common thing.

Also, these tags can be long strings -- there's nothing preventing that. They might get a bit tedious to type though... Tab completion seems to work in some cases, but not others. No clue why.

-->Jake

--
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to