I have a pair of tags used to indicate if something is to be displayed in one place OR the other.
- We can already drag the order of titles so tagged in the tag pill drop down.
- We can drag a title from the tag pill dropdown elsewhere
We can create two list-links-draggable to drag between tag sets, but it is only additive, there is no actions parameter to remove the tiddler title from the source.
Try this on tiddlywiki.com
<<tag HelloThere>> <<tag Filters>>
<td><<list-links-draggable tiddler:"HelloThere">> </td><td><<list-links-draggable tiddler:"Filters">></td>
I believe it would be simple to build ones own macro, similar to the list-links-draggable macro, that includes removing the title from the source tag list, however;
- Can any one suggest a way we may integrate this with the tiddler tag pills or another user interface element?
- This would be a useful enhancement to the management of lists via tags
A possible approach is to;
- Allow titles to be dropped on the tag pill to add that title to the tag list.
- Ctrl-drop to add it but remove it from the source tag list.
An effective solution would make sense to live in the core hence my asking for alternative approaches.