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.
+ Caching icon for a configurable time (closes #17)
+ Added a setting to disable plugin in certain view modes (closes #19) ~ Don't update icons while Editing the URL (closes #16) ~ Adding metadata to custom icons in Editor (closes #20) ~ allow URI schemes without `//` in Editor (closes #18) ~ Adding favicons to dataview elinks (closes #13) ~ Fix reading view breaking on old Obsidian versions (closes #14) ~ Fix only one icon showing when two links have the same target (closes #21)
- Loading branch information
Showing
8 changed files
with
211 additions
and
108 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 @@ test.json | |
schemas.json | ||
*.csv | ||
*.lock | ||
cache |
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.