I haven't looked at your code, but the following is all that's needed to have a text area to edit a field:
<$edit-text tiddler=temp field=xyz tag=textarea/> Pretty sure we have had this capability since we first got custom fields in TWC, though I think at some point there were issues with multiline fields in TW5 on node.js because of the .tid file format. I think to get around that, fields with line breaks trigger saving as .json instead. On Thursday, June 11, 2020 at 9:12:36 AM UTC+2, TW Tones wrote: > > Folks, > > I/We previously found a way to edit additional tiddler fields as text > areas. Capable of entering multiple lines. > > The only issue was you had to avoid editing them in the edit view fields > dialogues or you would loos the line fields. > > I can not find anywhere in my notes how we achieved this. > > I have return to this and cloned and hacked the following core tiddlers; > $:/core/ui/EditTemplate/body/editor > <http://127.0.4.81/IndexWikis/TW5References/index.html#%24%3A%2Fcore%2Fui%2FEditTemplate%2Fbody%2Feditor> > $:/core/ui/EditTemplate/body > <http://127.0.4.81/IndexWikis/TW5References/index.html#%24%3A%2Fcore%2Fui%2FEditTemplate%2Fbody%2Feditor> > > An transclude the new tiddler like this, rather than > {{||$:/core/ui/EditTemplate/body}} like this {{||$:/PSaT/EditTemplate/body}} > > Now the editor appears, has the editorToolBar etc. > > *This all works very well but for some reason it only allows one line of > text.* > > I have attached this here but please install on an empty or read only wiki > if you want a look. > > Create / Edit a tiddler and you will see the edit area below the text > editor. The new field is called final-text. > > This is a useful tool, that was demonstrated previously but I am unable to > track the cause of the problem this time. > > *Why would such a tool help?* > > > - It allows a tiddler to have more than one text area field, when only > one, the existing text field, is used if the tiddler is transcluded. > - Tiddlers can have hidden notes accompanying them > - For the safety of the editor content I intend to hide it from the > field editor, but add it to the edit template. > - You can build or change view and edit templates do do many things > while keeping it in the tiddler. > > Thanks in advance > TW Tones aka TonyM > > > > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0e2c99a4-395f-49e6-9bf1-5ee410fe113fo%40googlegroups.com.

