vim-marked
vim-marked copied to clipboard
Open the current Markdown buffer in Marked.app
The editor recognizes the commands, but `:MarkedOpen` has no effect. Marked is installed through Setapp so Marked is installed on a non-standard path (`/Applications/Setapp/Marked.app`) - could this lead to `vim-marked`...
- Adds `:MarkedPreview[!]` to send text to Marked as a preview - Adds `g:marked_filetypes` to allow activating the plugin for other filetypes - Adds `g:marked_autoquit` to allow disabling quitting Marked...
Everything works fine in gvim, but when I try to toggle or open marked in terminal vim, the vim process is suspended and I'm kicked out to the shell.
If one selects words in a line with `^v` and issues `:MarkedPreview`, the full line(s) are sent to Marked. This should only sent the specific text that is selected.
With `g:marked_auto_quit` set, Marked documents that are opened with `:MarkedPreview` are not closed.