generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
999465e
commit d5ede3f
Showing
2 changed files
with
33 additions
and
26 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,11 +1,8 @@ | ||
{ | ||
"id": "obsidian-merge-dailynotes", | ||
"name": "Obsidian Merge Daily Notes", | ||
"version": "1.0.0", | ||
"minAppVersion": "0.15.0", | ||
"description": "Demonstrates some of the capabilities of the Obsidian API.", | ||
"author": "Obsidian", | ||
"authorUrl": "https://obsidian.md", | ||
"fundingUrl": "https://obsidian.md/pricing", | ||
"version": "v1.0.0", | ||
"description": "Merge daily notes based on given start and end date", | ||
"author": "Tarique Sani", | ||
"isDesktopOnly": false | ||
} |