minor(draw): rnote export strokes not full page

This commit is contained in:
arne314
2025-08-03 12:17:22 +02:00
parent d3fdae824b
commit c157b4dcf9

View File

@@ -18,7 +18,7 @@ local default_config = {
}, },
rnote = { rnote = {
assetsDir = 'assets', assetsDir = 'assets',
exportCommand = 'rnote-cli export doc --no-background --no-pattern --on-conflict overwrite --output-file %s %s', exportCommand = 'rnote-cli export selection --no-background --no-pattern --on-conflict overwrite --output-file %s all %s', -- can be modified to e.g. export full pages
filename = 'drawing-%Y-%m-%d-%H-%M-%S', filename = 'drawing-%Y-%m-%d-%H-%M-%S',
fileExtension = '.rnote', fileExtension = '.rnote',
fileExtensionInserted = '.rnote.svg', -- valid rnote export type fileExtensionInserted = '.rnote.svg', -- valid rnote export type