Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Shawon edited this page Jan 22, 2026 · 47 revisions

☄️ markview.nvim

A hackable Markdown, HTML, LaTeX, Typst & YAML previewer for Neovim.

flowchart LR
 H[Home]
 C[Configuration]
 H --> U
 H --> C
 H --> P
 H --> E
 
 H --> IN
 H --> DEV
 H --> AUC
 H --> HI
 
 C --> AD
 C --> ADI
 C --> CO
 C --> EX
 C --> HL
 C --> L
 C --> MD
 C --> MDI
 C --> PR
 C --> T
 C --> Y
 subgraph Developers
 IN[Integrations]
 DEV[Development]
 AUC[Autocmds]
 HI[Highlight groups]
 end
 
 subgraph Recipes
 U[Usage]
 C[Configuration]
 P[Presets]
 E[Extras]
 end
 
 subgraph "Configratuon options"
 AD[Asciidoc]
 ADI[Asciidoc inline]
 PR[Preview]
 EX[Experimental]
 CO[Fancy comment]
 HL[HTML]
 L[LaTeX]
 MD[Markdown]
 MDI[Markdown inline]
 T[Typst]
 Y[YAML]
 end
Loading

Tip

You can toggle the preview using a keymap!

vim.api.nvim_set_keymap("n", "<leader>m", "<CMD>Markview<CR>", { desc = "Toggle `markview` globally" });

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /