On Saturday, March 7, 2020 at 3:27:02 AM UTC+3:30, TonyM wrote: > > Mohammad, > > You are so productive and prolific making things we all need, thanks so > much. >
Thank you for your feedback and support. > > I have dropped this on my master bobexe wiki and indexed my tiddlywiki > syntax and plugin repository of results. > > *One issue* > However I clicked on one which went to this local address; > http://192.168.1.81/IndexWikis/TW5References/index.html##CSS%20Tools > <http://192.168.1.81/IndexWikis/TW5References/index.html#%23CSS%20Tools> > > But the wiki opens with default tiddlers, not the CSS%20Tools tiddler, > could the "##" have something to do with it? > > *System tiddlers* > For my plugin repository I would like my index to include the plugin and > other system tiddlers and there fields, Is this possible? > In Index and Export you have a exclude field, see the tricks in tutorial (https://kookma.github.io/TW-Searchwikis/#demo%2Fcreate-an-index) The exclude can be used in reveres form e.g instead of -[tag[filters]] +[tag[filters]] OR [all[tiddlers+shadows]prefix[$:/PSAT/tony_stuff]] The indexing filter is: <$list filter="[all[tiddlers]!is[system]] $(exclude)$"> So you can modify as you like or use the Exclude field. > > *Some minor customisations I did on my master wiki* > > - *Tagging *$:/plugins/kookma/searchwikis/ui/advancedsearch with > $:/tags/SideBarSegment > after $:/core/ui/SideBarSegments/search Works well! > - Since I expect my master to have multiple indexes I tagged the below > tiddler with $:/tags/SideBar > > <$list filter="[tag[$:/tags/SearchWikis]sort[stw_wiki_title]]"> > <$link to=<<currentTiddler>> ><$text text={{!!stw_wiki_title}}/></$link> > <br> > </$list> > > However perhaps a minimal version of "Searchwikis Index Summary" aka > $:/plugins/kookma/searchwikis/ui/index-summary with a caption field would > be better in the sidebar. > > Love your work > Tony > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/187e52f8-ece0-4fb3-82dc-1783088f11cb%40googlegroups.com.

