iamcco/markdown-preview.nvim

Implement a :MarkdownExport option

Open

#22 ouverte le 28 févr. 2019

Voir sur GitHub
 (13 commentaires) (16 réactions) (0 assignés)JavaScript (246 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (5 538 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

It would be really nice if there was a :MarkdownSave command that would save the HTML file, css/js in the current directory. Ie File > Save Page As... from the web browser.

It would be good if such a command made sure the paths were relative so that the HTML page could be opened and they would be sourced correctly.

It would be good to be able to read the files from a file:/// location.

Might also be worth having an option there to not optimize output (ie remove line feeds from source).

Guide contributeur