I've been looking at tobibeer's setvars plugin, to see if that would work, 
but I can't figure it out.

Here's some pseudocode for what I want to do.

set index to initial value
set increment amount
set required filter and sort

select list of tiddlers by the filter
for each tiddler
    set field to index value
    increment index by increment amount
next tiddler

Any help gratefully received



On Monday, 18 April 2016 23:30:49 UTC+4, Matthew Petty wrote:
>
> I have a set of tiddlers, and I want to set a field for each one, 
> incrementing the value each time.
>
> So for example, I have tiddlers A B C D, and after running this macro or 
> whatever, they would have the following fields:
> A would have 1
> B would have 2
> C would have 3
> D would have 4
>
> What would be the easiest way to do that?
>

-- 
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/60c9e5a4-a834-4906-91ad-a2e79ac782d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to