Keybindings
You can trigger specific lookups using custom key bindings. For example, The following keybinding will trigger lookup set to creating a journal note and turning a selection into a link.
From dendron.topic.keybindings
Go to text →
{
"command": "dendron.lookup",
"key": "cmd+k j",
"args": {
"noteType": "journal",
"selectionType": "selection2link"
}
}
