Replies: 2 comments 4 replies
-
There are a lot of parameters. I'd try to set them. https://tiddlywiki.com/#EditTextWidget
Works just fine. BUT the autoHeight activates the height setting from the editmode. ... So there's probably a CSS specificity problem. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I think |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of posting this as an issue, I'll ask how it is not considered an issue already and if there is no satisfactory answer, I will post it as one. Thus:
<$edit-text tiddler=HelloThere/>
or<$edit-text tiddler=HelloThere size=100000 />
both show up assize
do anything?If this were an issue request, I'd propose that
According to docs, the
size
property refers to "The size of the input field (in characters)". It is unclear if this means "total number of characters" in the editor or if it means "width" because the property can only be used in single line editors where it practically only affects the width. I have never had use of "total number of characters" so I think a property for width does make sense, whether this is really whatsize
means or whether there is need to introduce a newwidth
parameter.Beta Was this translation helpful? Give feedback.
All reactions