On Sunday, April 1, 2018 at 3:40:02 AM UTC+2, TonyM wrote: > > > - I append a date and Time to a subtiddler on opening the tiddler, and > again on closing? > > This would be possible. But you still would need to create widgets, that modify the fields with their "render()" function...
A mechanism that's used in the uni-link plugin may be possible too. Instead of creating a default link-widget it calls the uni-link macro <https://wikilabs.github.io/editions/uni-link/#%24%3A%2Fplugins%2Fwikilabs%2Funi-link%2Funi-link-macro>. This macro can be modified, so you can do what ever you want. ... The alias function uses the same mechanism with the aka-macro ... > > - Evaluate and Set a range of variables and field values which are > then available to the tiddler including actions. > > Perhaps I am saying what about an on-click event for opening and closing a > tiddler? > This would be possible if you modify the core "close" and "link" functions or toolbar buttons. > Surely this does not break the model? and happens on user interaction? > It depends, on what you want to do. Some functions are possible out of the box. Others may need some code. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/f53a3c9c-ba80-4eb3-b0c5-1f39b1b7e3f2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
