Does anyone know if there is a plugin that turn a transclusion into a clickable link to the tiddler transcluded, in edit mode?
The process would be as follows:
I want to edit a tiddler (A). When the editor opens, I see that I have transcluded another tiddler (e.g. {{B}}) inside the tiddler A.
I want to edit what is in B, so rather than copy/paste the title of
tiddler B into the search bar, click on the relevant tiddler in the
search result, then edit the tiddler B, this plugin would allow me to
simply click on {{B}}, which open the tiddler B, ideally already in edit
mode. This would save a lot of time !
CodeMirror is able to parse links, so maybe someone made an addon build upon it allowing this functionnality ? I searched but ultimately found nothing ..
PS : I know that it's possible to use a macro instead of a standard transclusion (like discussed here https://tiddlywiki.narkive.com/dxOiR2Vn/tw-tw5-including-a-link-when-transcluding) but I dont want to change the way the tiddler is displayed in view mode.