Skip to content

Commit

Permalink
docs: friendly usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 21, 2023
1 parent 90b60f9 commit 7dad0b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion demo/tiddlers/MyExampleTask.tid
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ modifier: 林一二
tags: Task ColorAndCounter
title: MyExampleTask
type: text/vnd.tiddlywiki
completed: true

Click on this, and a new input will show up:

<$button>
Update complete counter
<$action-setfield tiddler=<<currentTiddler>> completedCount="1" />
</$button>
</$button>

Because by default it only shows fields that already has value.

If you want more field inputs to show up, click " ≡ properties" button to expand the available field editor list: (as taught in the [[Readme|Index]])

0 comments on commit 7dad0b4

Please sign in to comment.