I want to create a single button which can do two things in a sequential manner
- On pressing the button first time, it should add a tag called tagA to tidlder 2 and remove the same tag tagA from tiddler 1
- On pressing the button the second time, it should add a tag called tagA to tidlder 1 and remove the same tag tagA from tiddler 2
I know to do this using two seperate buttons, but how to do it using a single button