Oh, I always forget about the three curly bracket approach -- "<$list>" is 
my go-to tool. But if you really want to do it that way then you could make 
a tiddler like:

{{{ [tag[HelloThere]]||SeparatorTemplate}}}

with another tidder "SeparatorTemplate" with contents:

<$transclude/>
<p/>
-----------------------------------------------------
<p/>

-- Mark


On Monday, May 28, 2018 at 6:32:24 PM UTC-7, David Lewis wrote:
>
> Thanks!  Looking up that stuff makes a nice mini-tutorial. I take it that 
> adding the separators makes it trickier. Otherwise I could just use this 
> for unadorned transclusion...
>
> {{{ [tag[mechanism]] }}}
>
>
>
> On Monday, May 28, 2018 at 11:41:19 AM UTC-4, Mark S. wrote:
>>
>> Try perhaps (with your tag) :
>>
>> <$list filter="[tag[HelloThere]]">
>> <<currentTiddler>><br/>
>>
>> <$transclude mode="block"/>
>>
>> <p/>
>> --------------------------------------------
>> <p/>
>>
>> </$list>
>>
>> Keep in mind that any additional objects, like images, will have to be 
>> exported manually. External links (especially absolute ones) may not work 
>> when the platform is changed.
>>
>> Good luck!
>> -- Mark
>>
>> On Monday, May 28, 2018 at 6:46:56 AM UTC-7, David Lewis wrote:
>>>
>>> Thanks. Sounds like the secret I was missing was to create a single 
>>> tiddler, not a bunch of tiddlers.
>>>
>>> If you don't mind -- as a small tutorial, could you explain or show how 
>>> to create that single tiddler, say for the tag "science", or better yet, 
>>> the tag query, "science" OR "time", with a separator of "::::::::::::::" 
>>> between concatenated retrieved tiddlers. I'll worry about export later.
>>>
>>> Thanks. --David
>>>
>>> On Monday, May 28, 2018 at 9:18:43 AM UTC-4, TonyM wrote:
>>>>
>>>> A Shorthand answer,
>>>>
>>>> Just ask for more details. 
>>>>
>>>> If you create a single tiddler, that displays what you want to appear 
>>>> in your document, perhaps using a list of tiddlers with a given tag, 
>>>> sorted 
>>>> by an appropriate field or using drag and drop to set the order, you can 
>>>> then print the tiddler to PDF and open that in Word will be a quick answer.
>>>>  
>>>> Some export as HTML and do other tricks see a recent discussion on 
>>>> this here 
>>>> <https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/word$20document%7Csort:date/tiddlywiki/2CysdL4XVpA/dmCcL9bfAQAJ>
>>>>
>>>> Regards
>>>> Tony
>>>>
>>>> On Monday, May 28, 2018 at 11:06:16 PM UTC+10, David Lewis wrote:
>>>>>
>>>>> I'm evaluating TW as a medium for taking research notes -- text, links 
>>>>> -- and then using them in the writing process. How would I accomplish the 
>>>>> following task:
>>>>>
>>>>>    - Choose a set of tiddlers based on a tag or logical combination  
>>>>>    of tags, plus manual deletions
>>>>>    - Export them all *en masse* into a MS Word document, 
>>>>>    concatenated, with some kind of separator between them
>>>>>
>>>>> I'm still working through learning how to use TW, and I can't see an 
>>>>> obvious way to do this without copy/pasting each target tiddler 
>>>>> individually, which would be a big nuisance. It would be OK to export to 
>>>>> concatenated text and then manually transfer to Word.
>>>>>
>>>>>
>>>>> Thanks!
>>>>>
>>>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d1a5d067-7996-4bd5-9e6e-aa87c91a1862%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to