Date Picker

by rzbin
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Pick dates using a calendar view.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Date Picker

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