bxantus / mdoc

Markdown documentation viewer for Visual Studio Code
MIT License
5 stars 0 forks source link

Linking to another file breaks navigation #7

Open thany opened 3 years ago

thany commented 3 years ago

When clicking a link to another file (that is also in the documentation structure), it breaks the navigation.

What happens:

  1. The linked file is loaded and displayed as markdown, as expected (and intended, I assume). The TOC is updated as well.
  2. The navigation in the left pane is not updated. The item where was linked from, is still selected.
  3. The breadcrumbs are empty. There's only a "copy url" button.

What I'd expect:

  1. The navigation in the left is updated - the file that was linked to, should be selected if it's there.
  2. The breadcrumbs should be updated accordingly.
bxantus commented 3 years ago

Please provide me with some steps so I can reproduce the issue: link to the documentation project, also which links do not work. Otherwise I can't reproduce it easily based just on the generic description alone...