I suggest also added a "heading" above the textarea. Something like this:
```
<$button class="tc-btn-invisible">
{{$:/core/images/delete-button}}
<$action-setfield $tiddler=<<currentTiddler>> $field="notes"/>
</$button>
''Notes:''
<$macrocall $name="copy-to-clipboard-above-right" src={{!!notes}}/>
<$edit-text tag="textarea" class="tc-edit-texteditor" field="notes"/>
```
Notes:
- The `$button` widget adds a "trash can" button in the upper left.
Pressing this button clears the notes contents and removes the `notes`
field from the tiddler.
- The `copy-to-clipboard-above-right` macro added a "copy to clipboard"
button in the upper right. Pressing this button copies the notes contents
to the system clipboard for quickly pasting it elsewhere.
enjoy,
-e
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/a9b0e63e-7cdd-4f5c-a615-eca71113b8c2n%40googlegroups.com.