- Changed `requestAnimationFrame` to use `window.requestAnimationFrame` for clarity.
- Updated variable usage in `createLivePreviewExtension` to directly reference `this.settings`.
- Improved description for date format settings to clarify usage of square brackets for literal text.
- Enhanced warning message for unrecognized date tokens to specify valid token types.
- Added a new function `stripWikilinkBrackets` to extract the target from Obsidian wikilinks.
- Updated `HumanReadableDateWidget` to utilize the extracted link target for clickable links.
- Enhanced regex in `createBracketedDateRegex` to support aliased wikilinks.
- Updated README with examples of aliased wikilinks for better user guidance.
- Introduced a new GitHub Action workflow for analyzing pull requests, triggered by pull request events or manually.
- Added a new script `pr-analyzer.mjs` to gather context from the repository and analyze pull requests using an AI model.
- Updated ESLint configuration to include the new script for linting.
- Added functions to format issue creation dates for better readability in email notifications.
- Updated email subject to include the formatted issue date.
- Improved handling of unknown date values to ensure robustness.
- Introduced a new GitHub Action workflow for analyzing issues, triggered by issue events or manually.
- Added a new script `issue-analyzer.mjs` to gather context from the repository and analyze issues using an AI model.
- Updated ESLint configuration to include the new script for linting.
- Use the configured date format for date matching and parsing
- Add Moment-based strict validation for supported format tokens
- Preserve wikilink handling and legacy default-format behavior
- Refresh live preview decorations after settings changes
- Document supported tokens and custom format examples