Pick dates using a calendar view in Obsidian.

Next to links containing dates, a calendar icon can be used to open a visual date picker to modify the date.
This plugin is built using Bun.
To install dependencies, run:
bun install
To build the plugin, run:
bun run build
To watch for changes and rebuild automatically, run:
bun run dev
To format, lint, and type-check the code, run:
bun run check
Go to the releases page and download main.js, manifest.json, and styles.css. Place them in <Vault>/.obsidian/plugins/date-picker/.