Hacker News new | ask | show | jobs
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...)

2 comments

> 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/...

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.
Thanks for this. It's great to get suggestions on improvements.

LaTex rendering might be very easy or very hard depending on the rust ecosystem for it, so I'll look into that. And I'm not too surprised it doesn't work with vim markdown composer but if it's a simple enough mechanism it'd be a great feature. Vim bindings could very easily be done though :)