--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/PYVrMeckvCI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
Makes me wonder though how hard it would be to dynamically and automagically turn a field input into a textarea, perhaps when one hits ENTER, i.e. set the number of displayed lines of such a textarea to the number of literal newline characters in it. Perhaps it could even always be a textarea, starting with 1 line?
Tobias.--
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 post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
In the refactored branch you'll be able to say <$edit-text field="myfield" tag="textarea"/> to force a text area instead of an <input type="text"/>. In TW5 input text areas always resize the fit their text. Does that answer your question?
Not sure, I was thinking more in terms of using / extending the default mechanism for adding / editing / removing fields so as to (somewhat adaptively) allow for multiline content in a custom field.
Tobias.