<$edit field="yourfield" class="tc-edit-texteditor" tiddler=... />

<:-)



On Thursday, September 17, 2015 at 12:01:44 PM UTC+2, UBi wrote:
>
> Hello,
>
> is there a way to use tiddler fields as additional textarea fields? I 
> would like to use it for instruction tiddlers like this:
>
> field "text":
>   Instruction specific bla bla.
>   Here's the SQL:
>   {{!!sql}}
>   And here's the result:
>   {{!!result}}
>   blabla
>
> field "sql":
>   select
>     col1,col2
>   from
>     table1
>   where
>     col1='99';
>
> field "result":
>   |col1|col2|
>   |99|1.0|
>   |99|2.5|
>
> It already works, but
> - editing "sql" and "result" in a small input field is tedious
> - the transcluded field contents lack formatting. I would like to input 
> and display the "sql" field content as mono spaced code.
>
> Any ideas?
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de9cced2-2afe-43e2-930c-f7db4d050079%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to