Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 516 Bytes

File metadata and controls

26 lines (18 loc) · 516 Bytes

Prowse

Prowse is a lightweight plugin for viewing plain HTML webpages as markdown. It makes use of Netrw to grab the HTML and Pandoc to convert it to markdown.

Installation

Clone this repo into ~.vim/pack/ and add set loadplugins to your .vimrc.

How to use

To view a webpage as markdown, open it with one of the following commands.

:Prowse https://example.com/
:Prs https://example.com/

Prowse also supports following links. From normal or visual mode, type <Leader>gf.