[tw] Re: TW5: Add Tiddlers to existing wiki programmatically

2015-06-19 Thread PMario
On Friday, June 19, 2015 at 2:00:20 AM UTC+2, TJ Hoeft wrote:

 Thank you!  I will give this a try.
 TJ


If questions come up, just ask.
-m

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fc5a898a-ee57-47fc-a120-ab0c6d1b17ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Add Tiddlers to existing wiki programmatically

2015-06-19 Thread cacs
TJ,

I am a long time TW user but I think IPython Notebooks are better for what 
you intend to do.

cacs

On Thursday, June 18, 2015 at 7:04:25 PM UTC-3, TJ Hoeft wrote:

 All,
 I'm planning to use TW5 to organize a set of experimental outputs: 
 configuration parameters, output CSV files (relative path references), 
 input files (sounds) and output images.  I want to use TW5 as the main 
 entry point for interacting with this data as a dashboard.  I would like 
 the code to populate a base TW5 template from Java.  Any ideas how I could 
 do this?
 Thanks ahead of time,
 TJ


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/33d1b663-8c58-412e-8918-1640be7cbd46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Add Tiddlers to existing wiki programmatically

2015-06-18 Thread PMario
Hi TJ,

TL;DR
If you can create a bunch of text files, that contain your tiddler content 
and if you can create some .meta text files that describe your sound and 
image files, imo TW can handle it. 

--

More details, but still a bit simplified. 

If you can create several text files like this: 

eg:

filename: myTiddler.tid

title: tiddler name
tags: [[tag with spaces]] tagWithoutSpaces
created: 20150619013100

Your Content comes here.

TiddlyWiki can import these files, with drag and drop or you can build it 
with the command line programm
eg: tiddlywiki editions/myEdition --build index

Handling image and sound files is possible too. 

eg: 
the sound file is named mySound.mp3
You need to create a matafile like this: mySound.mp3.meta  that contains 
the following

titel: mySound.mp3
tags: aaa bbb ccc


The same thing works with images.  BUT ... be aware. If you have many 
big files, they should be linked into the TW file, and not included. As you 
wrote (relative path reference)

editions/myEdition ... is just a directory structure, that we call an 
edition. An edition consists of many single file tiddlers, that can be 
built into a tiddlywiki.html file. 

I'm sure there are some more questions, but It should be enough to get the 
conversation started ;)

have fun!
mario

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/33716024-06aa-4f8a-9349-be34df66f896%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Add Tiddlers to existing wiki programmatically

2015-06-18 Thread TJ Hoeft
Thank you!  I will give this a try.
TJ

On Thursday, June 18, 2015 at 3:04:25 PM UTC-7, TJ Hoeft wrote:

 All,
 I'm planning to use TW5 to organize a set of experimental outputs: 
 configuration parameters, output CSV files (relative path references), 
 input files (sounds) and output images.  I want to use TW5 as the main 
 entry point for interacting with this data as a dashboard.  I would like 
 the code to populate a base TW5 template from Java.  Any ideas how I could 
 do this?
 Thanks ahead of time,
 TJ


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b69e26ac-9dbd-4e55-9024-366d29e99fa7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.