kevins8
11/05/2021, 8:24 PM${dailyDomain}.{journal.name}
. it is hardcoded for having at least two components. it should respect addBehavior
instead of expecting that. could you file a bug report?Bassmann
11/05/2021, 8:27 PMTika
11/06/2021, 2:23 AMuser.foo
is another special type of note similar to journal notes, tag notes, etc. are there docs about this? what is the purpose and scope, now and in the future. i just noticed this by adding @foo to a task, this gets highlighted as a link. thanks for the context.SeriousBug
11/06/2021, 2:27 AMSeriousBug
11/06/2021, 2:28 AMTika
11/06/2021, 2:34 AM@
also intersects with suggestions provided by github related extensions. just thinking aloud....SeriousBug
11/06/2021, 2:39 AM@friend.tika
or by putting tags inside the user note (like #friend #dendron
). I agree the domain should be customizable, like user
or people
or whatever folks want.
I also noticed that GitHub extension was also using the syntax, but it didn't bother me as far as I could tell. We could do something for better integration maybe.
I think special features for users/people could be interesting. Feel free to send a feature request if you think of anything specific.ilt
11/06/2021, 11:47 AMBassmann
11/06/2021, 11:51 AMilt
11/06/2021, 11:51 AMkevins8
11/06/2021, 2:15 PMdoctorboy
11/06/2021, 7:36 PMnpx dendron publish init
and npx dendron publish dev
without problems and preview the site on my browser. However, when I run the commands `npx dendron publish build`and npx dendron publish export
on Netlify, I get the following errors. Any clue what I might be doing wrong?
7:22:33 PM: Run npm audit for details.
7:22:36 PM: generating metadata for publishing...
7:22:36 PM: error {"stack":"TypeError: Cannot read properties of undefined (reading 'reduce')\n at NextjsExportPod.copyAssets (/opt/build/repo/node_modules/@dendronhq/pods-core/lib/builtin/NextjsExportPod.js:81:22)\n at NextjsExportPod.plant (/opt/build/repo/node_modules/@dendronhq/pods-core/lib/builtin/NextjsExportPod.js:154:20)\n at NextjsExportPod.execute (/opt/build/repo/node_modules/@dendronhq/pods-core/lib/basev3.js:103:31)\n at ExportPodCLICommand.execute (/opt/build/repo/node_modules/@dendronhq/dendron-cli/lib/src/commands/exportPod.js:33:19)\n at PublishCLICommand._buildNextData (/opt/build/repo/node_modules/@dendronhq/dendron-cli/lib/src/commands/publishCLICommand.js:137:20)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\n at async PublishCLICommand.build (/opt/build/repo/node_modules/@dendronhq/dendron-cli/lib/src/commands/publishCLICommand.js:149:9)\n at async Object.CLICommand.eval [as handler] (/opt/build/repo/node_modules/@dendronhq/dendron-cli/lib/src/commands/base.js:41:25)","message":"Cannot read properties of undefined (reading 'reduce')"}
kevins8
11/06/2021, 8:42 PMkevins8
11/06/2021, 8:43 PMpackage.json
. 0.67.2
is the latestjoneshf
11/06/2021, 11:50 PMuser
is too impersonal to me; i.e. I don't think of most of the people I know as "users."user
11/07/2021, 12:46 AMSeriousBug
11/07/2021, 1:19 AMSeriousBug
11/07/2021, 1:20 AMkimsia
11/07/2021, 1:20 AMkimsia
11/07/2021, 4:19 AMdocs
Then i see a dendron.code-workspace
under docs
is that an issue?SeriousBug
11/07/2021, 4:19 AMpointer2p
11/07/2021, 11:39 AMtags.commands.md
I want to add a command that shows all the notes that have this tag
I want the command to be presented in the Markdown, not through Dendron UIhrmnjt
11/07/2021, 12:42 PM- [ ]
and - [x]
from Preview pane click.
not now though. Elements in Preview pane are not clickable right now.
I'm using Dendron v0.67.1 in VSCodiumcconrad
11/07/2021, 12:45 PMhrmnjt
11/07/2021, 12:46 PMdoctorboy
11/07/2021, 3:49 PMkevins8
11/07/2021, 5:08 PMNZ-John
11/08/2021, 1:50 AMnpm install -g @dendronhq/dendron-cli@latest
and run dendron publish dev
..however I don't get these features... what am I doing wrong?NZ-John
11/08/2021, 1:51 AMj@jHPE:~/Dendron/JCOM$ npm -g list
/home/j/.nvm/versions/node/v16.9.1/lib
āāā @dendronhq/dendron-cli@0.67.2
āāā corepack@0.9.0
āāā npm@7.21.1
āāā yarn@1.22.11
NZ-John
11/08/2021, 2:05 AMrm -r .next
and then dendron publish init
again. It works. š