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