> Given: > Nodes in tidgraph are rendered with <$link/>, just as in the demo's >
I am not sure that this is correct. At first glance it seems like tidgraph creates <a> elements that look like they might have been generated by the <$link> widget, but have not. This is the core function that attaches the event listeners needed for drag and drop: https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/utils/dom/dragndrop.js#L24 This is how the link widget uses it: https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/widgets/link.js#L134 -- 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/834b16f6-32a6-47f0-9c89-d3813a92165en%40googlegroups.com.

