Automatically activates the preview tab corresponding to a Markdown source file (if open in a different pane).
Works a treat with markdown-scroll-sync
!
When switching to a Markdown file, makes the first corresponding preview active (visible)
When closing a Markdown file, closes any corresponding previews
The module works on the following logic:
The module scans all open tabs for ones which have an 'editor' property, to identify preview-type tabs
The 'editor' property must match the editor which has just been made active:
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.