You've already forked joplin
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user