[tw] Re: Help with TidIDE Editor

2009-09-22 Thread Shankar


On Sep 22, 7:28 pm, Shankar  wrote:
> Hello,
>
> thanks to Eric, years ago I switched to this editor and has served me
> fine over the years.  Recently, I added a new feature to my tiddlywiki
> which makes the following call:
> <>
>
>

Never mind - I fixed it.

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[tw] Re: Help with TidIDE Editor

2009-09-22 Thread Eric Shulman

> Never mind - I fixed it.


Really?!?  Because I found and fixed the cause in the plugin (the
TidIDE editor's tag input field didn't have the needed edit="tags"
attribute set it does now.

I also changed the way the editor's HTML is loaded.  Instead of simply
pulling HTML from a  statically-defined text variable, the plugin now
uses a 'hidden section' to store the HTML in the plugin and, during
document startup, the plugin delivers this HTML 'payload' to a shadow
tiddler, [[TidIDEPluginEditorPanel]], which is then retrieved by the
plugin when rendering an actual instance of an editor panel.  By using
this 'shadow payload' technique, it makes it much easier to translate/
customize the HTML definition, simply by overriding the shadow tiddler
with a real one... without ever having to edit the plugin's javascript
code.

Get the update (v1.8.5) here:
  http://www.TiddlyTools.com/#TidIDEPlugin

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
-~--~~~~--~~--~--~---



[tw] Re: Help with TidIDE Editor

2009-09-23 Thread Shankar



On Sep 22, 9:43 pm, Eric Shulman  wrote:
> > Never mind - I fixed it.
>
> Really?!?  Because I found and fixed the cause in the plugin (the
> TidIDE editor's tag input field didn't have the needed edit="tags"
> attribute set it does now.
>

I should have been clearer. I noticed in your code did not read in the
tag and found a work around for my issue.

I posted my followup to make sure no one spent cycles on that trying
to help.

THanks for the update!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[tw] Re: Help with TidIDE Editor

2009-09-23 Thread Shankar


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.

I can't see a easy way of turning it off in the current version.  (In
the previous version, I had somehow edited your code to get rid of
it.)

But, thanks for a very usable editor that continues to help me day in
and day out!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[tw] Re: Help with TidIDE Editor

2009-09-23 Thread Eric Shulman



On Sep 23, 4:14 pm, Shankar  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:



to:



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
-~--~~~~--~~--~--~---