iamcco/markdown-preview.nvim

Easy way to save to pdf instead of preview?

Open

#87 geöffnet am 28. Sept. 2019

Auf GitHub ansehen
 (5 Kommentare) (26 Reaktionen) (0 zugewiesene Personen)JavaScript (246 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (5.538 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Right now when :MarkdownPreview, it opens up a webpage in localhost, and removes it when I switch buffers in Vim. What I would really like is to have several different .md files open in my browser at the same time. Could there be some support such that we can do

:MarkdownSave filename.pdf or bind the .md file to some name filename.pdf (maybe the file we are editing is filename.md) so that when we do :w, it is saved immediately?

For example, we're editing file eg.txt We do MarkdownSave and it saves and opens up a pdf file saved on your working directory. we make changes and we get the updated file immediately?

Contributor Guide