Usage: This a small extension of the "New Here" functionality by adding a droppable area in a tiddler to tag the dropped tiddler with a tag of the tiddler containing this area.
This will work to apply the tag to multiple tiddlers by dragging "tag pills" onto the area.
Limitations:
This currently only works with tiddlers that are already imported to
the current TiddlyWiki. I am sure that this could be extended with the
import functionality but I currently do not know how to do that. Right
now, it will just silently create an empty tiddler with the external
tiddlers name unless you import it normally first and then drag it over to the tagging area/icon. I might try to fold in those import actions but welcome input on how to do that cleanly.
It lives here:
<$droppable actions=<<droppable-image-actions>>>
<div style="background-color:black;color:white;padding:20px;">
<h2>Drop Here</h2>
</div>
</$droppable>