Re: Creating buttons [message #2291 is a reply to message #2287] |
Wed, 28 August 2024 18:12 |
thomas
Messages: 715 Registered: June 2014
|
Senior Member |
|
|
if you put an a-tag like <a href="macro:mymacro">click this to start macro</a> into the html of an explanation view, and if you have a macro with the same name (in this case 'mymacro'), then the macro is triggered when the link is clicked (requires DataWarrior v06.02.04, which will be release in the upcoming days).
With the plugin API you can add custom functionality to DataWarrior, which can be embedded into macros and, thus be triggered by the mechanism above...
[Updated on: Wed, 28 August 2024 18:12] Report message to a moderator
|
|
|