mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 10:17:03 +00:00
6 lines
343 B
Plaintext
6 lines
343 B
Plaintext
title: $:/plugins/tiddlywiki/comments/add-comment-button-actions
|
|
|
|
<$set name="username" value={{$:/status/UserName}} emptyValue="(anonymous)">
|
|
<$action-createtiddler $basetitle={{{ [[Comment by ']addsuffix<username>addsuffix[' on ']addsuffix<currentTiddler>addsuffix[']] }}} comment-target=<<currentTiddler>> text="" edit-mode="yes"/>
|
|
</$set>
|