Feature request
Following up on the discussion here:
#8 (comment)
Would it be possible to support separate preview sessions per Markdown buffer within the same Neovim instance?
Current behavior with:
instance_mode = "multi"
port = 0
still reuses the existing browser tab when switching to another Markdown buffer.
Desired behavior:
README.md → port A → browser tab A
architecture.md → port B → browser tab B
Both buffers would remain independently previewable and auto-refreshing.
A separate mode such as:
could make this explicit.
Use case: editing multiple Markdown files side-by-side in one Neovim session without opening separate Neovim instances.
Feature request
Following up on the discussion here:
#8 (comment)
Would it be possible to support separate preview sessions per Markdown buffer within the same Neovim instance?
Current behavior with:
still reuses the existing browser tab when switching to another Markdown buffer.
Desired behavior:
Both buffers would remain independently previewable and auto-refreshing.
A separate mode such as:
could make this explicit.
Use case: editing multiple Markdown files side-by-side in one Neovim session without opening separate Neovim instances.