generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from anicholson/tightening
v1.4.4: Cleanup
- Loading branch information
Showing
13 changed files
with
388 additions
and
206 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ data.json | |
.DS_Store | ||
.cred.json | ||
.token.json | ||
meta.json |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
nodejs 21.5.0 |
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-google-mail", | ||
"name": "Google Mail", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"minAppVersion": "0.15.0", | ||
"description": "It fetches Google Mail as md notes. For note taking on newletters and idea collections.", | ||
"author": "Lite C", | ||
"authorUrl": "https://github.com/thingnotok", | ||
"author": "Lite C & Andy Nicholson", | ||
"authorUrl": "https://github.com/anicholson", | ||
"isDesktopOnly": false | ||
} |
Oops, something went wrong.