Date List

approved

by Sebastien Delisle

Quickly search for and add a single date or an entire list of dates, formatted exactly as you like them. - This plugin has not been manually reviewed by Obsidian staff.

353 downloadsUpdated 6d agoMIT

Date List

An Obsidian plugin for inserting single dates and formatted date lists, with a live-preview wizard and inline autocomplete. Inspired by, but much expanded from, the original Natural Language Dates plugin. This plugin is actively being developed, so create a GitHub issue if you have any trouble.

Date List demo

Features

Inline @ autosuggest

Type @ (or your configured trigger) anywhere in a note to open a predictive date suggestion popup. The suggestions update live as you type — press or to insert, ↑↓ to navigate.

Inline date suggest

The popup is predictive based on what you type after @:

What you typeWhat you get
@Today, tomorrow, yesterday
@tPresets + upcoming Tuesdays and Thursdays
@monNext 7 Mondays
@june7-day window starting from June
@jun157-day window starting from June 15
@thisRemaining days of this week
@nextAll days of next week
@lastAll days of last week
@2026-06-15ISO date (full or partial: @2026, @2026-06)
@20260615Compact date
@6/15Slash date — shows both US (Jun 15) and EU (Jun 6) options
@15 junMilitary format (@15 jun 2026 for a specific year)
@+77 days from today in all units (days / weeks / months / years)
@+7d7 days from today (d, w, m, y or full words like days)
@+ / @-Tomorrow / yesterday

alt text alt text


Inline @@ date list autosuggest

inline list Type @@ (or your configured list trigger) to open a range picker that inserts a full list of dates at the cursor. Press or to insert, ↑↓ to navigate.

Six presets appear immediately:

What you typeWhat you get
@@All six presets
@@thisThis week, this month
@@nextNext week, next month, next 7 days, next 30 days
@@next 14 daysJun 2 – Jun 15 (14 dates)
@@next 3 weeks21 dates starting today
@@next 2 months~61 dates starting today

Each row shows the label, the date range, and the number of dates. The inserted list uses your configured format, prefix, postfix, and wiki link settings.


Quick Insert

Date List: Quick insert drops a single formatted date at the cursor. Pick from common presets or type any custom date expression.

Quick insert

You can also use a calendar popup:

Calendar popup

The inserted date uses your configured default format, wiki links, and alias settings.


Insert Date List

Quickly add a list of dates according to your search criteria. The most common options are provided first: this week, next week, this month, etc.

This week preset

Alternately, you can just return the next n number of days, say for example if you are going on a ten day vacation and you want to plan your itinerary.

Range duration

Open the command palette and run Date List: Insert date list. The first screen shows six common range presets (this week, next week, this month, etc.) — click or press the matching number to insert immediately.

For a custom range, choose Custom… (option 7) to expand an inline date picker with four methods:

MethodWhat it generates
BetweenAll dates from a specific start date to a specific end date
In the nextN days / weeks / months / years forward from today
In the pastN days / weeks / months / years back to today
DurationN days / weeks / months / years forward from a chosen start date

All date fields accept natural language input.

A ⚙ Configure format… button is available on every screen to set the date format, wiki links, prefix, and postfix before inserting.


Filter Dates

The Date List: Filter dates command allows you to find all instances of a specific day given the search parameters. For example, you can easily find the weekends for the next three months, or the dates of a recurring meeting you have.

Day selection Range selection


Insert Calendar

The Date List: Insert calendar command inserts a markdown table for a whole month. The header row follows your configured first day of week, and each day cell uses your date format and wiki link preference.

Calendar demo

A searchable picker lets you choose the month:

What you typeWhat you get
(empty)The next 12 months, starting with the current month
+1One month and one year ahead — type +1m or +1y to narrow
decDecember of the current year
jan 2027A specific month and year

With wiki links enabled, each cell links to that day's note (e.g. [[2026-06-07\|7]]); otherwise it shows the plain day number.


Configure Date List

Every time you enter a date, you can choose from a default format or customize it on the fly. The plugin supports wiki links, aliases, and any date format you can think of.

In the plugin settings, you can customize your default preferences. For example, if you use Daily Notes, you may have a dating convention like YYYY-MM-DD, but prefer a more readable format in the alias.

Settings

In the plugin settings, you can customize your default date format preferences and trigger characters. For example, if you use Daily Notes, you may have a dating convention like YYYY-MM-DD, but prefer a more readable format in the alias.

The inline date trigger (default @) and inline date list trigger (default @@) can each be changed to any character or sequence that doesn't conflict with other plugins.

The first day of week setting (default Monday) determines where weeks begin for the inserted calendar and for the this week / next week ranges throughout the plugin.

Settings

Date List: Configure runs a wizard to set your format defaults without inserting anything — useful for changing defaults without having to insert a list first.


Keyboard navigation

All screens support full keyboard control:

  • ↑ / ↓ — move between options
  • 1, 2, 3… — jump to option by number
  • Enter — confirm the focused option
  • Escape / ← — go back
  • OK button — available on every screen for mouse-only users

Known conflicts

Various Complements

The Various Complements plugin conflicts with the @ and @@ inline triggers. After you type a second character, Various Complements fires its own suggestion popup and dismisses the date-list popup.

Workaround: In Various Complements settings, make sure the match strategy is set to 'prefix'. Alternately, increase Min number of characters for completion to 3 or higher. This prevents it from triggering while you are still typing a short date expression.


Related plugins

If you like Date List, you might also like Calendar List — a companion plugin that pulls events from your macOS Calendar app and inserts them into your notes. I also made File Filter, which is a great plugin that lets you filter your notes by a search term.

Feedback and contributions

Let me know if you have any feedback or suggestions!

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.