>(Except from using a temp tiddlers textarea and use Matabele's "trick" of 
replacing a fieldvalue with it's content by pressing a button...)

It was actually Danielo's append button I was thinking of:

Example:

\define appendButton(now, add)
 <$button set="!!myfield" setTo="$now$$add$">add text</$button>
\end

<$edit-text class="editorArea" tiddler="$:/temp/Append"/>
<$macrocall $name="appendButton" now={{!!myfield}} add={{$:/temp/Append}}/>

---
{{!!myfield}}

.editorArea{ width:100%;} ($:/tags/stylesheet)

Try writing several lines with linebreaks or bulleted lists and add them to 
the field value....

I would like to be able to write directly to the field - using a big 
textarea..

Cheers Måns Mårtensson

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to