Skip to content

FR: Read dates from a list #134

Description

@juanbretti

Hello,
I manually add the date when I am editing the note.

I use properties frontmatter like the following:

---
timestamp: 2021-09-25T16:04
tags:
  - shopping
  - work
  - todo
date:
  - "[[2023-08-22]]"
  - "[[2023-08-26]]"
  - "[[2023-11-03]]"
  - "[[2023-12-23]]"
  - "[[2024-04-01]]"
  - "[[2024-04-08]]"
  - "[[2024-10-25]]"
  - "[[2024-11-20]]"
  - "[[2025-01-08]]"
  - "[[2025-03-25]]"
  - "[[2025-06-21]]"
  - "[[2025-07-07]]"
  - "[[2025-08-04]]"
---

My current setting on the plugin is:

{
  "generalSettings": {
    "displayNotesCreatedOnDate": true,
    "displayNoteIndicator": true,
    "useModifierKeyToCreateNote": true,
    "firstDayOfWeek": 0,
    "weekNumberStandard": 0
  },
  "notesSettings": {
    "displayDateTemplate": "HH:mm",
    "useCreatedOnDateFromProperties": true,
    "createdOnDatePropertyName": "date",
    "createdOnPropertyFormat": "[[yyyy-MM-dd]]",
    "sortNotes": "ascending"
  },
  "dailyNotes": {
    "nameTemplate": "yyyy-MM-dd",
    "folder": "Daily notes",
    "templateFile": "Templates/Daily notes bart"
  },
  "weeklyNotes": {
    "nameTemplate": "yyyy-ww",
    "folder": "Weekly notes",
    "templateFile": "Templates/Weekly note"
  },
  "monthlyNotes": {
    "nameTemplate": "yyyy-MM",
    "folder": "Monthly notes",
    "templateFile": "Templates/Monthly note"
  },
  "quarterlyNotes": {
    "nameTemplate": "yyyy-qqq",
    "folder": "Quarterly notes",
    "templateFile": "Templates/Quarterly note"
  },
  "yearlyNotes": {
    "nameTemplate": "yyyy",
    "folder": "Yearly notes",
    "templateFile": "Templates/Yearly note"
  }
}

My proposal is if the createdOnPropertyFormat reads the date from a list of dates.
So, it can read if the date is listed on the property date.
And the plugin lists all the notes that are modified on the selected date.

Thank you for your consideration.
... And this is a great plugin.

My environment:

SYSTEM INFO:
	Obsidian version: v1.9.10
	Installer version: v1.8.10
	Operating system: Windows 11 Enterprise 10.0.26100
	Login status: logged in
	Language: en
	Catalyst license: insider
	Insider build toggle: on
	Live preview: on
	Base theme: dark
	Community theme: none
	Snippets enabled: 4
	Restricted mode: off
	Plugins installed: 15
	Plugins enabled: 10
		1: Templater v2.14.1
		2: Calendar v1.5.10
		3: Homepage v4.2.2
		4: Natural Language Dates v0.6.2
		5: Tasks v7.21.0
		6: Plugin Update Tracker v1.7.0
		7: Settings Search v1.3.10
		8: Tag Wrangler v0.6.4
		9: Text Format v3.1.0
		10: Daily notes calendar v2.5.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions