--
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/3c308954-4b1b-4b66-ab28-5cf4ae5e05e1n%40googlegroups.com.
add more like $:/tags and static.
Why does it appear under advanced search?
It is good to add a search feature to it!
I know Saq was working on a feature to search in settings so it can be used here too!
Mohammad wrote:Why does it appear under advanced search?Where else? It is (kind of) search tool and there is the direct button to Advanced Search to access it.
It is good to add a search feature to it!I know Saq was working on a feature to search in settings so it can be used here too!How would a envision that a search feature for it, specifically, differ from the search feature that appears in the AdvancedSearch standard tabs?
Thanx<:-)
--
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/ce0bff3b-312a-49ab-aa14-bce86942d212n%40googlegroups.com.
I think this 2 have a good chance to go into the core:
--
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/e7c2405c-f98f-4c9e-ac64-8658b0d00f2an%40googlegroups.com.

Update - HackSearch v0.0.9Some cleaning up and, especially some stylistic improvements for the previously added SearchDirectory function which was too intrusive previously.@Mohammad - thanks for input. I added version number on the About page. Not sure about date (where? why?). Also took care of the overflowing tables. BTW, is it understandable why those tabs (i.e View, Edit and Page) have tables with one side showing links and the other plain text?
@S² - You wrote "colour settings nok for tab 'Page', 'Stylesheets' and 'CtrlPanel'" - What does "nok" mean... and actually, what is it you're requesting? I don't understand so please elaborate a bit.Everybody, thanks for feedback and encouragement.<:-)On Friday, April 9, 2021 at 4:38:18 PM UTC+2 David Gifford wrote:Great updates! Thank you for this wonderful plugin.On Friday, March 5, 2021 at 4:57:30 PM UTC-6 Mat wrote:The rent is too damn high!And that shadow tiddler is too damn hard to find!Let TWaddle Labs cast light on your shadowy tiddlers with....~ Find that shadowtid! ~HackSearch is a plugin for people who hack TW.It adds a tab in the AdvancedSearch tiddler.Therein, various system tiddlers are categorized and linked to.<:-)
--
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/e2aa8f9c-1a4d-4702-a3a0-b76792e312b9n%40googlegroups.com.
--
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/fdc02781-2124-470e-9308-281cd89e80c2n%40googlegroups.com.
There is ONE thing missing that could be a Godsend. FIND a macro???
Thanks for encouragement everyone.@TiddlyTweeter wrote:There is ONE thing missing that could be a Godsend. FIND a macro???I agree, and that is actually exactly what I'm fiddling with! But I'm not sure exactly how to approach it. The problem is not the coding but that several macros are just not meant for end users. A prime example are various "sub macros" only meant to support a main macro. In the core, many of these are titled xxx-inner but I suspect many are not. And for communty created plugins, there's of course no consistency at all to name submacros.
Futher, there are well over 200 core macros so the list is too long. The "public" core macros are just these (ca 35).So I'm thinking of a two list display (like in the SysTags tab) with common macros + a separate complete list where you can "checkbox" macros to add them to the common list. I figure it'd be nice if one can add custom comments about what various macros do. I.e they're presented in a table showing the macro name + its parameter list + an editor for comments. Any thoughts on this?Maybe the macros should be findable via some search mechanism... using the SearchDirectory feature... but then a simple dictionary list might not work because that is just for direct search terms rather than descriptions. I don't have a clear idea how to implement this bit though so maybe that's for a later date.<:-)
--
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/755ec16e-f796-4a77-a95e-e644f9d06374n%40googlegroups.com.
[...]I want to track down ONE macro, and nothing more than that (to be exposed to all macros is NOT really useful to me, in fact that forest loses me!).
Ciao Mat,Great you are interested in this!
The ONLY concrete real comment I have is that, IN PRACTICE, is 92.5% of the time, I want to track down ONE macro, and nothing more than that (to be exposed to all macros is NOT really useful to me, in fact that forest loses me!).MY issue is only to find in WHICH Tiddler a specific Macro is in.Full stop.Not sure if that helps?But it is a de-limited thing I need. Simply searching to find a (one) named \define XYZ(...).Not sure what others need. But that is all I need.> Mat: Maybe the macros should be findable via some search mechanismRight. I think it has been done?Maybe Mohammad already has the code to do that?
ThoughtsTTOn Wednesday, 14 April 2021 at 14:13:40 UTC+2 Mat wrote:Thanks for encouragement everyone.@TiddlyTweeter wrote:There is ONE thing missing that could be a Godsend. FIND a macro???I agree, and that is actually exactly what I'm fiddling with! But I'm not sure exactly how to approach it. The problem is not the coding but that several macros are just not meant for end users. A prime example are various "sub macros" only meant to support a main macro. In the core, many of these are titled xxx-inner but I suspect many are not. And for communty created plugins, there's of course no consistency at all to name submacros.Futher, there are well over 200 core macros so the list is too long. The "public" core macros are just these (ca 35).So I'm thinking of a two list display (like in the SysTags tab) with common macros + a separate complete list where you can "checkbox" macros to add them to the common list. I figure it'd be nice if one can add custom comments about what various macros do. I.e they're presented in a table showing the macro name + its parameter list + an editor for comments. Any thoughts on this?Maybe the macros should be findable via some search mechanism... using the SearchDirectory feature... but then a simple dictionary list might not work because that is just for direct search terms rather than descriptions. I don't have a clear idea how to implement this bit though so maybe that's for a later date.<:-)
--
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/e5d5dfca-832d-42b4-922f-f467737e96bfn%40googlegroups.com.
Not sure if that helps?But it is a de-limited thing I need. Simply searching to find a (one) named \define XYZ(...).

If you don't want to see the temps use:[all[]search[\define your-macro-name ]] -[prefix[$:/temp]] -[prefix[$:/search-]]
I would like to steal some of your ideas, and place them there. ... I'd add a prominent link to your plugin with eg: Learn more at: Hackserach
I don't want to add "knowledge" into the plugin as you did. I want to create actions, that will "prefill" the advanced-search tab, so the user can modify them and save them. It would mainly be a "cheat sheet" for myself ;)
[all[]search[\define your-macro-name ]] -[prefix[$:/temp]] -[prefix[$:/search-]]That is EXACTLY it. Thanks! very useful!