Is it possible to use variables in keybindings? I ...
# questions
a
Is it possible to use variables in keybindings? I would love to have a command to open a daily note for the current month/year. Something like:
Copy code
json
{
    "key": "{desired keybinding}",
    "command": "dendron.lookupNote",
    "args": {
      "initialValue": "daily.journal.{{current-year}}.{{current-month}}" 
    }
  }