Skip to content

Releases: kevr/vim-mdpreview

Beta Release 0.2

14 Jul 09:30
0.2
Compare
Choose a tag to compare
Beta Release 0.2 Pre-release
Pre-release
Fixes:
    - Allow archived releases to install.

Beta Release 0.1

14 Jul 09:20
0.1
Compare
Choose a tag to compare
Beta Release 0.1 Pre-release
Pre-release
Beta release 0.1

Additions:
- Base FastAPI server used as a small HTTP markdown renderer.
  This performs websocket communication with the rendered
  webpage and waits for `/tmp/markdown.md` to be modified.

Base Features:
- `:MarkdownPreview` command (markdown filetypes).
    - Opens `$BROWSER` to the markdown preview page, which hot reloads
      to any new markdown content written from `vim`.
- Hot reload maintains the user's scroll position.