generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.0.5](1.0.4...1.0.5) (2023-02-22) ### Bug Fixes * add available variables to the template config description ([09f8c83](09f8c83)) * add date_published in the frontmatter ([cf61925](cf61925)) * remove content from default template ([11a0202](11a0202)) * use default template if empty ([7b4f7e4](7b4f7e4)) * use omnivore title as the filename and add omnivore id to the frontmatter which is used to deduplicate files with the same name ([8fbf85d](8fbf85d))
- Loading branch information
1 parent
f487be1
commit 88c9ff2
Showing
4 changed files
with
15 additions
and
3 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
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 |
---|---|---|
|
@@ -3,5 +3,6 @@ | |
"1.0.1": "0.15.0", | ||
"1.0.2": "0.15.0", | ||
"1.0.3": "0.15.0", | ||
"1.0.4": "0.15.0" | ||
"1.0.4": "0.15.0", | ||
"1.0.5": "0.15.0" | ||
} |