Thanks Seann!

On Mon, Oct 1, 2012 at 2:15 PM, Seann Hamilton <[email protected]> wrote:
> Hey Magnus,
>
> Hopefully you've already found a fix for this, but in case you haven't, here
> is a breakdown of what I learned when looking into this topic.  I much
> prefer local editing versus TiddlySpot myself, at least for now, but
> definitely wish you luck making progress here.
>
> Anyway, there's a few things you need to pay attention to for local editing.
> While some browsers are capable of editing the file without help, others
> require an additional file to work.  This is called TiddlySaver.jar.  Google
> for it to find the latest copy, it should be on tiddlytools at a minimum.
> Place this downloaded file in the exact same folder as your local copies of
> mGSD files.
>
> Depending on your browsers, this *might* be enough to make it work
> immediately.  If I remember correctly though, for TiddlySpot files you need
> to do two additional steps, including change some of the code to actually
> USE the TiddlySaver.jar file.  :)
>
> First, create a new folder in the same location as your local files.  Name
> it 'twbackup'.
>
> Second, open the local file in a text editor (notepad, notepad++, etc., NOT
> a browser) and make sure you have the following code in there:
>
> <script type="text/javascript">
> //<![CDATA[
> if(useJavaSaver)
>     document.write("<applet style='position:absolute;left:-1px'
> name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar'
> width='1' height='1'></applet>");
> //]]>
> </script>
>
> If you DON'T have it, then add it.  I think tiddlyspot removed this code
> from their file, or possibly added it a second time causing some sort of
> conflict.  Anyway, make sure you've got one copy in the file and then save.
>
> Hopefully, that will be enough to get it running!
>
> ~ Seann
> p.s. If it works and you get everything transferred over, you might want to
> return any changed code back to original before uploading to tiddlyspot.
> There's always a chance they removed it for a reason :)
>
>
>
>
>
> ==============
> Local Editing Setup
> ==============
>
>   Local editing of mGSD/TW requires some extra parts to be in place.  If
> you're doing server only, it's not a problem... but if I want to keep on my
> computer and use chrome, then I need these parts in place:
>
>   (1) Backup Folder
>       Create a backup folder in the SAME FOLDER at my tiddlywiki file is
> sitting.  Default name is "twbackup", but can change by editing settings in
> the TW file itself.
>
>   (2) TiddlySaver.jar
>       (A) IN ORDER TO USE ON CHROME, MUST KEEP JAVA FILE   TiddlySaver.jar
> IN SAME FILE AS FOLDER!
>
>       (B) In addition, mGSD must be set up to use TiddlySaver.jar.  In order
> to do this, Add the following code snippet to the bottom of the mGSD file in
> order to use the TiddlySaver.jar, which is required for local file updates.
> This exists in the main tiddlywiki source, but NOT in any version of
> MonkeyGTD source.  Entirely web-based mGSD usage (e.g. tiddlyspot) does not
> require this.  It it only required for LOCAL editing.
>
> })(jQuery);
> //]]>
> </script>
> <script type="text/javascript">
> //<![CDATA[
> if(useJavaSaver)
>     document.write("<applet style='position:absolute;left:-1px'
> name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar'
> width='1' height='1'></applet>");
> //]]>
> </script>
> <!--POST-SCRIPT-START-->
> <!--POST-SCRIPT-END-->
> </body>
> </html>
>
>
>
> On Wednesday, September 19, 2012 10:57:23 PM UTC-7, magnus wrote:
>>
>> Hi!
>>
>> Thanks. I understand that download means using the link in the top right
>> corner of the window, close to save to web? That is what I did.
>>
>> When I do this, and save on my hard drive, then open this file with
>> Firefox (in Ubuntu 12.04; using the FIle - Open file in Firefox), it
>> opens nicely, but when I try to save changes I get an error:
>> "It's not possible to save changes. Possible reasons include:
>> - your browser doesn't support saving (Firefox, Internet Explorer,
>> Safari and Opera all work if properly configured)
>> - the pathname to your TiddlyWiki file contains illegal characters
>> - the TiddlyWiki HTML file has been moved or renamed"
>>
>> When I open the tiddlyspot version, and do "Save changes", I get the
>> error msg that I need to save the file first.
>>
>> This feels a bit tricky. How do I save it correctly to my hard drive, so
>> I can save changes? Oddly enough, the local mGSD that I have saves nicely.
>>
>> Best,
>>
>> Magnus
>>
>>
>> On 2012-09-20 05:25, Daniel Baird wrote:
>> > You download the tiddlyspot wiki, use tiddlywiki importing to copy all
>> > your stuff from your local wiki into your ts wiki, then upload back to
>> > tiddlyspot.
>> >
>> > Be careful not to over-write the Tspotsetup plugin from your ts wiki.
>> >
>> > These days browser security makes most of those steps quite difficult
>> > :)  Good luck.
>> >
>> >
>> > ;Daniel
>> >
>> >
>> > On Wed, Sep 19, 2012 at 9:50 PM, magnus <[email protected]> wrote:
>> >> Hi!
>> >> Basically, I want to swich from an offline-only mGSD to using a
>> >> Tiddlyspot
>> >> mGSD. I have an offline, full with tasks, projects and so on, and an
>> >> empty
>> >> one from Tiddlyspot. How do I import my stuff into the new,
>> >> online-syncing
>> >> mGSD?
>> >>
>> >> Best,
>> >>
>> >> Magnus
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> >> Groups
>> >> "GTD TiddlyWiki" group.
>> >> To view this discussion on the web visit
>> >> https://groups.google.com/d/msg/gtd-tiddlywiki/-/vFpDF_JQSPAJ.
>> >> To post to this group, send email to [email protected].
>> >> To unsubscribe from this group, send email to
>> >> [email protected].
>> >> For more options, visit this group at
>> >> http://groups.google.com/group/gtd-tiddlywiki?hl=en.
>> >
>> >
>>
> --
> You received this message because you are subscribed to the Google Groups
> "GTD TiddlyWiki" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/gtd-tiddlywiki/-/5lbr9tllxOwJ.
>
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/gtd-tiddlywiki?hl=en.



-- 
Daniel Baird
I've tried going to the XHTML <bar /> a few times, but it's always closed.

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

Reply via email to