QLMarkdown icon indicating copy to clipboard operation
QLMarkdown copied to clipboard

The title of the exported HTML document is always `.md`

Open setanarut opened this issue 2 years ago • 2 comments

The title of the exported HTML document (⌘ E) is always .md. It must be the same as the current file name. There should be a box where you can manually enter a title or extract it from the file name.

<title>.md</title>

Ekran Resmi 2023-11-05 16 17 30

for example:

document_about_something.md -> <title>document_about_something</title>

or formatted version:

document_about_something.md -> <title>Document about something</title>

setanarut avatar Nov 05 '23 13:11 setanarut

Wondering if there's any progress on this? I just downloaded QLMarkdown and this is still happening.

keriheuer avatar Dec 18 '23 17:12 keriheuer

Wondering if there's any progress on this? I just downloaded QLMarkdown and this is still happening.

The only solution at the moment is to open the HTML file in the editor and change the <title>.md</title> line. Sbarex is not around.

setanarut avatar Dec 18 '23 21:12 setanarut

Fixed on release 1.0.18.

sbarex avatar Jun 04 '24 19:06 sbarex