Add link to original document
mihaeu opened this issue · 4 comments
mihaeu commented
Problem
Add a way to specify a link to the original document in the prefix.
E.g.
{
"prefix": "This document is automatically generated. Please don't edit it directly! ${originalDocument}"
}
mihaeu commented
This is already possible with normal markup, I don't think there needs to be a feature for this very specific case.
hudrid commented
Hello, @mihaeu!
Tell me, please, is there now an opportunity to add a link to the prefix
parameter so that it appears as a link in Confluence?
mihaeu commented
Hi, just use a normal HTML link. It's supported by Confluence e.g. <a href="
https://example.com">Link</a>
El jue, 18 abr 2024 20:53, hudrid ***@***.***> escribió:
… Hello, @mihaeu <https://github.com/mihaeu>!
Tell me, please, is there now an opportunity to add a link to the prefix
parameter so that it appears as a link in Confluence?
—
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQRO7I37HKA7YGQFS2PLPDY6AJDPAVCNFSM4XAWXE72U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBWGQ4TIMBTGQYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
hudrid commented
"prefix": "Some text. Please, look at the <a href='https://example.com'>Link</a>.",
It works. Thanx :)