How to deal with "Search text too short" warning?

When searching for tiddlers, search gets triggered for strings of length >=3. I have 2-char tiddler names which I’d like to find, plus many years of muscle memory of hitting Tab in shell or Ctrl-p in Vim after two typed chars rather than three. Is this 3 hardcoded somewhere or is there a setting I can change? Couldn’t find anything after a quick superficial skimming through multiple tabs in $:/ControlPanel

See https://tiddlywiki.com/#Hidden%20Setting%3A%20Search%20Minimum%20Length

Thank you. What’s the reason to make it a hidden setting? Clearly not to make it harder for me to find it on my own :smiley:

see https://tiddlywiki.com/#Hidden%20Settings, which says:

The most useful configuration settings for TiddlyWiki are exposed in the control panel but some more advanced settings do not have a full user interface. Instead, the underlying configuration tiddlers are edited directly.

Most (all?) of these 25 “hidden” settings were added over time as a result of suggestions/requests from individual members of the TiddlyWiki community in order to support their specific use-case needs, and required changes to the TWCore code to properly implement them.

There are currently 14 settings in the $:/ControlPanel > Settings > TiddlyWiki tab. I suppose that the reason all of the “hidden” settings weren’t given a “full user interface” is that most users rarely need/want to change them from their default behaviors, and adding these additional 25 settings to the interface would make the $:/ControlPanel > Settings > TiddlyWiki tab overly complicated.

Even so, we should probably periodically review the entire set of hidden settings and re-consider adding a “full user interface” for at least some of them.

-e

2 Likes

I can totally understand the desire to avoid settings bloat in $:/ControlPanel > Settings (I feel it especially on a small smartphone screen). As well as cloaking easy opportunities for beginner users to shoot themselves in the foot. What I’m not happy with is that I still had to resort to asking other users for help in forum after trying to find it out myself. It’s primarily a rant against myself. I have a wiki which contains the TiddlyWiki docs, which I started to read before the situation described in OP became an itch. It has this setting documented, it has the concept of hidden settings quoted above documented as well, but of course I didn’t remember everything I’ve read after one pass (and my main knowledge base wiki doesn’t bundle the docs at all). In fact, I even tried to remember when I’ve read about it in the docs after it was mentioned above in this topic - and I couldn’t remember it either. Yet I already know that settings are stored as tiddlers. I know the concept of shadow tiddlers and the caveats of modifying them. I just couldn’t make the whole logical connection on my own. Perhaps if $:/ControlPanel > Settings page contained an explicit reference to the documentation for hidden settings, it would’ve been easier? Does this look like a reasonable compromise?

4 posts were split to a new topic: Make Hidden Settings - More Visible