Compare commits

...

2 Commits
0.0.3 ... 0.0.4

Author SHA1 Message Date
Jiaxin Peng
a0f5d2d51b update the notion version 2023-08-10 09:30:27 +01:00
Jiaxin Peng
a68a3920ad minor update 2023-08-10 09:26:50 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ export class Upload2Notion {
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer ' + this.app.settings.notionAPI,
'Notion-Version': '2022-02-22',
'Notion-Version': '2022-06-28',
},
body: ''
})

View File

@@ -1,9 +1,9 @@
{
"id": "share-to-notionnext",
"name": "Share to NotionNext",
"version": "0.0.3",
"version": "0.0.4",
"minAppVersion": "0.0.1",
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api for NotionNext web deploy.",
"description": "This is a plugin for Obsidian. This plugin shares obsidian md file to notion with notion api for NotionNext web deploy.",
"author": "jxpeng98",
"authorUrl": "https://github.com/jxpeng98/obsidian-to-NotionNext",
"isDesktopOnly": false

View File

@@ -1,6 +1,6 @@
{
"name": "share-to-notionnext",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api for NotionNext web deploy.",
"main": "main.js",