Hawk
02/23/2022, 2:09 PMHawk
02/23/2022, 2:09 PMbenhsm | Jack of N trades
02/23/2022, 2:12 PMkzilla
02/23/2022, 2:17 PMkzilla
02/23/2022, 2:31 PMhikchoi
02/23/2022, 2:40 PMChairos
02/23/2022, 2:42 PMjaweiss2305
02/23/2022, 2:55 PMbenhsm | Jack of N trades
02/23/2022, 2:59 PMhikchoi
02/23/2022, 3:48 PMCreate Scratch Note
command, and the default keybinding is cmd/ctrl+shift+s
https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47/#create-scratch-note
If you want to go further and skip the confirmation, you can add noConfirm: true
to the keybinding args
property like so:
md
[
...
{
"key": "{desired keybinding}",
"command": "dendron.createScratchNote",
"args": {
"noConfirm": true
}
},
...
]
Harsha
02/23/2022, 3:54 PM--query and --vault parameter not implemented for podType export
{"level":50,"time":1645631239376,"pid":9030,"hostname":"hghanta-a02.vmware.com","name":"publish <cmd>","name":"DendronError","status":"unknown","payload":"error: [{\"instancePath\":\"\",\"schemaPath\":\"#/additionalProperties\",\"keyword\":\"additionalProperties\",\"params\":{\"additionalProperty\":\"Inc/notes/dd/.next\"},\"message\":\"must NOT have additional properties\"}]","stack":"DendronError: validation errors: data must NOT have additional properties\n at Function.validate (/usr/local/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/pods-core/lib/utils.js:213:19)\n at NextjsExportPod.execute (/usr/local/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/pods-core/lib/basev3.js:97:26)\n at ExportPodCLICommand.execute (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/exportPod.js:34:19)\n at PublishCLICommand._buildNextData (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/publishCLICommand.js:210:34)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\n at async PublishCLICommand.build (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/publishCLICommand.js:372:27)\n at async PublishCLICommand.execute (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/publishCLICommand.js:138:25)\n at async Object.CLICommand.eval [as handler] (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/base.js:58:25)","type":"Error","msg":"validation errors: data must NOT have additional properties"}
Hawk
02/23/2022, 3:54 PMbenhsm | Jack of N trades
02/23/2022, 4:08 PMHawk
02/23/2022, 5:27 PMHawk
02/23/2022, 5:27 PMHarsha
02/23/2022, 5:28 PMSeriousBug
02/23/2022, 6:07 PMHarsha
02/23/2022, 6:24 PMSeriousBug
02/23/2022, 6:25 PMp0lyg0n
02/23/2022, 9:17 PMmarkdown
[file.txt](/docs/assets/txt/file.txt)
with a command?
Tried both:
>Dendron: Open Link
>Open Link
Neither of which workedp0lyg0n
02/23/2022, 9:20 PM>Open Link
works finesmokedoors
02/23/2022, 9:28 PMsmokedoors
02/23/2022, 9:28 PMjoneshf
02/23/2022, 10:09 PMScriptAutomate
02/23/2022, 10:21 PMScriptAutomate
02/23/2022, 10:29 PMDendron:Dev: Open Logs
For troubleshooting, depending on if it is a weird problem with cache or note frontmatters, can try a few things:
- Run Dendron: Reload Index
command, then test
- Run Developer: Reload Window
command, then test
- Run Dendron: Doctor
-> fixFrontmatter
, then Dendron: Reload Index
, then testTychronos
02/23/2022, 10:44 PMcmd+shift+r
, I get something like this
![[mynote#first-heading,1]]
I noticed that the 1
here represents the first line onward. If I increment it, it's the second line onwards, and so on. I assume this would allow us to more intelligently select "only lines 1 and 2" as well, but I don't see this in the documentation
https://wiki.dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2/hikchoi
02/23/2022, 10:45 PMTychronos
02/23/2022, 10:52 PMScriptAutomate
02/23/2022, 10:59 PM^this
. You are free to move the anchor anywhere in the file or to put comment markers like //
or #
or anything else before them.