SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.19k stars 649 forks source link

Unable to find LinkedReference #679

Closed Manaus closed 2 years ago

Manaus commented 2 years ago

Hitting F12 on a linked reference on Windows ST3 I get this note in the status bar. For example F12 on [[MyFile]] does not find MyFile.md lying beside the file I'm working on. Nothing useful from the console either.

Nor does hitting Ctrl + Shift + D open up a Wiki page of mine, as pointed out on the Usage page

deathaxe commented 2 years ago

The F12 binding is implemented for normal references only.

Usage docs seem out dated. Opening a wiki page is bound to ctrl+alt+d, but it is disabled by default via Preferences - I guess because it may conflict with normal chars on some keyboard layouts.

Using F12 to open wiki pages seems quite interesting though.