7 ms·
> 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 = 'no
by maujim 4y 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/ http://127.0.0.1:44205/` fails
[1] https://github.com/euclio/vim-markdown-composer/blob/master/doc/markdown-composer.txt#L16 https://github.com/euclio/vim-markdown-composer/blob/master/...
- trimental 4y agoJust 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.