OK, figured out how to just get the text:

<script>
   var tid=store.getTiddler('DGI' );
   var valueofformfield=tid.data("notes");
   return "{{{"+valueofformfield+"}}}";
</script>

The brackets did it {{{ text }}}

The whole thing resides in a "Slider" but now it won't wrap the text any 
more, but according to one of Eric Shulman's messages:

quote:

"If you want to create an "code" inline element, use: 
   {{{This will not be wikified}}} 
Code elements appear using a fixed-width font, and are not wikified. 
However, they are still *word-wrapped*, and any surrounding styles (such 
as font size, italics, etc.) will still be applied."

end quote.

It's the word-wrapping that is not happening for me, why ?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to