Thank you Jeremy!

On Friday, January 24, 2014 8:29:24 PM UTC+5:30, Jeremy Ruston wrote:
>
> Hi Shavinder
>
> On Fri, Jan 24, 2014 at 12:12 PM, passingby 
> <shavinde...@gmail.com<javascript:>
> > wrote:
>
>> Sorry to be a bother. Whats the format of the time used in 'created' and 
>> 'modified' fields in a .tid file? for example in a string like this: 
>> 20130822170200000 
>> I can see that it is 2013,08,22 (yyyMMdd). Whats the rest of it? I 
>> understand it must be representing seconds or part of it. How do I produce 
>> this format in vb.net?: DateTime.Now.ToString("yyyyMMdd.........")?
>>
>
> The date format is:
>
> * 4 digit year
> * 2 digit month
> * 2 digit day
> * 2 digit hour
> * 2 digit minutes
> * 2 digit seconds
> * 3 digit milliseconds
>
> In all cases, leading zeros are added to pad to the listed lengths.
>
> Best wishes
>
> Jeremy
>  
>
>>
>>
>>
>> On Wednesday, January 15, 2014 4:43:36 PM UTC+5:30, Jeremy Ruston wrote:
>>
>>> Your best bet is probably to create a .tid file for each tiddler. Here's 
>>> an example:
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/blob/master/
>>> editions/tw5.com/tiddlers/HelloThere.tid
>>>
>>> They are documented here:
>>>
>>> http://tiddlywiki.com/static/TiddlerFiles.html
>>>
>>> Once you've got a folder full of .tid files you should be able to drag 
>>> them into the TW5 window to import them.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>>
>>> On Wed, Jan 15, 2014 at 11:00 AM, passingby <shavinde...@gmail.com>wrote:
>>>
>>>> Hello friends,
>>>>
>>>> I am trying to create tiddlers from text which I plan to ultimately 
>>>> import into a blank TW5. 
>>>> First let me describe my task. I have a long text in MSWord document 
>>>> (approx 1400pages). I have to parse it break it into blocks of text for 
>>>> tiddlers with each tiddler having fields of author, musical genre, 
>>>> peotical 
>>>> genre and page number of the original document . The tiddlers shall start 
>>>> from about 50 to 100 and I shall be adding to them chunks of 50 -100 
>>>> tiddlers and if I keep at it, they shall number a few thousand ultimately. 
>>>> I shall either try VBA for export text chunks out of the document or I 
>>>> shall copy paste pages of text into a VB.NET program and export chunks 
>>>> of text from there. 
>>>>
>>>> I am still just at the planning-in-my-head stage. I need advice on what 
>>>> would be the correct way to do this. What format should the exported 
>>>> text-tiddlers be in for better importing into a TW5. I am very new to TW5, 
>>>> so please advice in a very simple manner. I particularly want to know:
>>>> - Should the a text be in a html div format or json format? If so can 
>>>> you please write out an empty template?
>>>> - Should the divs or json objects be in one text file or in separate 
>>>> files with one file per tiddler?
>>>>
>>>> Any advice on this or even on parsing, exporting text from word doc 
>>>> would be welcome.
>>>>
>>>>
>>>>  -- 
>>>> 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+...@googlegroups.com.
>>>> To post to this group, send email to tiddl...@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...@gmail.com
>>>  
>>
>
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.com <javascript:>
>  

-- 
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.

Reply via email to