-
Notifications
You must be signed in to change notification settings - Fork 15
Allows to limit link to substring of issueLinkTextFormat #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey, @baflo right now I have this issue link Maybe it's better to introduce "expert" option, where user can input whole string in MD format and introduce %link%? For example for my link: |
@stantler I like your idea, too. Nevertheless, your link format seems to work for me 🤔 It would create literally this: |
@stantler @adyscorpius |
Looks great and much better to understand. Thank you! |
The full text of will be a link by default. If you want to limit it to substring(s), you can surround them with brackets, e.g
[%key%] %summary%
will only make%key%
a link.