On Oct 10, 9:02 am, Shankar <shankar.sw...@gmail.com> wrote:
> I reported this issue earlier.  Here is the recap:
>
> I am trying to use TidIDE Editor with the Notestorm - most likely not
> doing it right.  Here is how my edit template looks like when it
> almost works:
>

I found some time finally to dig into the issues mentioned in this
thread, over the weekend.  My solution - which seems more like
"bandages" - was:
1.  I retained the "<div class='editor' macro='edit title'></div> "
line in the edit template, but added the following line to the
StyleSheet to not display it:  .editor, .editor input, .editor
textarea { display: none;}.
2. To solve the problem of TidIDE closing the tiddler after the edit
but when I try to close the file, getting the "... want to abandon
your changes ..." message, I added the following two lines to the end
of the tidIDE.save(...) function:
story.closeTiddler(title);
story.displayTiddler(null, title);

Both of these are probably "bandage" solutions.  I needed a solution
that worked for my limited use and, these fixes  seemed to pass my
minimal validation (which is trying some twenty or fewer times to
break it through random ways :-))  But if you have suggestions on
these, I will be happy to take them :-)
--~--~---------~--~----~------------~-------~--~----~
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