[tw5] Re: Exporting wikified text to csv

2020-08-14 Thread Rob Jopling
Tony This is the code that I used This button will copy the contents of the text field of the filtered tiddlers to a field called wikified text. All wikitext characters are omitted and the text will be plain text. <$button> click here <$list filter="[tag[test]]"> <$wikify name=text1 text={{{

[tw5] Re: Exporting wikified text to csv

2020-08-14 Thread Rob Jopling
Tony I will do that. But how do you share a code snippet in a box like I have seen in many posts? -- 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+unsu

[tw5] Re: Exporting wikified text to csv

2020-08-13 Thread TW Tones
Rob, Great to hear and thanks for sharing back. Since this original post of yours, I have being playing further in this space myself. Do share a code snipit when possible. Best wishes Tones On Friday, August 14, 2020 at 2:22:48 AM UTC+10, Rob Jopling wrote: > > Hi Tony > > I did manage to sol

[tw5] Re: Exporting wikified text to csv

2020-08-13 Thread Rob Jopling
Hi Tony I did manage to solve my problem. I created a button which selects the required tiddlers by tag, and then for each tiddler it copies the wikified content of the text field to a new field. Then when I export the tiddlers as a csv I have a column with the plain text as required. Seems to

Re: [tw5] Re: Exporting wikified text to csv

2020-07-31 Thread Robert Jopling
Thanks Tony I now have an idea as to how to do this. I will codify my idea and I will get back to you. Cheers Rob On Sat, 1 Aug 2020, 00:09 TW Tones, wrote: > Rob, > > The solution could be quite subtle, could you share a minimal example of > your code?, or ideally and example that demonstrat

[tw5] Re: Exporting wikified text to csv

2020-07-31 Thread TW Tones
Rob, The solution could be quite subtle, could you share a minimal example of your code?, or ideally and example that demonstrates the problem on tiddlywiki.com or an empty.html? With code unseen these are my strategies - Check each set of the process to see the results - Wikify at the l