user
02/20/2021, 10:43 AMgrizz
02/20/2021, 1:14 PMrhaynes
02/20/2021, 4:52 PMfudo
02/20/2021, 5:08 PMkevins8
02/20/2021, 5:48 PMdendron-next with folding as an item ๐
@User
https://dendron.so/notes/17c61d62-f92e-4002-b8fe-9c05686e4bf9.html#additional-featureskevins8
02/20/2021, 5:49 PMI wish I had $10 instead of $5user
02/20/2021, 6:05 PMrhaynes
02/20/2021, 8:14 PMkevins8
02/20/2021, 8:26 PMrhaynes
02/21/2021, 11:55 AMtmsss
02/21/2021, 3:36 PMfudo
02/21/2021, 3:42 PMtmsss
02/21/2021, 4:55 PMfudo
02/21/2021, 5:21 PMtmsss
02/21/2021, 5:22 PMfudo
02/21/2021, 5:30 PMkevins8
02/21/2021, 5:32 PMkevins8
02/21/2021, 5:46 PM{{ ![[foo]] | config(prettyRef = false) }}Oli916
02/21/2021, 6:10 PMrhaynes
02/21/2021, 6:14 PMkevins8
02/21/2021, 7:28 PMmaxcurrent
02/22/2021, 6:02 AMBassmann
02/22/2021, 6:24 AMlookupConfirmVaultOnCreate if you want to choose the vault a new note goes into see https://dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f48.html. Otherwise it will go into the vault the currently active note is inmaxcurrent
02/22/2021, 6:26 AMgrndstt
02/22/2021, 12:05 PMgrndstt
02/22/2021, 12:06 PMRun npm run dendron-cli -- buildSiteV2 --wsRoot . --stage prod
npm run dendron-cli -- buildSiteV2 --wsRoot . --stage prod
shell: /bin/bash -e {0}
> dendron@1.0.0 dendron-cli /home/runner/work/dendron/dendron
> dendron-cli "buildSiteV2" "--wsRoot" "." "--stage" "prod"
dendron-cli buildSiteV2
build notes for publication using 11ty
DendronError: error connecting
at EngineConnector.init (/home/runner/work/dendron/dendron/node_modules/@dendronhq/engine-server/lib/topics/connector.js:45:23)
at async getEngine (/home/runner/work/dendron/dendron/node_modules/@dendronhq/dendron-11ty/libs/utils.js:41:5)
at async getNotes (/home/runner/work/dendron/dendron/node_modules/@dendronhq/dendron-11ty/_data/notes.js:22:18)
at async TemplateData.getDataValue (/home/runner/work/dendron/dendron/node_modules/@11ty/eleventy/src/TemplateData.js:385:23)
at async TemplateData.getAllGlobalData (/home/runner/work/dendron/dendron/node_modules/@11ty/eleventy/src/TemplateData.js:228:18)
at async TemplateData.getData (/home/runner/work/dendron/dendron/node_modules/@11ty/eleventy/src/TemplateData.js:255:24)
at async compile (/home/runner/work/dendron/dendron/node_modules/@dendronhq/dendron-11ty/index.js:32:3)
at async BuildSiteV2CLICommand.execute (/home/runner/work/dendron/dendron/node_modules/@dendronhq/dendron-cli/lib/src/commands/build-site-v2.js:77:9) {
status: 'unknown',
msg: 'error connecting',
friendly: undefined,
payload: '{}',
code: undefined
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! dendron@1.0.0 dendron-cli: `dendron-cli "buildSiteV2" "--wsRoot" "." "--stage" "prod"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dendron@1.0.0 dendron-cli script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2021-02-22T12_03_30_234Z-debug.log
Error: Process completed with exit code 1.grndstt
02/22/2021, 12:07 PMgrndstt
02/22/2021, 12:07 PMRun npm install
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
> core-js@2.6.12 postinstall /home/runner/work/dendron/dendron/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
> ejs@2.7.4 postinstall /home/runner/work/dendron/dendron/node_modules/ejs
> node ./postinstall.js
> nodemon@2.0.7 postinstall /home/runner/work/dendron/dendron/node_modules/nodemon
> node bin/postinstall || exit 0
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 1003 packages from 1149 contributors and audited 1004 packages in 38.153s
135 packages are looking for funding
run `npm fund` for details
found 54 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for detailsgrndstt
02/22/2021, 12:07 PMgrndstt
02/22/2021, 12:08 PM