Enhanced Authentication, Sync Robustness, and Template Options #78
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.
This pull request introduces several significant enhancements to the VoiceNotes Sync plugin, focusing on improved authentication stability, more robust synchronization, new template capabilities, and better user feedback.
Summary of Changes:
The primary goal was to address issues with frequent disconnections by implementing an automatic re-authentication mechanism. Additionally, the plugin now handles API rate limits more gracefully, provides better progress feedback during full syncs, and offers new options for displaying image descriptions and manual note entries within the Obsidian notes.
Key Features & Enhancements:
Automatic Re-authentication:
Rate Limit Handling (429 Errors):
Retry-After
header (or uses a default delay) to wait before automatically retrying the request.Improved Sync Error Handling & Feedback:
Feature: Display Image Descriptions:
Feature: Manual Entries (
{{entries}}
Template Variable):{{entries}}
.type: 3
in the API data).{{entries}}
variable in their note template.Bug Fixes:
any
types) in the settings panel code.Testing:
This series of changes aims to make the plugin more reliable, user-friendly, and feature-rich.