--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/19612ae1-c72d-43ac-9169-3e8bee22b2bbn%40googlegroups.com.
Folks,Thanks for the feedback. I would like to emphasise a desire to provide a "very simple" solution for this commonly asked question.I concur with your comments and understand buttons vs checkbox, state tiddlers vs a flag inside the current tiddler. In this case however the tool is for editing the tiddler so I felt it can be kept simple by saving in the tiddler.The cancel button (delete the field) or do you mean "undo" mario? is that essential? I can see in a fuller solution it may be simple to store the text field before edit in a variable, and if undo is pressed restore it.I can see your various points captured in a plugin rather than this code solution, and I have done this for myself already. I want to refine the simple solution if possible.Mohammad,In other versions of this I have also had internal and external multiline text fields with notes working the same way. Some arising from discussions with you (perhaps if I have the right Mohammad perhaps you could sign off Mohammad Shiraz?)
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6952ed06-6e5c-4d56-a919-d21e7130b7dcn%40googlegroups.com.
\whitespace trim
<$list filter="[all[current]has:field[inline-edit]]">
<$button class="tc-btn-invisible"> {{$:/core/images/edit-button}}
<$action-listops $field="inline-edit" $subfilter="+[toggle[yes],[no]]" />
</$button>
</$list>
<$list filter="[all[current]inline-edit[yes]]">
{{||$:/core/ui/EditTemplate/body}}
</$list>To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a9f6b8d3-3220-4196-94c5-a323b6c76558n%40googlegroups.com.
I hope you folks will record this somewhere :-)So many interesting things get lost.In a WEEK will anyone remember this :-).Where would you put that solution?How would an end-user find it?AND, how would they know WHAT to look for?I mean how would its FUNCTION/USE CASES be CLASSIFIED/TAGGED?
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a9d2829b-d0cb-415d-9b56-ef66691a6d30n%40googlegroups.com.