Describe the feature you'd like
Please add a possibility to create a link within a page that open directly the attachment.
Describe the benefits this feature would bring to BookStack users
Adding attachments to the page is create. But sometimes you want to give more context to it. With a link in the text the user can get the correct attachment during they read the text.
Additional context
It is already possible to to this:

Perhaps it is possible that it creates during this process also the link?
Thanks for the suggestion @JtheBAB.
Somewhat related to #591.
Is there any progress towards solution?
In my opinion, I think that can be better to add a new icon (next to the pencil) to download the file and when you click the link (currently this downloads the file) , creates a link in the text like:
[file name.pdf](/attachments/10)
That drag drop doesn't work for me. It gives a "no entry/exit" sign. A major blocker to use Bookstack if this or a selector isn't supported. A copy of a link is not good enough as the ip/domain can change. Nor should one have to go into source put a relative link... Please let me know
+1 from me for this feature. Is there some progress already? Will this be implemented?
Spent many hours on this for v0.30.0.
Initially tried to implement a drag+drop solution but I could not get a consistent result in all browsers due to the WYSIWYG editor's (TinyMCE) manual, complex handling of various drag+drop/mouse events.
Therefore I've added a button to the attachment cards which inserts a link, with the correct attachment name, into the editor (Both WYSIWYG and Markdown Editors) when clicked.
I've left some of the drag+drop code in still which should still allow you to drag the attachment "card" into your content when using (Any editor in Firefox) or (Markdown editor in any browser).
This will be part of the v0.30 release.
Most helpful comment
Is there any progress towards solution?