Re: [tw] [TW5] A list of transclusion targets

2018-01-26 Thread Arkady Grudzinsky
Thomas, Tony,

Great ideas.  Thanks.  That will work.

Don't you think, there should be a filter operator for this?  Perhaps, the
missing transcluded tiddlers should even be included in the [all[missing]]
filter results.

On Fri, Jan 26, 2018 at 3:26 PM, Thomas Elmiger 
wrote:

> Hi Arkady,
>
> Something like this could help, if you transcluded in {{brackets}}:
>
> Make a tiddler titled "TransclusionList" with this in it:
>
> <$list filter="""[regexp:text[{{]sort[]] -[[TransclusionList]]
> -[is[system]] -[has[draft.of]]""">
>
> <" suffix:""
> mode:"link">>
>
> 
>
> ===
>
> You will need my extract macro for this:
> https://tid.li/tw5/hacks.html#Extract%20Macro
>
>
> Good luck!
> Thomas
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/QbjdrX56do0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> 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/3d540b94-058e-4888-83d3-f881c5159718%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Arkady

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/CAOvtUXmM6r1GESeL1yun23JhaxaVSqveD8d%2B-8N49LK_qLn10w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] A list of transclusion targets

2018-01-26 Thread Thomas Elmiger
Hi Arkady,

Something like this could help, if you transcluded in {{brackets}}: 

Make a tiddler titled "TransclusionList" with this in it:

<$list filter="""[regexp:text[{{]sort[]] -[[TransclusionList]] -[is[system]] 
-[has[draft.of]]""">

<" suffix:"" 
mode:"link">>



===

You will need my extract macro for this: 
https://tid.li/tw5/hacks.html#Extract%20Macro


Good luck!
Thomas

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/3d540b94-058e-4888-83d3-f881c5159718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] A list of transclusion targets

2018-01-26 Thread TonyM
Arkady,

Yes, Correct, I was trying to make sense of your request. I imagine a 
search using regex and the prefix {{ and Suffix }} will find your list, 
however there are limits in tiddlywiki.

I do not yet know regex in detail.

Perhaps export the selected tiddlers to a json file, open the json file 
with a text editor and search for "{{" you only need to locate all names. 
This depends on how many you need to find

Regards
Tony



On Saturday, January 27, 2018 at 1:36:12 AM UTC+11, Arkady Grudzinsky wrote:
>
> ​Tony,
>
> Don't I still need to generate a list of transclusion targets in the 
> source wiki to do that?​
>
> On Fri, Jan 26, 2018 at 5:15 AM, TonyM  > wrote:
>
>> Arkady,
>>
>> Could you not generate a list of Tiddlers in the source wiki refered to 
>> in transclude statements  then use this to export the not yet moved 
>> tiddlers then import into your new wiki?
>>
>> Regards
>> Tony
>>
>> --
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/QbjdrX56do0/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddlywiki+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> 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/8ba30992-74ce-4966-9d7c-8eee17071f38%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Arkady
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/3fbc7c9d-b59d-4cfe-af43-621179b4ef25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] A list of transclusion targets

2018-01-26 Thread Arkady Grudzinsky
​Tony,

Don't I still need to generate a list of transclusion targets in the source
wiki to do that?​

On Fri, Jan 26, 2018 at 5:15 AM, TonyM  wrote:

> Arkady,
>
> Could you not generate a list of Tiddlers in the source wiki refered to in
> transclude statements  then use this to export the not yet moved tiddlers
> then import into your new wiki?
>
> Regards
> Tony
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/QbjdrX56do0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> 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/8ba30992-74ce-4966-9d7c-8eee17071f38%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Arkady

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/CAOvtUXmmq3BEp5aUF%2BJhXqq5v1x-Gx3Lmebe2p0GqaKaHPheiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.