[tw5] Re: Generating a complete TiddlyWiki from Excel

2019-08-14 Thread Paul Richardson
Thanks for your detailed reply, I'll look into those ideas. Paul On Monday, 12 August 2019 13:53:49 UTC+1, Paul Richardson wrote: > > Good afternoon, complete beginner here. > > I maintain a reference document for my organisation which has some > pre-amble and then is essentially a large table.

[tw5] Re: Generating a complete TiddlyWiki from Excel

2019-08-12 Thread TonyM
Paul, Depending on the structure of the data in your excel it may be as simple as generating a csv file and importing that. Personally I would use TiddlyWiki as the interactive database and generate the documents as needed. I am working on a project right now to generate multiple documents,

[tw5] Re: Generating a complete TiddlyWiki from Excel

2019-08-12 Thread Cade Roux
As far as the concept of push, you can do that. I am currently using the nodejs command line to import tiddlers into TiddyWiki and then generate the single file: tiddlywiki MyWiki --verbose --import tiddlers.json application/json --build index My database is generating the json containing

[tw5] Re: Generating a complete TiddlyWiki from Excel

2019-08-12 Thread Paul Richardson
Many thanks - I will have a look! On Monday, 12 August 2019 14:49:29 UTC+1, PMario wrote: > > Hi Paul, > > This may be of interest: https://tiddlywiki.com/editions/xlsx-utils/ > > -m > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Generating a complete TiddlyWiki from Excel

2019-08-12 Thread PMario
Hi Paul, This may be of interest: https://tiddlywiki.com/editions/xlsx-utils/ -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

[tw5] Re: Generating a complete TiddlyWiki from Excel

2019-08-12 Thread Paul Richardson
Thank you - I hadn't thought of *pulling* into tiddlywiki I have just been trying to *push. *I also didn't know it was possible to import. I might be able to have a two-step process - export from Excel into an intermediate format which then gets imported into TiddlyWiki. Thanks again, Paul On

[tw5] Re: Generating a complete TiddlyWiki from Excel

2019-08-12 Thread Michael Wiktowy
Hi Paul, Hot off the press is version 5.1.20 which has some math and string manipulation functionality (specifically split and join) that might make importing and exporting CSV files viable in your use-case. Nothing will be super-automagic but tools should be there out of the box and you might