[tw] Re: Tiddlywiki 5 and mGSD

2013-06-19 Thread David Szego
Hi Giovanni, see above for the GTD Group. I keep active in there. As for a code 
base, I just keep hacking away at my own dev copy of the Tiddlers, and then 
upload a clean version when I think it's usable. Not the most formal method of 
development, but it works for me! 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] sync between laptop and tablet?

2013-06-19 Thread Ittay Dror
I'd like to use tiddlywiki in my laptop and also android tablet. On the 
tablet it can be just for new tiddlers (so not viewing existing ones). I 
cannot work with tiddlyspot, but google drive is ok. 

I thought of the following schema:
* Keep main wiki on google drive
* In the tablet, for each session, create a new wiki on google drive
* After updating in the tablet, import into the main wiki.

This avoid accidentally updating from two devices and causing conflicts (or 
maybe this isn't an issue). But, it means that after I import a tiddler, I 
need to setup the links to it. Also, is there an android app that makes it 
easy to create new wikis in google drive?

Thanks,
Ittay

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: format tiddler macro output?

2013-06-19 Thread Mat
A big thank you Mark S! This has actually been a problem for many years for 
me, but you solved it!!!

For anyone less advanced (like myself) reading this, I use this inside a 
forEachTiddler to list tiddlers titles but also their contents on the line 
below. The problem has been that no content gives an empty line rather than 
no line causing less-than-pretty lists. Thanks to Mark S my lists are now 
tight and clean!

:-D

On Wednesday, June 19, 2013 1:19:17 AM UTC+2, Mark S. wrote:

 Take 2.

 You can make it even easier to use by creating a tiddler bulletShooter 
 with these contents:

 tiddler echoTiddler with: {{
var stuff=store.getTiddlerText('$1');
stuff ? $2+stuff.split(\n).join(\n$2) :  ; 
 }} 


 Also make the echoTiddler described previously.

 Now you can call bulletShooter like this:

 tiddler bulletShooter with: test2 '**'

 Where test2 is the name of the tiddler with the text you want to bullet 
 and '**' is the type of bullet to apply.

 Have fun,
 Mark

 On Tuesday, June 18, 2013 4:12:35 AM UTC-8, Mat wrote:

 I'm hoping for some way, be it via tiddler macro or not, to transclude 
 the text from a tiddler on the wikified format

 **text\n

 ...but if there is no text, then  (or nothing?) should be returned.

 Thanx

 :-)



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Not able to save with Safari

2013-06-19 Thread Eric Weir

Just finishing up setting up a new computer. I am now unable to save TWs 
running in Safari. TiddlySaver.jar is in the folder with the TWs. No problem on 
OS X Snow Leopard. Now on Mountain Lion.

--
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net

Any assurance economists pretend to with 
regard to cause and effect is merely a pose.

- Emanuel Derman




-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: sync between laptop and tablet?

2013-06-19 Thread Mat
If you use Google Drive desktop app, ie. not via browser, or I guess you 
can use the tw straight off. This way you can reach it from all your 
devices.

I just started using DropBox that gives you a regular windows-looking 
folder on - I think - any computer.

When you use it this way, you can just use the regular saveChanges 
macro to save directly.

Hope that is of any value.

:-)

On Wednesday, June 19, 2013 2:58:18 PM UTC+2, Ittay Dror wrote:

 I'd like to use tiddlywiki in my laptop and also android tablet. On the 
 tablet it can be just for new tiddlers (so not viewing existing ones). I 
 cannot work with tiddlyspot, but google drive is ok. 

 I thought of the following schema:
 * Keep main wiki on google drive
 * In the tablet, for each session, create a new wiki on google drive
 * After updating in the tablet, import into the main wiki.

 This avoid accidentally updating from two devices and causing conflicts 
 (or maybe this isn't an issue). But, it means that after I import a 
 tiddler, I need to setup the links to it. Also, is there an android app 
 that makes it easy to create new wikis in google drive?

 Thanks,
 Ittay


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: sync between laptop and tablet?

2013-06-19 Thread Yakov
Hello Itary,

среда, 19 июня 2013 г., 16:58:18 UTC+4 пользователь Ittay Dror написал:

 I'd like to use tiddlywiki in my laptop and also android tablet. On the 
 tablet it can be just for new tiddlers (so not viewing existing ones). I 
 cannot work with tiddlyspot, but google drive is ok. 

 I thought of the following schema:
 * Keep main wiki on google drive
 * In the tablet, for each session, create a new wiki on google drive
 * After updating in the tablet, import into the main wiki.

 This avoid accidentally updating from two devices and causing conflicts 
 (or maybe this isn't an issue). But, it means that after I import a 
 tiddler, I need to setup the links to it. 


This depends on what content you're dealing with. If you add single-type 
tiddlers, may be you can just tag them and use tag/list macros; otherwise, 
I don't see much possibilities for automation. You can use the missing 
list to track what you have imported, but creating links is somewhat 
manual by nature..
 

 Also, is there an android app that makes it easy to create new wikis in 
 google drive?

 I think, the answer is if AndTidWiki can't help (does Google allow to 
change its folder? because ATW can't) and you don't want to use Dropbox 
(may be TiddlyWiki in the Sky [1] can help), then there's no other option.

But I'd ask why you want to create a new TW each time? (I suspect that with 
SharedTiddlersPlugin [2] you can establish a useful configuration, but to 
help with that, I need to understand your needs).

[1] 
https://groups.google.com/forum/#!searchin/tiddlywiki/dropbox/tiddlywiki/jpVZquK07Ek/NP3umHQFFZwJ
[2] https://groups.google.com/forum/#!topic/tiddlywiki/rQz8aDt76vQ
 

 Thanks,
 Ittay


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [tw] Not able to save with Safari

2013-06-19 Thread Jeremy Ruston
Hi Eric

I think the issue might be that Java isn't installed by default on Mountain
Lion. As far as I can tell, the best way to get it is to install it from
Oracle's site:

http://java.com/en/download/index.jsp

Let us know how you get on,

Best wishes

Jeremy



On Wed, Jun 19, 2013 at 8:42 PM, Eric Weir eew...@bellsouth.net wrote:


 Just finishing up setting up a new computer. I am now unable to save TWs
 running in Safari. TiddlySaver.jar is in the folder with the TWs. No
 problem on OS X Snow Leopard. Now on Mountain Lion.


 --
 Eric Weir
 Decatur, GA  USA
 eew...@bellsouth.net

 Any assurance economists pretend to with
 regard to cause and effect is merely a pose.

 - Emanuel Derman




 --
 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 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.





-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.