From 4b2bddb3737de52983de562847559987d494bdd1 Mon Sep 17 00:00:00 2001 From: younho9 Date: Thu, 3 Dec 2020 20:04:26 +0900 Subject: [PATCH 01/10] docs: Update v1.0.2 --- .github/workflows/notion2github.yml | 2 +- README.md | 4 ++-- docs/README.ko.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/notion2github.yml b/.github/workflows/notion2github.yml index fc9a8e4..14ce727 100644 --- a/.github/workflows/notion2github.yml +++ b/.github/workflows/notion2github.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.0.2 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs/test diff --git a/README.md b/README.md index bc32d23..19df6bb 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.0.2 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.0.2 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs diff --git a/docs/README.ko.md b/docs/README.ko.md index 7cd20b2..9603e37 100644 --- a/docs/README.ko.md +++ b/docs/README.ko.md @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.0.2 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.0.2 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs From 0da3305e7252c68999b889f8e9c8f12abd79bfc4 Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Sun, 14 Feb 2021 20:12:03 +0900 Subject: [PATCH 02/10] chore(deps): Update narkdown --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 091516a..ed17a15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -narkdown==1.2.5 +narkdown==1.2.7 From 52fb741c8e19b01cfe6e5e9835d56a7ecec67e6a Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Mon, 15 Feb 2021 16:59:46 +0900 Subject: [PATCH 03/10] chore(deps): Update narkdown@v1.2.8 --- narkdown.config.json | 8 ++------ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/narkdown.config.json b/narkdown.config.json index 16cd5c0..0004bbf 100644 --- a/narkdown.config.json +++ b/narkdown.config.json @@ -2,15 +2,11 @@ "exportConfig": { "recursiveExport": true, "createPageDirectory": true, - "addMetadata": false, - "lowerPathname": true, - "lowerFilename": true, - "lineBreak": false + "addMetadata": true, + "appendCreatedTime": true }, "databaseConfig": { "categoryColumnName": "Category", - "tagsColumnName": "Tags", - "createdTimeColumnName": "Created Time", "statusColumnName": "Status", "currentStatus": "โœ… Completed", "nextStatus": "๐Ÿ–จ Published" diff --git a/requirements.txt b/requirements.txt index ed17a15..e547ade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -narkdown==1.2.7 +narkdown==1.2.8 From 112a13733c66ee97367e41f3ed9ad01f308a80fa Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Mon, 15 Feb 2021 22:33:43 +0900 Subject: [PATCH 04/10] chore: Update narkdown config --- narkdown.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/narkdown.config.json b/narkdown.config.json index 0004bbf..6ab6355 100644 --- a/narkdown.config.json +++ b/narkdown.config.json @@ -3,7 +3,8 @@ "recursiveExport": true, "createPageDirectory": true, "addMetadata": true, - "appendCreatedTime": true + "appendCreatedTime": true, + "generateSlug": true }, "databaseConfig": { "categoryColumnName": "Category", From cf4564c1896508327e8f9bfa746f07ae10ffb244 Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Mon, 15 Feb 2021 22:35:50 +0900 Subject: [PATCH 05/10] chore(deps): Update narkdown --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e547ade..108f564 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -narkdown==1.2.8 +narkdown==1.3.1 From 5bcaca6157d87406ae094046a33e4b91688668e7 Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Mon, 15 Feb 2021 22:35:57 +0900 Subject: [PATCH 06/10] docs: Update README.md --- README.md | 9 +++------ docs/README.ko.md | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 19df6bb..a952fd2 100644 --- a/README.md +++ b/README.md @@ -143,15 +143,12 @@ For more information on configure your environment, [see the document in Nakdown "exportConfig": { "recursiveExport": true, "createPageDirectory": true, - "addMetadata": false, - "lowerPathname": false, - "lowerFilename": false, - "lineBreak": false + "addMetadata": true, + "appendCreatedTime": true, + "generateSlug": true }, "databaseConfig": { "categoryColumnName": "Category", - "tagsColumnName": "Tags", - "createdTimeColumnName": "Created Time", "statusColumnName": "Status", "currentStatus": "โœ… Completed", "nextStatus": "๐Ÿ–จ Published" diff --git a/docs/README.ko.md b/docs/README.ko.md index 9603e37..6fa1a6f 100644 --- a/docs/README.ko.md +++ b/docs/README.ko.md @@ -142,15 +142,12 @@ Narkdown์€ ๋ฌธ์„œ๋“ค์„ ์–ด๋–ป๊ฒŒ ์ถ”์ถœํ•  ๊ฒƒ์ธ์ง€์— ๋Œ€ํ•ด ๋ช‡๊ฐ€์ง€ ํ™˜ "exportConfig": { "recursiveExport": true, "createPageDirectory": true, - "addMetadata": false, - "lowerPathname": false, - "lowerFilename": false, - "lineBreak": false + "addMetadata": true, + "appendCreatedTime": true, + "generateSlug": true }, "databaseConfig": { "categoryColumnName": "Category", - "tagsColumnName": "Tags", - "createdTimeColumnName": "Created Time", "statusColumnName": "Status", "currentStatus": "โœ… Completed", "nextStatus": "๐Ÿ–จ Published" From b4e9092e1c2e29157eb10152de1187bb37f15d94 Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Mon, 15 Feb 2021 22:45:53 +0900 Subject: [PATCH 07/10] docs: Update notion2github@v1.1.0 --- .github/workflows/notion2github.yml | 2 +- README.md | 4 ++-- docs/README.ko.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/notion2github.yml b/.github/workflows/notion2github.yml index 14ce727..85063f2 100644 --- a/.github/workflows/notion2github.yml +++ b/.github/workflows/notion2github.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1.0.2 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs/test diff --git a/README.md b/README.md index a952fd2..5ca90b7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1.0.2 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1.0.2 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs diff --git a/docs/README.ko.md b/docs/README.ko.md index 6fa1a6f..5183be0 100644 --- a/docs/README.ko.md +++ b/docs/README.ko.md @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1.0.2 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1.0.2 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs From 89eb2b6221a0818639b11631bb83402615a0ff7c Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Sat, 27 Mar 2021 11:31:50 +0900 Subject: [PATCH 08/10] chore: Use versioned action --- .github/workflows/notion2github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notion2github.yml b/.github/workflows/notion2github.yml index 85063f2..409c2b9 100644 --- a/.github/workflows/notion2github.yml +++ b/.github/workflows/notion2github.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1.1.0 + uses: younho9/notion2github@main with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs/test From 2052bdfe35cf57f673517b33e07223e1b487b99a Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Sat, 27 Mar 2021 12:08:21 +0900 Subject: [PATCH 09/10] chore(deps): Update narkdown version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 108f564..a174ef4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -narkdown==1.3.1 +narkdown==1.3.2 From 8090143207848670f86430c3f29dc217782ed0c4 Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Sun, 28 Mar 2021 11:32:08 +0900 Subject: [PATCH 10/10] chore(deps): Follow latest narkdown version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a174ef4..17bb333 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -narkdown==1.3.2 +narkdown