@si @Telumire Here is a very simplistic, quick and rough proof of concept for adding some helpful popups in codemirror: https://saqimtiaz.github.io/sq-tw/temp/cm-plus-tweaks.html (Needs current pre-release of TW)
Try ctrl+click on different parts of tiddler links and transclusions. The popup itself is entirely wikitext based so can be easily customized. [image: Screenshot 2021-06-13 195609.png] [image: Screenshot 2021-06-13 195705.png] Note that cmplus does not distinguish between simple transclusions, transclusions with templates and filtered templates. While you can work around this in wikitext, adding support in cmplus would make life a lot easier. Another approach would be to embed clickable elements in the editor next to links and transclusions. Rapid tiddler uses this approach so if someone wants to take that route, the code pattern there is probably helpful for follow: https://github.com/MeneDev/RapidTiddler Cheers, Saq On Saturday, June 12, 2021 at 8:22:24 PM UTC+2 si wrote: > >>> CodeMirror is able to parse links, so maybe someone made an addon > build upon it allowing this functionnality ? I searched but ultimately > found nothing .. > > I'm not aware of any currently existing plugin, but CodeMirrorPlus has an > open ticket for adding clickable links in edit mode: > https://github.com/adithya-badidey/TW5-codemirror-plus/issues/6 > > On Friday, 11 June 2021 at 00:33:53 UTC+1 Télumire wrote: > >> Hello everyone! >> >> 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. >> >> >> -- 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/0701a406-4d91-41e4-83ac-b074140c09d0n%40googlegroups.com.

