You're welcome.  And speaking of great timing...  Jeremy Ruston (creator of 
TW) just put out a new service called "TiddlyWiki in the Cloud" that might 
make solving some of these issues a non-starter! (he literally posted it 
today...)

https://groups.google.com/forum/?fromgroups=#!topic/tiddlywiki/jpVZquK07Ek

Basically, his new service allows you to put your active local file 
directly into your dropbox, and then access this file thru a web-portal for 
those times when you don't have dropbox and/or local editing (e.g. another 
computer, your phone, etc.).  Said another way, it acts like TiddlySpot, 
but thru dropbox...  Add in that dropbox has version history, and I'm 
pretty psyched! 

I just tested it with vanilla mGSD (3.19), and it's working great.  mGSD-E, 
however, does not work currently.  

Still beta, and he needs to make it so the tool doesn't access your whole 
dropbox at once, but it's another way to expand options for the "local 
editing" crowd.  

~ Seann

On Monday, October 1, 2012 9:05:31 PM UTC-7, Daniel Baird wrote:
>
> Thanks Seann! 
>
> On Mon, Oct 1, 2012 at 2:15 PM, Seann Hamilton 
> <seann.h...@gmail.com<javascript:>> 
> 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 <mag...@vista.se> 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 gtd-tid...@googlegroups.com. 
> >> >> To unsubscribe from this group, send email to 
> >> >> gtd-tiddlywik...@googlegroups.com. 
> >> >> 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 
> > gtd-tid...@googlegroups.com<javascript:>. 
>
> > To unsubscribe from this group, send email to 
> > gtd-tiddlywik...@googlegroups.com <javascript:>. 
> > 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 view this discussion on the web visit 
https://groups.google.com/d/msg/gtd-tiddlywiki/-/k8TK0Tapd0EJ.
To post to this group, send email to gtd-tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.

Reply via email to