You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What exactly are you wanting to do? When previewing, we generate a unique name each time. If I have two separate files in different folders with the same name, and they were to generate the same output name in the temp folder when previewing, you would overwrite your last preview. The only time we reuse an id is when you are using live reload, and are generating the same file.
If you are requesting that when generating a new iteration of an existing preview (without live reload) reuse the same name, that is something we could probably do.
I was talking about the second case you described above.
I work with many markdown-files, and after closing sublime I need apply "live reload" command for each md-file again.
So, if I make just one small change on md-file, press the shortcut key (i.e alt+m) is more convenient than set "live reload" option. And after this I want to have permanent name of output html-file.
I would like set permanent name of output html-file.
But every time I get various names of html-files, such as 82.html, 83.html, ... and I can't to contol this-)
Сan I fix this?
The text was updated successfully, but these errors were encountered: