[tw] Re: Just can't figure it out, EditSectionPlugin

2011-07-14 Thread Scott Simmons
@Axel: My intentions were good, but my advice could've been a lot better. :( I should have directed you to edit the shadow tiddler defined in that bottom section of the plugin in the first place rather than sending you into the plugin itself. And if I'd looked more closely, I would have

[tw] Re: Just can't figure it out, EditSectionPlugin

2011-07-13 Thread Scott Simmons
Hi, Axel — You can add a style attribute to the textarea tag near the very end of the plugin script, like so: textarea name=content rows=15 cols=80 autocomplete=off style=font-family:trebuchet; onchange=return config.macros.editSection.changed(this,event)/textarea That ought to do the

[tw] Re: Just can't figure it out, EditSectionPlugin

2011-07-13 Thread HansBKK
Note that specifying a specific font like that will be of limited use if the TW's going to be viewed on different OSs. Here's a more generic font stack if you are targeting Trebuchet-like fonts. font-family: Segoe UI, Bitstream Vera Sans, DejaVu Sans, Bitstream Vera Sans, Trebuchet MS,

[tw] Re: Just can't figure it out, EditSectionPlugin

2011-07-13 Thread axelm
Thanks for the tip Scott, but no go. I have put your code in the plugin itself and the EditSectionPluginPanel, but no luck. All I can change in the EditSectionPluginPanel is the cols and rows, everything else, I can change to anything I want, it is just being ignored. here is the