mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
feat: Add key mapping for 'repeat' to 'recurrence'
This commit is contained in:
parent
516dc422f9
commit
0da3bc1464
1 changed files with 1 additions and 0 deletions
|
|
@ -750,6 +750,7 @@ export class MarkdownTaskParser {
|
|||
id: "id",
|
||||
dependsOn: "dependsOn",
|
||||
onCompletion: "onCompletion",
|
||||
repeat: "recurrence",
|
||||
};
|
||||
|
||||
// Apply key mapping if it exists
|
||||
|
|
|
|||
Loading…
Reference in a new issue