Also excuse annoying auto correct typos, my phone prefers toddlers over
tiddlers ;)

On Dec 8, 2017 07:11, "Shay Shaked" <s.sha...@gmail.com> wrote:

> Thanks for that, already covered 2 out of 3 :)
>
> So, we I wonder if there's a function of sorts that reads words in a
> toddler. If that's the case, we can include the first part you mentioned in
> a macro:
>
> <linklist "DnD"> (where DnD is the tag, the only variable).
>
> Then, code will need to be written, and I don't know how it will look
> like. Something along this:
>
> if (<currentTiddler|wordcount=$tag > 1)
>   <reflist $tag>
> else
>   exit
>
> Embed it all in the linklist macro above, so all you need is to specify a
> tag. A list will be generated but would only display if the count is bigger
> than one, or even 2 if I want a stricter filter for more common terms that
> I mention often.
>
> Now, does such a thing exist...? :)
>
>
> On Dec 8, 2017 06:54, "Jed Carty" <inmyso...@gmail.com> wrote:
>
> You are right that 1 and 3 relatively simple to do.
>
> Putting this in a tiddler will do 1 and 3:
>
> <$list filter='[<currentTiddler>backlinks[]tag[journal]]'>
>
>
> </$list>
>
> <currentTiddler> says to use the current tiddler as your input, you can
> change this to something like [DnD] to make it for the DnD tiddler instead
> of the tiddler where you put the code.
>
> backlinks[] gives all tiddlers that have links to the input tiddler (so
> this covers 1)
>
> tag[journal] only keeps tiddlers tagged journal (so this covers 3)
>
> In order to make 2 work requires a new filter operator. It may not be too
> hard to make because it would hopefully be a modified version of backlinks
> but I don't know how backlinks works so I am not sure how difficult it
> would be.
>
> --
> 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/to
> pic/tiddlywiki/X2-6QnmNsE0/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/ms
> gid/tiddlywiki/037287e8-201a-49d3-a33e-a28aaa127f07%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/037287e8-201a-49d3-a33e-a28aaa127f07%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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/CALKh0m1XQHuHLAbGu9xLCjgPV702%2BvEC04uPT84DgLmAfgUxBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to