matthewhchan / linkify

MIT License
38 stars 8 forks source link

Create internal links #8

Closed mdbraber closed 8 months ago

mdbraber commented 2 years ago

Thanks for turning this into an official Obsidian plugin! Would it be possible to create links to internal documents, e.g. [[Internal document]]?

GitOnHub commented 1 year ago

You can achieve this by constructing your link according to the Obsidian built-in URI scheme: obsidian://open?file=$1 see https://help.obsidian.md/Advanced+topics/Using+Obsidian+URI This might be a good addition to the official examples.