The format used to parse a DateTime from file names. Must work for both parsing and formatting.
Luxon options used when parsing DateTimes from file names.
The folder containing all of the notes. TODO: Support files organized into different folders.
Offset between the file's parsed date and the corresponding Interval's start date. May be negative. Sprint notes, for example, can use ISO weeks for dateFormat and intervalOffset for their weekday.
The format used to parse a DateTime from file names. Must work for both parsing and formatting.
Optional
dateOptions?: DateTimeOptionsLuxon options used when parsing DateTimes from file names.
The folder containing all of the notes. TODO: Support files organized into different folders.
Optional
intervalOffset?: DurationLikeOffset between the file's parsed date and the corresponding Interval's start date. May be negative. Sprint notes, for example, can use ISO weeks for dateFormat and intervalOffset for their weekday.
Readonly
dateThe format used to parse a DateTime from file names. Must work for both parsing and formatting.
Readonly
dateLuxon options used when parsing DateTimes from file names.
Readonly
folderThe folder containing all of the notes. TODO: Support files organized into different folders.
Readonly
intervalReadonly
intervalOffset between the file's parsed date and the corresponding Interval's start date. May be negative. Sprint notes, for example, can use ISO weeks for dateFormat and intervalOffset for their weekday.
Intended to handle the popular "Periodic Notes" community plugin. As a consequence, all files in the collection must be placed in the same folder.
See
https://github.com/liamcain/obsidian-periodic-notes