generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Save Image option (#22) * added saveImgOption * saveImg support * Changed SaveImg default + added info in readme Some changes (#25) * Tags are expected to be an array As pointed out in an issue in obsidian-recipe-view lachholden/obsidian-recipe-view#16 (comment) * Added handlebar function for tags Added a custom handlebar function to split comma separated strings into a list for use with Obsidian tags property. * Updated image grabbing Fixed speces breaking image links. Updated image grabber to grab images from instructions. Added option to store images in subdirectories named after recipe. * prettyTime handlebar Added handlebar to prettify time * Fix image numbering * Check for local images Use local images if they exists, instead of attempting to overwrite * Ability to make a timestamp on save Through adding the handlebar `savedAt` * Fix null value bug * Added magicTime, replacing prettyTime and savedAt add ci cleanup (#26) * add ci cleanup * bug fixes from review * Reordered checks in magicTime for readability --------- Co-authored-by: lanjelin <6988319+Lanjelin@users.noreply.github.com>
- Loading branch information
1 parent
5b47201
commit 330823b
Showing
12 changed files
with
807 additions
and
171 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
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
Oops, something went wrong.