No description
Find a file
2026-06-16 07:38:36 +02:00
.github/workflows Add artifact attestation 2026-05-14 20:56:29 +02:00
assets Update documentation 2025-11-11 18:08:13 +01:00
scripts Add quality check workflow 2025-11-11 19:26:45 +01:00
src Fix formatting 2026-06-16 07:37:51 +02:00
.gitignore Migrate to Bun 2025-11-11 13:39:45 +01:00
biome.json Add formatting and linting via Biome 2025-11-11 14:46:33 +01:00
build.ts Add formatting and linting via Biome 2025-11-11 14:46:33 +01:00
bun.lock Update lock file for dependency versions 2026-05-14 11:54:02 +02:00
LICENSE Update license 2025-11-12 10:14:23 +01:00
manifest.json Bump version 2026-06-16 07:36:44 +02:00
package.json Bump version 2026-06-16 07:36:44 +02:00
README.md Remove community shield and replace Install link 2026-05-14 16:33:01 +02:00
styles.css Fix formatting 2026-06-16 07:37:51 +02:00
tsconfig.json Remove deprecated baseUrl from tsconfig.json 2026-05-14 18:46:13 +02:00
version-bump.ts Add formatting and linting via Biome 2025-11-11 14:46:33 +01:00
versions.json Initial commit 2025-11-08 12:25:17 +01:00

Date Picker

Install

Pick dates using a calendar view in Obsidian.

Date Picker demo

Next to links containing dates, a calendar icon can be used to open a visual date picker to modify the date.

Commands

  • 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.

Settings

Development

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

Manual Installation

Go to the releases page and download main.js, manifest.json, and styles.css. Place them in <Vault>/.obsidian/plugins/date-picker/.