If you make a stylesheet tiddler (a tiddler tagged $:/tags/Stylesheet) and
put in this content:
textarea.fieldarea {
height: 5em !important ;
}
You can override the default height that is being used.
On Wednesday, January 13, 2021 at 4:19:15 PM UTC-8 History Buff wrote:
> Here's the simple code that I'm using in a separate tiddler that I
> transclude into a different tiddler. When the editor height mode is set to
> fixed the edit-text "window" is whatever is set in the editorheight tiddler
> which is huge.
>
> Notes:
> <$edit-text
> tiddler=<<currentTiddler>>
> field=notes
> class=fieldarea
> tag=textarea
> />
>
>
> On Wednesday, January 13, 2021 at 5:09:20 PM UTC-7 Mark S. wrote:
>
>> You might show an example of what you're doing.
>>
>> If you're doing what I think you're doing, then you'll probably need to
>> wrap a div with a custom class around your edit boxes, and then create a
>> stylesheet that uses !important to override the setting. The setting gets
>> placed via a style attribute, and AFAIK the only way to override that is
>> with an !important style.
>>
>> On Wednesday, January 13, 2021 at 1:32:31 PM UTC-8 History Buff wrote:
>>
>>> Hello all,
>>>
>>> I'm in the process of implementing a few edit-text widgets to ease the
>>> editing of fields. In the process, I noticed that the size of the textarea
>>> box is affected by the $:/config/TextEditor/EditorHeight/Mode tiddler and
>>> the $:/config/TextEditor/EditorHeight/Height tiddler which I had previously
>>> set as fixed for editing relatively large tiddlers to keep the edit bar
>>> visible.
>>>
>>> Is there a way that I can have separate settings for my individual
>>> edit-text widgets and my the normal editing of tiddlers? I'm asking this
>>> because, at present, the text box for my edit-text widgets are unreasonably
>>> large unless I set the mode to auto.
>>>
>>> Thanks in advance!
>>>
>>
--
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/4a9d2273-721d-4d37-863e-2e7a1233b9f7n%40googlegroups.com.