generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix image target #341
Closed
Closed
Fix image target #341
Conversation
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
* fix: support YYYY-MM-DDTHH:mm * fix: handle case where date or datetime are not formatted properly * feat: use console.warn or console.error * chore: bump version
* fix: use includes instead of contain * chore: bump version
docs: add CONTRIBUTING.md
docs: fix grammar
docs: add fork info
docs: update README.md
docs: remove settings image
* refactor: rename for custom filter * chore: bump version * feat: add custom filters * feat: add different filter UI * feat: delete old folder key * feat: remove global folder selection * fix: resolve folder filtering * refacctor: update parameter names * feat: don't duplicate frontmatter cache data * feat: add content filtering logic * feat: add is empty and is not empty * fix: hide input on empty or not empty * test: update assertions * feat: add premium license message * fix: remove default folder value
* Add clock updates setting (#106) * feat: add enable clock updates setting * feat: add event handler for clock updates change * refactor: update description * chore: bump version * refactor: use PremiumLink * refactor: update grammar * fix: ignore create events emitted on vault load (#107) * Add sticky groups (#108) * feat: add sticky group functionality * feat: add sticky group icon * docs: update FEATURES.md
* refactor: update enable clock updates setting description * Add group list scroll buttons (#110) * feat: add left right scroll buttons to group list * fix: resolve scrollable buttons sometimes not appearing * chore: bump version
* chore: bump version * fix: set the favorite filter value
* feat: keep groups array empty * fix: don't enable first group * chore: bump version
Update documentation (#270)
* feat: simplify key logic * docs: update network section of README * refactor: rename to "Premium features are enabled" * docs: fix grammar * feat: clean up old values * feat: implement digital signature validation * refactor: add clean up message
build: fix manifest file
* feat: remove image icon placeholder * feat: remove status bar when view is open * refactor: rename to image fit to just cover and contain * feat: remove favorites filter * feat: set pagination indicator as status bar * feat: remove timestamp filter * feat: move search filter up * feat: add toggle to search * feat: make groups front and center * feat: update custom filter button * chore: bump version * fix: remove extra padding on buttons * fix: don't replace existing tab when view opens (#323) * Clean up code (#324) * refactor: remove unused code * feat: clean up old properties * fix: display without leading zero (#325) * feat: add created date to sort (#326) * Update default values (#327) * feat: add default value to properties * feat: rename to File system * refactor: update value * chore: update guardgen * chore: update workflow name * refactor: rename to image cache * docs: update README.md * docs: remove unused images
Checkout from master instead of dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.