mirror of
https://github.com/Ascyii/typstar.git
synced 2025-12-31 21:14:25 -05:00
minor(draw): rnote export strokes not full page
This commit is contained in:
@@ -18,7 +18,7 @@ local default_config = {
|
||||
},
|
||||
rnote = {
|
||||
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',
|
||||
fileExtension = '.rnote',
|
||||
fileExtensionInserted = '.rnote.svg', -- valid rnote export type
|
||||
|
||||
Reference in New Issue
Block a user