You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop, Cli: Make exported HTML more readable on mobile
This commit is contained in:
@@ -127,6 +127,7 @@ export default class InteropService_Exporter_Html extends InteropService_Exporte
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
${assetsToHeaders(result.pluginAssets, { asHtml: true })}
|
||||
<title>${escapeHtml(item.title)}</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user