user
03/04/2021, 1:49 PMuser
03/04/2021, 1:49 PMuser
03/04/2021, 1:50 PMfudo
03/04/2021, 2:26 PMfudo
03/04/2021, 2:28 PMfudo
03/04/2021, 2:41 PMvicrerdgz
03/04/2021, 3:08 PMargs for that commands are documented elsewhere. For example let' say I want to create a shorcut that launch the lookup for create an specific journal note:
json
{
"key": "enter",
"command": "markdown.extension.onEnterKey",
"when": "editorTextFocus",
"args": [
"noteType": "journal",
"behavior": "childOfCurrent",
"journalName": ""
]
}
Something like this is possible?fudo
03/04/2021, 3:25 PMatuki
03/04/2021, 4:12 PMkevins8
03/04/2021, 4:17 PMatuki
03/04/2021, 4:17 PMatuki
03/04/2021, 4:20 PMatuki
03/04/2021, 4:21 PMrymnel
03/04/2021, 6:49 PMDendron: Refactor Hierarchy command failing on some of notes. So I've gone back and manually run Dendron: Rename Note to get back to the original state prior to the hierarchy refactor and I get this message when trying to rename some of the items:
> {"ctx":"m:run","err":{"status":"unknown","msg":"","payload":"{\"status\":\"node_exists\",\"msg\":\"\",\"friendly\":\"proj.Dinner.2021.01.29 exists\",\"payload\":\"{}\"}"}}
I'm not sure what it means because there is no other note with that name. Any way to fix the broken hierarchy? I'm afraid I may have gotten my Dendron into an unrecoverable state. Any tips anyone may have to fix this conflict?Bassmann
03/04/2021, 6:53 PMuser
03/04/2021, 6:54 PMBassmann
03/04/2021, 6:57 PMuser
03/04/2021, 6:57 PMBassmann
03/04/2021, 6:59 PMAgent A.
03/04/2021, 8:46 PMAgent A.
03/04/2021, 8:48 PMkevins8
03/04/2021, 9:57 PMproj.Dinner.2021.01.29.* where * is another note deeper in the hierarchy. dendron creates stubs (https://dendron.so/notes/c6fd6bc4-7f75-4cbb-8f34-f7b99bfe2d50.html#stubs) in this case that refactor would today complain aboutkevins8
03/04/2021, 9:57 PMuser
03/05/2021, 2:54 AM[[#my-tag|tag.my-tag]] I get a file named tag.my-tag as well as [[#my-tag|tag.my-tag]]
Is this behavior expected?user
03/05/2021, 2:54 AMBassmann
03/05/2021, 5:37 AMDatto
03/05/2021, 1:22 PMfudo
03/05/2021, 1:52 PMfudo
03/05/2021, 1:55 PMuser
03/05/2021, 1:56 PM