Hi All
Hope someone can help with a strange problem that I am encounting.
I make a lot of use of flat text files to store information, loading this
into a TW (via XMLHttpRequest()) ...in the processing of this data I
frequently look to line breaks in the txt file, using simple javascript
like text.split("\n")......... and this worked fine for many months.
Recently things started failing, and when I checked the code had changed to
.split("n").......I corrected the code.....everything works fine...untill I
reload the page and again the "\" is missing - note that the correction was
saved back tot he TW using UploadPlugin and UploadTiddlerPlugin.
Why does the "\" character keep disappearing?
I have downloaded the file, corrected it with Note+++ and uplaoded
again.....it all works well, until I open that tiddler in edit, and then
restore (done)....the "\" gets dropped again!!!
To make things worse... recently a functioning TW started failing and on
opening saying that some plugins failed... for example on checking a recent
case..... Erics InlineJavascriptPlugin...reported as having failed...when I
checked it...... the line (early in the code)
match: "\\<script",
...was reading in my TW
match: "\<script",................... note that again a "\" has
disappeared!!!! I put the extra \ back into the code, saved via
UploadPlugin....and on reopening the TW.... the plugin failed because the
second "\" is again missing.
So, what up with the character "\"..... why is it being deleted when I save
the TW?
Thanks in Advance
Skye
--
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.