CategoryDescriptionDefault value
Created timestamp keysComma-separated list of keys to look for to determine the created timestamp.created, created_at, date
Include all notes by defaultWhether to include all as publishable instead of only the notes with the configured publish flag set to truefalse
Include all propertiesWhether to include all note properties instead of only note properties that are used by Quartz.false
Include created timestampWhether to pass a note property to set creation date in Quartz. Required when defaultDateType in Quartz is set to “created”.true
Include modified timestampWhether to pass a note property to set modification date in Quartz. Required when defaultDateType in Quartz is set to “modified”.true
Include published timestampWhether to pass a note property to set publication date in Quartz. Required when defaultDateType in Quartz is set to “published”.false
Publish keyWhat frontmatter key to check for to determine whether a note is visible to Quartz Syncer.publish
Published timestamp keysComma-separated list of keys to look for to determine the published timestamp.published, publishDate, date
Updated timestamp keysComma-separated list of keys to look for to determine the updated timestamp.modified, lastmod, updated, last-modified