From 35026ce4ae58696bd89860b1f7557ed1a718a2c6 Mon Sep 17 00:00:00 2001 From: Yann Bolliger Date: Sat, 6 May 2023 15:15:06 +0200 Subject: [PATCH] Still export everything from DB. This keeps the same behavior as before Notion's API change. --- src/NotionExporter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NotionExporter.ts b/src/NotionExporter.ts index cfb81f5..67dcb6c 100644 --- a/src/NotionExporter.ts +++ b/src/NotionExporter.ts @@ -50,6 +50,7 @@ export class NotionExporter { exportType: "markdown", timeZone: "Europe/Zurich", locale: "en", + collectionViewExportType: "all", }, }, },