facelessuser / MarkdownPreview

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
Other
402 stars 53 forks source link

is it possible de use the extension in command line ? #168

Closed webdevproformation closed 10 months ago

webdevproformation commented 11 months ago

Hello,

First what a great extension : i use it to create web site is it possible to use the extension out of submit text ? directly in shell command ??

Second point, when i use the fonction Save to html > there is 3 options : github / gitlab and markdown, is it possible to create his own version of html

Thank a lot for the answer

have a good day !

facelessuser commented 10 months ago

is it possible to use the extension out of submit text ? directly in shell command ??

Currently, Markdown Preview is only designed as a Sublime Text plugin.

Second point, when i use the fonction Save to html > there is 3 options : github / gitlab and markdown, is it possible to create his own version of html

I'm not quite sure what is being asked here, can you provide an example?

webdevproformation commented 10 months ago

First thank you for the answser.

To be more precise, in this screen : is it possible to add a new item in the dropdown menu

Capture d’écran 2023-08-29 111835

webdevproformation commented 10 months ago

for instance a new item "only html version" or "html with it's own version of css "

thx a lot

facelessuser commented 10 months ago

We document all the configuration that is possible in the docs. If you want to add a new parser.

We already offer a save to HTML option.

You can also add custom CSS.

I would check out the documentation and see what is possible and if you have specific questions, feel free to ask. With that said, it may not be able to be configured "exactly" how you imagine, but it is fairly flexible.