[twdev] Re: Fields as First class citizens?

2018-01-14 Thread TonyM
Diego, My ideas are maturing. I have been building dozens of solutions but none yet good enough yet to publish. A Simple inroad I made at the start was in the Edit view fields The Link allows you to create a tiddler by the name of the field. Only one tiddler will be created for any field name

[twdev] Timer plugin, and iterative computation in TiddlyWiki

2018-01-14 Thread Evan Balster
Hey, all — Show-and-tell time! Here's the (undocumented) first draft of my timer plugin, and a simple simulation I've implemented with it as a proof-of-concept. The plugin includes a single widget, which triggers action widgets inside at a specific time (TiddlyWiki timestamp) or at a regular

[twdev] Re: How to filter out tiddlers that are part of a disabled plugin?

2018-01-14 Thread TheDiveO
While the shadowsource filter operator might have seem almost perfect, in my case it isn't: the reason lies in the way I'm developing the plugins using ThirdFlow. This way I have no shadow tiddlers in my development plugin and only package the plugin for release. So in order to handle both the

[twdev] How to filter out tiddlers that are part of a disabled plugin?

2018-01-14 Thread TheDiveO
I need a list of tiddlers tagged with a particular tag, but without tagged tiddlers that are part of an disabled plugin. Any idea how to filter them out in a filter expression? Best regards, TheDiveO -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev"

[twdev] Re: How to disable a CSS stylesheet tiddler? -- not: deleting it ;)

2018-01-14 Thread TheDiveO
I was already aware of it and returned to it whenever dealing with CSS in TW5 and forgetting one or the other detail. My original question was therefore aimed at how to use transclusion and macros to selectively enable style sheets. On Saturday, January 13, 2018 at 9:06:42 PM UTC+1, xanato...@g