Eric,

it is not working, I cant seem to make it work,

This does not work
<<saveAs "label:create Import/Export archive"
"filename:ImportExportPackage.csv" type:Comma open
ImportExportPackage>>
<<saveAs "label:create Import/Export source listing" type:cs open
ImportExportPackage>>
<<saveAs "label:custom save as..." type:Comma ask>>


but this works
<<saveAs "label:create Import/Export archive"
"filename:ImportExportPackage.html" type:PureStore open
ImportExportPackage>>
<<saveAs "label:create Import/Export source listing" type:PlainText
open ImportExportPackage>>
<<saveAs "label:custom save as..." ask>>


I feel like I am getting more confused every minute, I get file
prompts and no file in in the folder when I look, I have tried many
combination's to no avail. I will give up for now and try tomorrow and
try to make a simple case that demonstrates the fault.

and repost

Thanks, Tony


On Jun 18, 5:38 pm, Tone <[email protected]> wrote:
> Thanks Eric,
>
> I will try this out and report back. Sounds like the low grief
> solution.
>
> TonyM
>
> On Jun 18, 5:28 pm, Eric Shulman <[email protected]> wrote:
>
> > > I use a custom TiddlyWiki as my task management tool and have an iPaq
> > > PDA with the Mobile office and Windows Mobile 5. I am trying to find
> > > an easy way to export a tiddlyWiki, another file type or even just
> > > tiddlers that represent tasks so I can review and check off, or create
> > > new tasks I can then return to my master tiddly wiki.
>
> > Perhaps you could use
> >    http://www.TiddlyTools.com/#ExportTiddlersPlugin
> > to *write* a CSV (Comma-Separated Value) file with the appropriate
> > task tiddler data.
>
> > Then, open the CSV file on your iPaq as a spreadsheet using Mobile
> > Office and modify/add data as desired.  When you are done making
> > changes, save the file (make sure to use CSV format!) and then use
> >    http://www.TiddlyTools.com/#ImportTiddlersPlugin
> > to *read* the CSV file and import the changes back in to your
> > TiddlyWiki document.
>
> > Note: CSV file format is also supported by
> >    http://www.TiddlyTools.com/#SaveAsPlugin
> >    http://www.TiddlyTools.com/#LoadTiddlersPlugin
>
> > Thus, if all the task tiddlers are tagged with 'tasks', you could
> > write:
> >    <<saveAs filename:"tasks.csv" type:csv tasks>>
> > to create "tasks.csv", and then use:
> >    <<loadTiddlers all tasks.csv>>
> > to read it back in after editing.
>
> > enjoy,
> > -e
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to