mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 13:34:24 -05:00
minor(draw): rnote export strokes not full page
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user