On Monday, May 4, 2020 at 12:07:32 AM UTC+2, TonyM wrote:... I personally have several macro definitions in 1 tiddler. IMO this makes >> debugging much easier. It also makes it easier to convert a macro >> definition tiddler into a template, which isn't tagged or imported at, but >> transcluded. >> > > I would love an example of this if possible. That is convert a macro > definition tiddler into a template. >
In October 2017 I did a video series, where I did create a "Script / ToDo Manager", which was requested in the GG. I did record 17 videos, that basically explain every line of code, that has been created and a lot of concepts, behind the whole app. The code can be seen at: https://wikilabs.github.io/editions/script-manager/ Open Right sidebar : More : System ... It's a bundle and not a plugin. The intro thread was: https://groups.google.com/forum/#!msg/tiddlywiki/_VQw8yIKWn8/G8TO8h6MCAAJ which also contains a detailed overview, about the videos, and what is shown. ... The first post also contains the bundle version 0.0.3, which is part of the edition linked above. If you open the edition link, the first tiddler you see contains a transclusion to https://wikilabs.github.io/editions/script-manager/#%24%3A%2F_bundle%2Fwikilabs%2Fscript-manager%2Fscript-list-template ... which was intended to implement several macros. In the end it turned out, that it just calls the main macro at the end of the tiddler and is used as a transclusion instead. There are some more -template tiddlers, which contain several macros and directly call them. ... Other tiddlers are used as macros. ... have fun! -mario -- 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/4d62e5e1-2ed3-494d-8f0a-d416e76936a7%40googlegroups.com.

