Merge pull request #497 from soar/patch-1

fix: Add key mapping for 'repeat' to 'recurrence'
This commit is contained in:
Boninall 2025-11-02 10:55:12 +08:00 committed by GitHub
commit 83b9168827
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -750,6 +750,7 @@ export class MarkdownTaskParser {
id: "id",
dependsOn: "dependsOn",
onCompletion: "onCompletion",
repeat: "recurrence",
};
// Apply key mapping if it exists