mirror of
https://github.com/ozntel/oz-calendar.git
synced 2026-07-22 07:40:24 +00:00
Completed Item
This commit is contained in:
parent
dc784f5a43
commit
baaa6884f6
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ export default class OZCalendarPlugin extends Plugin {
|
|||
// Check if there is Frontmatter
|
||||
if (fileCache && fileCache.frontmatter) {
|
||||
let fm = fileCache.frontmatter;
|
||||
// Check the FM keys vs the provided key by the user in settings @todo
|
||||
// Check the FM keys vs the provided key by the user in settings
|
||||
for (let k of Object.keys(fm)) {
|
||||
if (k === this.settings.yamlKey) {
|
||||
let fmValue = fm[k];
|
||||
|
|
|
|||
Loading…
Reference in a new issue