glamour icon indicating copy to clipboard operation
glamour copied to clipboard

feat: support clickable relative filepaths

Open bashbunni opened this issue 1 year ago • 2 comments

This is generally supported by markdown readers to include a relative filepath (e.g. [read more](./more-info.md)) which provides a clickable link to open the other file.

Tested with Joplin and Neovim Markdown Reader both of which support this behaviour (though the markdown reader in neovim is limited to the selected buffer, so doesn't quite work)

(mentioned in the Discord)

bashbunni avatar Jul 26 '23 22:07 bashbunni

What would be the desired behavior in case it's not a relative filepath? It could be an URL

skatkov avatar Jul 26 '23 23:07 skatkov

@skatkov yeah still clickable :)

bashbunni avatar Aug 23 '23 14:08 bashbunni