[tw5] Re: Click to expand all button?

2019-07-11 Thread Adam S.
I would like to have the opposite of this. I often have multiple things expanded and would like to close them all up with one click. In some programs I can use alt+click to close up all groups for example, that would be a great functionality if it is possible. On Sunday, July 7, 2019 at 10:51:0

[tw5] Re: Click to expand all button?

2019-07-10 Thread Mohammad
On Tuesday, July 9, 2019 at 11:43:40 PM UTC+4:30, passingby wrote: > > > > On Monday, July 8, 2019 at 7:57:58 PM UTC-7, Mohammad wrote: >> >> Hello Passingby, >> >> Have a look at TW-Scripts >> >> https://kookma.github.io/TW-Scripts/#Open%20All%20Tiddlers%20Meet%20Some%20Criteria >> >> You find s

Re: [tw5] Re: Click to expand all button?

2019-07-09 Thread Jeremy Ruston
Hi Mario > On 8 Jul 2019, at 13:47, PMario wrote: > > That's OK, as long as we prepare the core TOC, to be extendable by plugins. The only sense in which the TOC macros should be extendable is by local overrides of the internal macros (e.g. a local override of <>). If a plugin wants to make

[tw5] Re: Click to expand all button?

2019-07-09 Thread passingby
On Monday, July 8, 2019 at 7:57:58 PM UTC-7, Mohammad wrote: > > Hello Passingby, > > Have a look at TW-Scripts > > https://kookma.github.io/TW-Scripts/#Open%20All%20Tiddlers%20Meet%20Some%20Criteria > > You find small code to open all tiddlers meed some criteria! > As Jeremy recommends it is not

Re: [tw5] Re: Click to expand all button?

2019-07-08 Thread TonyM
Mario's To co is great. The built in toc macros serve their purpose with contents etc... It is however a reoccurring theme for people to try and force them to do more. I think it would be a good idea to provide a simple recursive process example in tiddlywiki.com examples which would assist pe

[tw5] Re: Click to expand all button?

2019-07-08 Thread Mohammad
Hello Passingby, Have a look at TW-Scripts https://kookma.github.io/TW-Scripts/#Open%20All%20Tiddlers%20Meet%20Some%20Criteria You find small code to open all tiddlers meed some criteria! As Jeremy recommends it is not good for a large wiki TOC, but this can be used for your own case. --Mohammad

Re: [tw5] Re: Click to expand all button?

2019-07-08 Thread PMario
On Monday, July 8, 2019 at 7:38:28 PM UTC+2, Mohammad wrote: > > The tocP is really handy! > Does it also support exclude filter? > Not yet. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving ema

Re: [tw5] Re: Click to expand all button?

2019-07-08 Thread Mohammad
The tocP is really handy! Does it also support exclude filter? I am interested to use it in some of my plugins. --Mohammad On Monday, July 8, 2019 at 5:17:06 PM UTC+4:30, PMario wrote: > > On Monday, July 8, 2019 at 12:56:10 PM UTC+2, Jeremy Ruston wrote: >> >> There's an unexpected subtlety her

Re: [tw5] Re: Click to expand all button?

2019-07-08 Thread PMario
On Monday, July 8, 2019 at 12:56:10 PM UTC+2, Jeremy Ruston wrote: > > There's an unexpected subtlety here: even with quite a small number of > tags, it is possible for a fully expanded table of contents to have many > millions of entries. > That's also true for tiddlywiki.com documentation. Tha

Re: [tw5] Re: Click to expand all button?

2019-07-08 Thread Jeremy Ruston
There's an unexpected subtlety here: even with quite a small number of tags, it is possible for a fully expanded table of contents to have many millions of entries. For example, AMBIT's main wiki (https://manuals.annafreud.org/ambit) has just over 1,000 tags but they are so interconnected that

[tw5] Re: Click to expand all button?

2019-07-08 Thread PMario
On Sunday, July 7, 2019 at 10:51:02 PM UTC+2, passingby wrote: > Can we have a 'click to expand all' button? Specifically > in toc-tabbed-internal-nav ? > This should be possible. ... At the moment, there is a pending PR at github, that fixes some problems introduced with 5.1.19 and prepares f