-
Notifications
You must be signed in to change notification settings - Fork 130
Issue autolink reference with title displayed #1020
Comments
Can we get a conversation started around this? |
...or, at least, it would be useful to have a simpler then copy-paste way to insert issue/PR title into the text (so no need to track it and auto-update on issue's title change). |
Other tools have this implemented and it`s a blessing. GitHub should have this too. |
At least, can we have the title inserted during edit time? |
Gets my vote too. Would be very useful when there's list ofseveral issues, i.e. no need to hover over each one to see the title Is it that one? No |
Welcome to 2021, looks like this request is still outstanding. We're tossing a coin between JIRA and GitHub Issues. So far, GitHub Issues is losing. |
Would <3 to have this, even if it doesn't auto-update on the title change |
You mean a reference like this? I think this feature is already implemented for lists (or I haven't discovered how it works in normal paragraphs yet). The following Markdown:
Produces this output: Look at this: #1020
|
BINGO! That sounds cool but as you said, inconsistent :) |
I've seen it done in a paragraph before, but I also don't know how to trigger it. |
Interesting observation: This only seems to work when logged in! |
This is a recent change which is documented here:
I don't think this has been properly thought through, because now we need a way to STOP unfurling the issue ID inside a list where the result would be less readable.
This takes up about 10 times as much space, and completely destroys the flow of any sentence which the issue numbers might have been embedded in. Please vote for community/community#4321 if you agree that this is a problem. |
Currently, the syntax
#123
creates an issue link.Hovering reveals the issue title. But the title is not displayed in the text.
I propose a new syntax, e.g.
#123+
that will also display the issue title.See e.g. https://stackoverflow.com/questions/31451587/is-there-a-way-to-reference-an-issue-including-title-on-github where someone asks for this.
The text was updated successfully, but these errors were encountered: