dakegumo
10/21/2022, 5:36 AMJoshi
10/21/2022, 6:24 AMgresch
10/21/2022, 8:07 AMjs
TypeError: Cannot read properties of undefined (reading 'entries')
at /usr/local/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/pods-core/lib/builtin/MarkdownPod.js:124:37
at Array.forEach (<anonymous>)
at MarkdownImportPod.buildFileDirAssetDicts (/usr/local/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/pods-core/lib/builtin/MarkdownPod.js:118:48)
at MarkdownImportPod.plant (/usr/local/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/pods-core/lib/builtin/MarkdownPod.js:335:47)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ImportPodCLICommand.execute (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/importPod.js:36:9)
at async CLICommand.eval [as handler] (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/base.js:58:25)
I think I need to debug it on my own why entries is undefined.
Do you know btw if the recommended way to get the right code is checking out the latest release tag?Joshi
10/21/2022, 8:18 AMcameron
10/21/2022, 5:11 PMdendron-cli@0.115.1
, and would like to enable the proper setting https://notes.serendipidata.com/notes/95faf712-c45d-43b7-bd21-5f82caca085d/ )kevins8
10/21/2022, 5:13 PMcameron
10/21/2022, 5:20 PMdendron-cli@0.115.1
) (here's a picture of what the lockfile shows). Is there a way to change or check the version of the template that the dendron-cli is using? ( I see https://github.com/dendronhq/dendron/tree/master/packages/nextjs-template exists, but am not sure how the CLI is able to designate this as a dependency, since the template doesn't seem to have its own package name on npm).cameron
10/21/2022, 5:25 PMAcedia
10/21/2022, 6:00 PMAcedia
10/21/2022, 6:02 PMkevins8
10/21/2022, 7:07 PMkevins8
10/21/2022, 7:08 PMkevins8
10/21/2022, 7:09 PMjeep
10/22/2022, 1:26 PMjeep
10/22/2022, 1:28 PMjeep
10/22/2022, 1:39 PMjeep
10/22/2022, 1:40 PMseadude
10/22/2022, 4:48 PMCTRL+i
) a new file called samples.x.json
which creates samples.x.json.md
2. Paste in some JSON data
I typically have to create a new sample.x.json
file in vault/assets/json
, paste the data there then format it, copy it, and paste it into samples.x.json.md
I want to be able to add some markdown around this JSON in samples.x.json.md
. It would be nice to...select the JSON, right click, Format Document
or the like
This doesn't work.
I'm sure I'm doing this the hard way! Thoughts on how to accomplish this easy?Mat
10/22/2022, 6:59 PMCtrl+N
opens an empty note, paste your code, set language for instance to json
, and then Alt+Shift+F
formats the content.LividJava
10/22/2022, 9:35 PMLividJava
10/22/2022, 9:39 PMcameron
10/23/2022, 2:39 AMDrakes
10/23/2022, 5:07 AMBedstorm
10/23/2022, 12:59 PMZ3r0(00L
10/23/2022, 2:04 PMseadude
10/23/2022, 4:13 PMseadude
10/23/2022, 4:17 PMsnippets in the markdown
but linking to say, an .ipynb file to actually execute the snippets.seadude
10/23/2022, 4:18 PMkevins8
10/23/2022, 5:01 PMkevins8
10/23/2022, 5:06 PM