From c157b4dcf9a5b8baf52f04a3ec7fd3e13a15dd32 Mon Sep 17 00:00:00 2001 From: arne314 <73391160+arne314@users.noreply.github.com> Date: Sun, 3 Aug 2025 12:17:22 +0200 Subject: [PATCH] minor(draw): rnote export strokes not full page --- lua/typstar/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/typstar/config.lua b/lua/typstar/config.lua index d04d101..4e11e35 100644 --- a/lua/typstar/config.lua +++ b/lua/typstar/config.lua @@ -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