There are many belt levels in Karate. Here are the belt levels in TiddlyWiki:
1 No Clue Of What Is Going On
2 Figured A Couple Of Things Out
3 Almost Getting The Hang Of It
4 Getting The Hang Of It, I Think
5 Wow, This Is Easy! No Wait, Why This Is Not Working??
6, 7, 8, Able To Help Others
9 and 10 Mastery, But Still Clueless
I proclaim myself to be at level 2. So with that out of the way, I was trying to figure out how one tiddler can change another tiddler. I know the information is out there, but for my peanut-sized brain, it’s hard to navigate. So here is what I found out so far.
1 Create the TargetTiddler
- Open your TiddlyWiki.
- Create a new tiddler and name it
TargetTiddler
. - In the body of
TargetTiddler
, writeNo
. - Save this tiddler.
2 Create the ControlTiddler
- Create another tiddler and name it
ControlTiddler
. - Add the following code into the body of
ControlTiddler
:
<$button>
Set Target to "Yes"
<$action-setfield $tiddler="TargetTiddler" $field="text" $value="Yes"/>
</$button>
3 Save this tiddler.
Try it out an play with it for a while.