Hi,

Assuming that the "non-custom" fields of a tiddler are :

   - title
   - text
   - tags
   - modified
   - created
   - type

Here is my proposal (but not sure it works really as intended). You'd 
better test it :

<$list filter="[all[tiddlers]!is[system]!has[draft.of]]">
<$list filter="[<currentTiddler>]fields[] -[text] -[title] -[type] 
-[created] -[modified] -[tags]" variable="ff">

<$link to=<<currentTiddler>>><<currentTiddler>></$link>
</$list>
</$list>


Regards

FrD

Le mercredi 15 août 2018 13:03:47 UTC+2, Alexei R a écrit :
>
> How to find or filter all tiddlers that have some custom fields?
>

-- 
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/2bcf7a21-0d66-4c32-a2ad-88d78ecf934a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to