feat: Added "Page size" option when exporting Super notes as PDF
This commit is contained in:
@@ -99,6 +99,12 @@ export const getNoteBlob = async (
|
||||
}
|
||||
return await getBase64FromBlob(fileBlob)
|
||||
},
|
||||
pdf: {
|
||||
pageSize: application.getPreference(
|
||||
PrefKey.SuperNoteExportPDFPageSize,
|
||||
PrefDefaults[PrefKey.SuperNoteExportPDFPageSize],
|
||||
),
|
||||
},
|
||||
})
|
||||
const useMDFrontmatter =
|
||||
format === 'md' &&
|
||||
|
||||
Reference in New Issue
Block a user