*FURTTER NOTES:*
has styling & template information:
https://groups.google.com/forum/#!topic/TiddlyWiki/fqdQP5RP5sU
explaining the filter so it can be modified by user:
<$list filter="[all[current]fields[]sort[title]]
-[all[shadows]removeprefix[$:/language/Docs/Fields/]] +[prepend[caption]]
+[append[list]]" variable="listItem">
Caption, list, type, created, creator fields are core wiki fields so they
don't get selected by the base filter which is for noncore fields, ie
fields that are unique to a user's wiki. They were added with the filter
operators below which allowed them to placed outside of the filter ordering.
+[prepend[caption]] adds the caption field to the start of the resulting
filter list
+[append[list]] adds the list field to the end of the resulting filter list
explaining the display:
<span class="rspannbrk"><span class="ragsspannumb"><$text
text=<<listItem>>/></span> <$view field=<<listItem>>/></span>
<span class="rspannbrk"> is a wrapper that prevents a field title/value
pair from being separated by a line break
<span class="ragsspannumb"> provides the border for the field title
these spans need the following custom styling/sheet:
/* span nobreak */
.ragspannobrk {white-space: nowrap;}
/* span borders small bold */
.ragsspannumb {border:solid 1px; border-radius:4px; padding:0px 4px 0px
4px; font-size: smaller; font-weight: bold;}
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/7968f1f0-201f-4dbe-a187-2c5470726306%40googlegroups.com.