|
|
|
|
|
by msravi
1402 days ago
|
|
Very cool! The rendering looks great! A wishlist: 1. Rendering of LaTeX equations 2. Vim keybindings (/ for search, ^F/^B for PgDn/PgUp, etc.) 3. Should work with vim markdown composer (by setting g:markdown_composer_browser = 'inlyne' - 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/...