1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 07:20:47 +00:00
TiddlyWiki5/plugins/tiddlywiki/comments/add-comment-button-actions.tid
Jermolene fcc5a6e796 Missed off ec18a55
Related to #3378
2018-08-07 21:45:48 +01:00

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>