iamcco / iamcco/markdown-preview.nvim

[Enhancement] Synchronized Markdown Navigation

Open
#709 1 comment 7 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

I plan on implementing this in a fork, please let me know if you agree with this feature and would like to include this in a PR or have feedback on the implementation.

### Synchronized Markdown Navigation

Currently when navigating a markdown document, links render as expected.

![Image](https://github.com/user-attachments/assets/e188a015-b70d-4d76-aca7-ee8c8c514d73)

If you navigate to the link, you will be greeted by a 404, which isn't great

![Image](https://github.com/user-attachments/assets/a4b36dbb-b0d0-4f40-b0f7-9362aec437a5)

I think in addition to rendering the document within the link, it would be great if upon clicking the link

A ) The browser navigates to the clicked link and renders appropriately
B ) Neovim navigates to the selected document.

This would allow you to intuitively navigate documents within the browser and make adjustments within neovim without also needing to change contexts.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.