You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2021. It is now read-only.
|`categoryColumnName`| In Notion database, content can be classified by category by `select` property. When you create the `select` property in the Notion database and pass the name of the column, folders are created by category. |`""`|
121
-
|`tagsColumnName`| In the Notion database, you can tag content with `Multi Select` property. If you create a `Multi Select` property in the Notion database and pass the name of the column, then meta data will be insterted to contents. (should set `addMetadata` to True.) |`""`|
122
-
|`createdTimeColumnName`| In the Notion database, you can manage created time of content with `Created Time` property. If you create a `Created Time` property in the Notion database and pass the name of the column, you can add created time to filename. (e.g. `2020-12-02-some-title.md` ) |`""`|
123
-
|`statusColumnName`| In the Notion database, you can manage the status of content with `Select` property. If you create a `Select` property in the Notion database and pass the name of the column, you can import contents in a specific state or change the status of the content. (should be used with the `currentStatus` or `nextStatus` option.) |`""`|
124
-
|`currentStatus`| Import only the content that corresponds to `currentStatus` value. ( `statusColumnName` must be set.) |`""`|
125
-
|`nextStatus`| Changes content status to `nextStatus` value after import. ( `statusColumnName` must be set.) |`""`|
|`categoryColumnName`| In Notion database, content can be classified by category by `select` property. When you create the `select` property in the Notion database and pass the name of the column, folders are created by category. |[`""`]|
115
+
|`statusColumnName`| In the Notion database, you can manage the status of content with `Select` property. If you create a `Select` property in the Notion database and pass the name of the column, you can import contents in a specific state or change the status of the content. (should be used with the `currentStatus` or `nextStatus` option.) |[`""`]|
116
+
|`currentStatus`| Import only the content that corresponds to `currentStatus` value. ( `statusColumnName` must be set.) |[`""`]|
117
+
|`nextStatus`| Changes content status to `nextStatus` value after import. ( `statusColumnName` must be set.) |[`""`]|
126
118
127
-
### Set env variable for `token_v2`
119
+
####Set env variable for `token_v2`
128
120
129
121
The `token_v2` of notion is a variable that should not be shared. You can use os environment variable for notion token.
130
122
@@ -138,30 +130,30 @@ Github action to synchronize the content of the notion database with github.
0 commit comments