Steve,
 There is a great solution bu Ton Gerner!
Look at https://kookma.github.io/Shiraz/

And click on the big star on the sidebar you will see the Field edit 
section and you can manipulate tiddler fields there!

--Mohammad


On Tuesday, July 23, 2019 at 2:12:01 AM UTC+4:30, Steven Schneider wrote:
>
> I have a bunch of tiddlers, and each of my tiddlers has a bunch of tags. 
> For each of the tags in a tiddler, I'd like to use edit-text to create an 
> opportunity to enter a value in a field named similarly to the tag 
> (replacing [spaces] with  [-] hyphens (thats line 2 below, replacing spaces 
> with a "-" using the split and join plugins at 
> https://tobibeer.github.io/tw5-plugins 
> <https://tobibeer.github.io/tw5-plugins/#Welcome>)).
>
> I'm having trouble, however, writing back to the original tiddler in the 
> proper field; my <$action-setfield> is not writing to the proper field.
>
> Suggestion?
>
> Thanks, 
>
> //steve.
>
>
>
> <$list filter="[is[current]tags[]">
> <$vars thisField={{{[<currentTiddler>split[ ]join[-]]}}}>
>
> <<thisField>>:<br>
> <$edit-text tiddler=<<thisField>> field="text"/>
> <$button>
> Update
> <$action-setfield $tiddler=<<thisProject>> <<thisField>>={{thisField}}/>
> </$button>
> <br>
>
> I consistently get a field called <<thisField: with a value of true
>
> Clearly, I don't know how to reference either my fieldName or the value of 
> the field (currently in a temp tiddler) --
>
> Suggestions?
>
> Thanks in advance,
>
> //steve.
>
>

-- 
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/92916849-6258-4d93-9ae0-fd754fdfe9f4%40googlegroups.com.

Reply via email to