top | item 32608657

(no title)

maujim | 3 years ago

> not sure why this just doesn't work now

markdown-composer passes a uri to the program. [1]

You can see the uri by setting `g:markdown_composer_browser = 'notify-send'`

inlyne expects a file so `inlyne http://127.0.0.1:44205/` fails

[1] https://github.com/euclio/vim-markdown-composer/blob/master/...

discuss

order

trimental|3 years ago

Just a little update on this PR #34 adds live reloading of files. I was considering adding support for vim-markdown-composer but its now easy to just `inlyne README.md` and have it automatically update as you write instead.