Closed tbruckmaier closed 2 years ago
Hi, Looks good at first glance. However, currently too short of time to have a decent look. Just wanted to ack though that I will have a look (and merge probably). Camiel B.
Hi thanks a lot for your contribution. I finally found some time to review and merge. Good stuff! Concerning your questions: I did not find an answer that addresses those issues with limited code (and thus low maintenance). None of it is critical though for using your functionality. It does the job more than decently. Thanks again. Camiel B.
Hi,
in order to reference mails from orgmode, I often found myself using the link via thunderlink, and additionally copying part of the message into a quote block:
This CR adds a new placeholder
$selected_text$
, which contains the selected text by the user. A "link" can be configured like this:I have added the
cb_thunderlink
menu additionally to the right click menu in tabs, as only then we can access the current selection.Some things I stumbled upon while implementing:
$selected_text$
is empty if the user uses themessage_list
menu. I thought about hiding any links with the placeholder from that menu, but thats probably a bit confusing, what do you think?