[tw] Re: TW5 Clarification on events

2017-07-12 Thread mystikite
My use case is 'locking' one or more tiddlers based on 1: whether your username == currentTiddler!!creator 2: whether the tiddler has a 'Locked' tag set. I was going to try to end run around the encoded tags issue by 1: adding a new UUID field to tiddlers, and having it added as a tag (sin

[tw] Re: TW5 Clarification on events

2017-07-12 Thread Mat
> > I believe i can create a widget that will intercept various messages > heading to the navigatorWidget and fieldManglerWidgets > before they receive them. > Might this enable tiddler-internal links? I.e the long standing request to be able to jump to a specific section in a tiddler without

[tw] Re: TW5 Clarification on events

2017-07-12 Thread PMario
On Wednesday, July 12, 2017 at 6:36:47 AM UTC+2, myst...@gmail.com wrote: > > I believe i can create a widget that will intercept various messages > heading to the navigatorWidget and fieldManglerWidgets > before they receive them. > right > If i read the code right, the message can be stoppe

[tw] Re: TW5 Clarification on events

2017-07-12 Thread PMario
On Wednesday, July 12, 2017 at 6:36:47 AM UTC+2, myst...@gmail.com wrote: > > Bonus question: is there a way to add a class tag to the ViewTemplate w/o > modifying the actual ViewTemplate? > There is a standing pull-request at github, that tries to add more flexibility to single tiddler styling.