Re: dGSD empty vs loaded

2013-02-01 Thread David Szego
dGSD has WebDav and web-saving plugins in the base TW... see WebDavPlugin, 
UploadPlugin (which saves the whole file each time) and UploadTiddlerPlugin 
(which saves changed tiddlers).

Both require a small php script on your server, and password protect it. 
You could/should also protect the TW file itself through .htaccess 
authentication on your web server.

I've used them all, although I generally just run Firefox w/ the TiddlyFox 
extension, and open a local file from my Dropbox folder.

Cheers,
David.


On Thursday, 31 January 2013 09:43:32 UTC-5, Andy wrote:

 Is there a way to sync dGSD across mulitple devices using my own web 
 server or tiddlywiki?


 On Thu, Jan 31, 2013 at 9:37 AM, David Szego david...@me.comjavascript:
  wrote:

 Sorry folks ... my mistake in my upload batch (some filenames...)

 Loaded has a bunch of curated plugins.
 Empty is a bit more bare.
 Export is for pulling into your existing TW (of any flavour) and turning 
 it into a dGSD (or upgrading mGSD/dGSD). It will preserve your existing TW 
 if you switch back to whatever theme you were using (using selectTheme 
 for instance).

 http://thinkcreatesolve.biz/dGSD-empty.html
 http://thinkcreatesolve.biz/dGSD-loaded.html
 http://thinkcreatesolve.biz/dGSD-export.html

 Cheers,
 David.


 On Wednesday, 30 January 2013 11:48:03 UTC-5, Nils Davis wrote:

 I had a similar question (well, I tried to start from loaded) but that 
 file doesn't actually exist at that link. What I surmised is that the 
 regular download actually has all the loaded plugins already, and that 
 loaded is obsolete. Not sure that's true, but it satisfied me as an 
 explanation.

 Nils

 On Tuesday, January 29, 2013 1:39:07 PM UTC-8, Andy wrote:

 Ok, so I just set up a bunch of stuff in dGSD-empty and realized I 
 wanted to use dGSD-loaded.  Is there a way to move the data from one file 
 to another?  I tried to use the import function, but I get the following 
 error:  Error during local file access: TypeError: netscape.security.*
 *PrivilegeManager is undefined

 Andy

  -- 
 You received this message because you are subscribed to the Google Groups 
 GTD TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to gtd-tiddlywik...@googlegroups.com javascript:.
 To post to this group, send email to gtd-tid...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/gtd-tiddlywiki?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gtd-tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to gtd-tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/gtd-tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: dGSD, saving files

2013-02-01 Thread David Szego
Richard, thanks for the kind words - really great to hear! 

You could also check the UploadPlugin and UploadTiddlerPlugin which save to 
any PHP server - assuming you're able to put a small script on the server. 

As for auto-saving, there is the built-in Auto Save and Save Backups 
with every TiddlyWiki, accessable by clicking the Backstage link at the 
very top right, then the Options toolbar item.

If you use any of the above plugins, they will take over the save routine 
and save to the appropriate place.

The short answer to all this is that it's really a limitation of TW, and 
whatever plugins you get working will save all data in your file - 
regardless of whether it's dGSD Tiddlers or any other.

Cheers,
David.

On Thursday, 31 January 2013 11:40:46 UTC-5, Richard Campbell wrote:

 First, I find dGSD (and mGSD) almost scary in how they help with 
 productivity. And I think that tiddlys are a wonderful user-interface.

 But saving/persisting TiddlyWikis has always been problematic. I haven't 
 been able to get WebDAV loaded in; Can anyone point me to better docs? (And 
 in a corporate environment, it's a hassle to get around security fixes that 
 disable local web file saving or Java installations).

 Ideally, I'd like dGSD to do autosaving of all changes all the time. I'd 
 be happy if WebDAV is the answer (and once I figure out how to configure 
 it). Alternately, I'd be happy to help putting together a simple node.js 
 server providing a REST interface. 

 I know one of the features of tiddlys is that, as it can be a local file, 
 you can do work while not on the net, but frankly, in my professional and 
 personal life, I'm *always* somewhere with net access. And of course, the 
 problem with a local file is you need to manually back it up anyway. I'd 
 prefer a way to use dGSD with an online persistent store so I know that all 
 my work is always saved.

 Richard



-- 
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gtd-tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to gtd-tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/gtd-tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Subprojects / Superprojects

2013-02-01 Thread David Szego
If you open the Projects Dashboard Tiddler, the 2nd chunk of code from 
the top looks like this:

dGSDList title:'Subprojects' 
startTag:Project 
tags:'Project  !Completee  !Trash' 
view:Project mode:global
where:tiddler.hasParent('Project')
group:Project
gView:bold
dontShowEmpty:yes
  

You could either change the title of this to Main Projects (or anything 
else), and edit one line, or cut/paste it into another chunk below or 
wherever you'd like it... but the change you're looking for is to add a 
Not operator to the where: line:

where:*!*tiddler.hasParent('Project')

(You could also change the chunk above it, Active Projects, which already 
has the* ! *operator, but the tags are specifically showing Active 
projects).

Cheers,
David.



On Friday, 21 September 2012 13:31:20 UTC-4, aggyanna wrote:

 I saw that there is a list of subprojects, but I think a list of 
 non-subprojects, i.e. all the top-level projects, would be more helpful.  
 If I had a list of all my top level projects, then I could drill down.  I 
 could open each one in turn and see the list of subprojects that fall 
 underneath that particular project.

 I tend to plan out a lot of the details of a project in advance, creating 
 a lot of actions and subprojects.  However, on a daily/weekly basis, I 
 usually just want to make sure that I've done *something* to move the top 
 level project along.


-- 
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gtd-tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to gtd-tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/gtd-tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.