When sharing a folder or file with a public link, you have the option to add a note for the recipient.
This note is displayed to the recipient in the blue box above the file(s).
Is it possible to insert a hyperlink in this note?
I found out that the text in the sharing link is stored in a <p> element. I then tried to simply add an <a> hyperlink, but unfortunately it is not recognized as HTML code and is simply displayed as text.
If you want, you can try to find the specific code. I suppose that it is protected that you can just send text, so you cannot have code injection or something like that. And these notifications can be in mails but also in the Nextcloud notification center…
And/or if you want to have more, then others might start to ask, if there can’t be a nicer editor to format this better … and it should be just something simple that you can add a few words. If you want more, just write a mail yourself and put the link in.
Feel free to look a bit through the code/issues on github, there might be a bit more information and not just guessing. If you feel, there is really a cool feature missing, you can leave a feature request there as well.