On Sep 23, 4:14 pm, Shankar <shankar.sw...@gmail.com> wrote:
> Now that I pulled the new version into my copy, I think, if you ever
> revisit this, you should consider making the panel that gives the
> TidIDE version, system edit  etc checkboxes optional so that users
> like me can turn if off and save some real estate on the screen.  I
> can't recall ever using any of them.

The TidIDE plugin code automatically omits the 'selector' checkboxes
if just one panel is to be displayed.  Thus, you should omit the
'system' param from the macro call.  Also, use of 'font:...' and
'size:...' params have been retired for a very long time.  To set the
text styles, use CSS 'font-family' and 'font-size' attributes,
assigned viq the SITidIDEStyles class definitions.

> I can't see a easy way of turning it off in the current version.

Change this line of your EditTemplate:

<div class='SlTidIDEStyles' macro='tidIDE system "font:Georgia" size:
0.9em +edit:here'></div>

to:

<div class='SlTidIDEStyles' macro='tidIDE +edit:here'></div>

enjoy,
-e

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

Reply via email to