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

