[tw5] Re: How can I find the name of a tiddler associated with a button?

2018-12-26 Thread Jed Carty
I was a bit worried when I first saw it but then I remembered that I find everything using the search within project function in my text editor, so I don't really have any room to complain. But the string that may help more is $:/core/ui/SideBar, all of the core tiddlers that are used there

Re: [tw5] Re: How can I find the name of a tiddler associated with a button?

2018-12-26 Thread Joe Armstrong
I was actually searching for the tiddler that created the tabs in the sidebar. My current method is to use a unix command like find . -name '*.tid' -exec grep -H "< wrote: > Hi, > > IMO you are searching for the core/ui/buttons. > > Open the AdvancedSearch

Re: [tw5] Re: How can I find the name of a tiddler associated with a button?

2018-12-26 Thread Jeremy Ruston
Interactivity in TiddlyWiki is based on a couple of priniciples: * The entire state of the user interface is modelled as the values of tiddlers in the store * User interface events such as button clicks make changes to the tiddler store which then trigger a refresh of the display to match the

[tw5] Re: How can I find the name of a tiddler associated with a button?

2018-12-26 Thread Ton Gerner
Hi Joe, May be this can be handy for you as a 'starter': http://tongerner.tiddlyspot.com/ (especially the guides about Customization and Exploration). Cheers, Ton -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: How can I find the name of a tiddler associated with a button?

2018-12-26 Thread PMario
Hi, May be my "link-to-tabs" plugin can help you with TW reverse engineering: https://wikilabs.github.io/editions/link-to-tabs/ It adds a small link icon to all tabs, that lets you open the corresponding tiddler. -m -- You received this message because you are subscribed to the Google

[tw5] Re: How can I find the name of a tiddler associated with a button?

2018-12-26 Thread PMario
Hi, IMO you are searching for the core/ui/buttons. Open the AdvancedSearch panel: *Filter*: and search for: [all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] Most of the buttons use tm- messages. So you can use the default

[tw5] Re: How can I find the name of a tiddler associated with a button?

2018-12-26 Thread Jed Carty
Unless I misunderstand what you are talking about, I think that you are looking at this at a much lower level than you need to. The sidebar uses the tabs macro to set up what is displayed, the tabs macro has a state tiddler that lists the name of the tiddler that should be displayed, as though