Vinzent03 / obsidian-advanced-uri

Advanced modes for Obsidian URI
MIT License
765 stars 44 forks source link

[Feat] Variants of commands that copy Markdown-formatted links #167

Open huyz opened 7 months ago

huyz commented 7 months ago

For all the copy UI… commands, could we have ones that copy Markdown-formatted links instead of bare URLs?

Example, instead of:

obsidian://advanced-uri?vault=Zettel&filepath=Computing.md&uid=ab4ddd23-4b15-4706-bf69-aaae806d51

have

[Obsidian: Computing](obsidian://advanced-uri?vault=Zettel&filepath=Computing.md&uid=ab4ddd23-4b15-4706-bf69-aaae806d51)

Bonus: we may want RichText-formatted versions as well, so that they can be pasted into RichText editors like TextEditor MS Word.

This would be similar to the options offered by Chrome extension Copycat, for example: screenshot 2024-04-22T075352Z@2x