marp-cli
marp-cli copied to clipboard
Can preview window follow my vim cursor?
Thank you for this fantastic work, I finally can stay with vim(nvim) when I have to make some slides. I just wonder if marp --preview window can follow my vim cursor ,just like VScode marp plugin does ( or markdown-preview.nvim does)?
Currently there is no ability to make influence Marp slide navigation in watch mode. For getting to allow a synced navigation with an integration for the other tool like nvim, we have to add an interface for the remote page navigation to WebSocket watcher server and listener. Pull request is welcome :)