
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8a1a656e-a676-449b-965b-f17876705c1cn%40googlegroups.com.
This made me wonder, why couldn't there be something similar: do a search from the default searchbar, and have standard, system and shadow come up as tabs?
This seems like it would be much more intuitive for users: search, then filter results. As it stands, $:/AdvancedSearch does the opposite: it makes you pick a type of search (standard, system, shadow, filter) first, and only then can you do the search. The search string you want to enter may or may not stay in your short term memory while you are figuring out which type of search you want to do. It seems like it would be a better user experience to 'dump' the search term first, then figure out which tab you want.
On the same subject, Why is there no comparable "recent" tab for system tiddlers? It seems like developers would benefit greatly having something like that open as they work on macros, styling, buttons, etc.
I would love to hear your input:Do you agree with me?
Why or why not? If so, should this be core pull request or a plugin?
What are the reasons $:/AdvancedSearch is set up backwards?
Technical limitations? Workflow-related?
What are the ways you work around these limitations?
I agree that the other forms of search could be made a bit more convenient, though I've gone back and forth on the best way to solve it. For a few years I did what has been suggested, break the other options down into tabs. As a minimalist though, nowadays I instead built a "smarter" search bar that looks at the first character and changes search type accordingly. I just opened the code for AdvancedSearch and copy pasted it all into one search area. Now if my search bar starts with the:
- "[" character it acts like I'm in the filter area
- "$" character it acts like I'm in the system area
- "!" character it acts like I'm in the shadow area
- else, treats as a regular search
- S - Search: Where I house the "smart" search bar.
- O - Open: I just transclude the normal open sidebar tab
- R - Recent: I just transclude the normal recent tab (though like the idea below of separating / including system tiddlers!)
- T - Tags: Kind of a mashup of the tags area, and some kind of global table of contents - still a work-in-process.
Lots of CSS still to figure out (really not my strong suit), but I like the way it's coming together. I aim to pair this with some introductory videos etc. linking it to how to use it along-side other Office applications like Outlook, Excel, etc.Anyways, sorry if that branches off too hard from your post David, but just adding thoughts.
