Be sure to back up your files. This should allow you to put "yes" into an 
"exportme" field. Just copy it into a tiddler. Warning -- If you have a lot 
of tiddlers, the list might be long. 

!! Select tiddlers for export
<table>
<tr><th>Title</th><th>Export?</th></tr>
<$list filter="[all[tiddlers]!is[system]!is[shadow]sort[]]">
<tr><td><$view field=title/></td><td align=center> <$checkbox field=
"exportme" checked="yes" unchecked=""/></td>
</tr>
</$list>
</table>

HTH
Mark

On Monday, July 4, 2016 at 6:14:28 AM UTC-7, Zaphod Beeblebrox wrote:
>
> Thank You for this, Mark :)
>
> I *almost* grasp the Field concept, and that would work to hide the label 
> from the user.  Unfortunately, though, I haven't graduated to the point of 
> understanding $lists in TW, yet.  I see much interesting discussion about 
> them, but I haven't had to delve into the nuts and bolts of the thing in my 
> use case, so far.
>
> --Zaphod
>
>
> On Sunday, July 3, 2016 at 12:10:32 AM UTC-4, Mark S. wrote:
>>
>> You can use a field like "exportme" with the value "yes" to select ones 
>> you want to export. Then use a configuration tiddler like:
>>
>> $:/config/EditTemplateFields/Visibility/exportme
>>
>>
>> with value "hide" to hide the field from the average user.
>>
>>
>> You can write a <$list> with buttons that will let you quickly select 
>> items you want to mark. If you can't I'm sure someone here less sleepy than 
>> me can ;-) 
>>
>>
>> Mark
>>
>

-- 
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/afc3adf4-8f81-4691-8d47-8a8bbb3c9a8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to