Is there a filter operator to get a list of all transclusion targets.
I want to get a list of missing transclusion targets, but that, I suppose, can be achieved by using all[missing] operator on the results of the one I want.
I am importing tiddlers from one TW file to another. The tiddlers heavily use transclusion to generate various lists. If transclusion target is not present, the lists will not be generated correctly and, in many cases, I will not know it because I will see an empty space which is legitimate if the list is empty. I want to make sure I import all transclusion targets. Now I have to open tiddlers and visually inspect them for transclusions.
Thanks.
--
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+unsubscribe@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.
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 <anthony...@gmail.com> 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
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]]""">
<<extract start:"{{" end:"}}" limit:"no" prefix:"<li>" suffix:"</li>" mode:"link">>
</$list>
===
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+unsubscribe@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/3d540b94-058e-4888-83d3-f881c5159718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.