forked from EasyChris/obsidian-to-notion
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "obsidian-to-notion", | ||
"name": "Share to Notion", | ||
"version": "0.7.8", | ||
"minAppVersion": "0.0.1", | ||
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api", | ||
"author": "Easychris", | ||
"authorUrl": "https://github.com/EasyChris/obsidian-to-notion", | ||
"isDesktopOnly": false | ||
"isDesktopOnly": false, | ||
"version": "0.7.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"1.0.0": "0.9.7", | ||
"1.0.1": "0.12.0" | ||
} | ||
"1.0.1": "0.12.0", | ||
"0.7.8": "0.0.1" | ||
} |