Hi

Looking back at my efforts from the era of TW5-beta, it appears that my 
main motivation for employing stacked widgets was to create a number of 
tiddlers in the background (in this case, folders for a GTD type wiki -- I 
needed to create a number of custom tiddlers with different field values.)

The problem that arises is that the title of the new tiddler isn't known 
until the tiddler is created. Try creating a number of tiddlers with 
repeated clicks of a button -- they will be named 'New Tiddler', 'New 
Tiddler 1', New Tiddler 2' .... (same goes for any other base title 
specified.)

In order to manipulate the fields of the newly crated tiddlers, it was 
necessary for other widgets to know the title of the newly created 
tiddlers. This I solved by passing the name of the new tiddler through the 
widget stack using the 'param' attribute of the widget message. This 
precluded the use of tm-add-tag and tm-remove-tag widget messages, as the 
'param' attribute is used in this case to carry the name of the tag.

The widget is also less confusing to use due to the brevity of the code 
(the same widget may be used to unconditionally add or remove a tag, or to 
conditionally replace a tag.)

I have now constructed an $action-mangletags widget which may be more 
convenient for many usage cases.

regards

On Friday, 13 February 2015 14:30:31 UTC+2, Andy Wood wrote:
>
> Hi,
>
> I would like to be able to completely delete Tags that I no longer use and 
> will now cause confusions for other users of the wiki.
>
> For example, I initially started using a tag named 2100iX. I later decided 
> it made more sense to use 21iX instead.
>
> I have changed all the tiddlers that were tagged as 2100iX to 21iX.
>
> Now, when another user creates a tiddler, they sometimes pick 2100iX 
> instead of 21iX.
>
> I would like to be able to delete all of the tags that are no longer 
> required, or hide them from view perhaps?
>
> Is it possible?
>
> Best regards,
>
> Andy
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b1e395f4-a27f-4296-a5bf-ef4bd84ea41e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to