Just an aside that may lead some where;
- See my recent post How to paste the Output of your Tiddlers Here in Discourse
- Part of people submitting documentation can be a discussion about it. So I show this as and example of taking tiddler content and placing it in Discourse.
- One idea may be to add to the automation of document changes the posting to a Discourse Thread allowing discussion or suggestions before or after a PR?
The following is a quick but incomplete example of a modified document tiddler WidgetMessage: tm-add-field
WidgetMessage: tm-add-field
The tm-add-field
message is handled by the FieldManglerWidget. It adds the specified field with a blank value if the field doesn't already exist.
Name | Description |
---|---|
param | Name of field to add |
The add field message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.
<$action-sendmessage $message="tm-add-field" $param="fieldname"/>
That renders as: