Feeding a line of tags to a tiddler

Hello today!

Been experimenting with importing data into TW, and started wondering –

Let’s say there is a line of text:

Cake, Lucy Sonder, France, Dog, 77

Is there a way to easily convert that line of text into separate tiddler tags?

Here’s some sample code to illustrate the technique:

<$vars input="Cake, Lucy Sonder, France, Dog, 77">
<$button> add tags
   <$action-listops $tiddler="target" $tags="[<input>split[,]trim[]]"/> 
</$button>
1 Like