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.
- Insert today's date: Inserts the current date at the cursor position.
- Insert today's date as link: Inserts the current date as a link at the cursor position.
- Open date picker: If the cursor touches a date link, open the date picker.
- Date format: Set the format of inserted and detected dates using Moment.js formatting.
This plugin is built using Bun.
To install dependencies, run:
bun installTo build the plugin, run:
bun run buildTo watch for changes and rebuild automatically, run:
bun run devTo format, lint, and type-check the code, run:
bun run checkGo to the releases page and download main.js, manifest.json, and styles.css. Place them in <Vault>/.obsidian/plugins/date-picker/.
