1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop: Fixed export to HTML, PDF and printing

This commit is contained in:
Laurent Cozic
2019-12-30 20:44:15 +01:00
parent 193978a8be
commit 8d7d70bc13
4 changed files with 26 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ class NoteBodyViewer extends Component {
}, 10);
`);
// TODO: The joplin-renderer package should take care of creating the <link> and <script> tags to reduce duplicate code
// Calling app would then ensure that the CSS files, etc. are in the correct location.
const headers = [];
for (let i = 0; i < result.pluginAssets.length; i++) {
const asset = result.pluginAssets[i];