Skip to content

feature: Support separate preview sessions per Markdown buffer #33

Description

@jeeeem

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:

instance_mode = "buffer"

could make this explicit.

Use case: editing multiple Markdown files side-by-side in one Neovim session without opening separate Neovim instances.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions