diff --git a/docs/screenshots/en/player.png b/docs/screenshots/en/player.png index d2af2f2..7e35b72 100644 Binary files a/docs/screenshots/en/player.png and b/docs/screenshots/en/player.png differ diff --git a/docs/screenshots/en/screenshot-inserted.png b/docs/screenshots/en/screenshot-inserted.png index 0d10c39..50a9ba4 100644 Binary files a/docs/screenshots/en/screenshot-inserted.png and b/docs/screenshots/en/screenshot-inserted.png differ diff --git a/docs/screenshots/en/timestamp-inserted.png b/docs/screenshots/en/timestamp-inserted.png index 1ec7282..e78551d 100644 Binary files a/docs/screenshots/en/timestamp-inserted.png and b/docs/screenshots/en/timestamp-inserted.png differ diff --git a/docs/screenshots/ru/player.png b/docs/screenshots/ru/player.png index d3e79df..1691b5c 100644 Binary files a/docs/screenshots/ru/player.png and b/docs/screenshots/ru/player.png differ diff --git a/docs/screenshots/ru/screenshot-inserted.png b/docs/screenshots/ru/screenshot-inserted.png index b3e452b..e734213 100644 Binary files a/docs/screenshots/ru/screenshot-inserted.png and b/docs/screenshots/ru/screenshot-inserted.png differ diff --git a/docs/screenshots/ru/timestamp-inserted.png b/docs/screenshots/ru/timestamp-inserted.png index ca57d9a..931eb61 100644 Binary files a/docs/screenshots/ru/timestamp-inserted.png and b/docs/screenshots/ru/timestamp-inserted.png differ diff --git a/src/screenshot.ts b/src/screenshot.ts index 143221a..be93847 100644 --- a/src/screenshot.ts +++ b/src/screenshot.ts @@ -68,7 +68,7 @@ export async function saveScreenshot( ext: ScreenshotExt = "png", ): Promise { const label = secondsToLabel(seconds).replace(/:/g, "-"); - const baseName = `${videoFile.basename}-${label}.${ext}`; + const baseName = `${videoFile.basename}--${label}.${ext}`; const availablePath = await app.fileManager.getAvailablePathForAttachment(baseName, sourceNotePath); const path = normalizePath(availablePath); return await app.vault.createBinary(path, buffer);