kevins8
03/10/2021, 4:41 PMpackage.json file? can you delete it and then run the site preview command?kevins8
03/10/2021, 4:43 PMmatthew.bellringer
03/10/2021, 4:43 PMuser
03/10/2021, 4:44 PMkevins8
03/10/2021, 4:47 PMpackage.json was malformed. we check if you have the latest dependencies from package.json and we were unable to read itkevins8
03/10/2021, 4:47 PMuser
03/10/2021, 5:06 PMBassmann
03/10/2021, 5:37 PMprj with a child per project so in your example prj.one and prj.two. General references go into this note like a link to the team wiki or overall timeline. For meetings or day specific notes I create journal entries so I'd have something like prj.one.journal.20210310 for specific notes for today. Of course there might be other notes on the same level. I add todo check boxes wherever I want to note a task and use the todo tree extension to get a consolidated view on all open itemsvicrerdgz
03/10/2021, 6:02 PMvicrerdgz
03/10/2021, 6:05 PMMountainMan
03/10/2021, 6:42 PMfudo
03/10/2021, 7:16 PMBassmann
03/10/2021, 7:58 PMuser
03/10/2021, 7:59 PMBassmann
03/10/2021, 8:20 PMdailyJournalDomain and hence get entries like `daily.journal.2021.03.10`which matches my `daily.yml`schema. I have set "dendron.defaultJournalAddBehavior": "childOfCurrent" and "dendron.defaultJournalName": "journal". This way journal entries for any other hierarchy get added as e.g. prj.one.journal.2021.03.10 if I use the shortcut Ctrl-Shift-J to create a new entry while I'm in the note prj.one. Quite handy and an important part of my workflow. This is not about PKM but rather work journaling and staying on top of the different projectskevins8
03/10/2021, 10:26 PMJournalAddBehavior. see https://dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f48.html#dendrondefaultjournaladdbehaviorkevins8
03/10/2021, 10:26 PMuser
03/10/2021, 11:37 PMuser
03/10/2021, 11:40 PM"dendron.dailyJournalDomain": "journal",
"dendron.defaultJournalName": "",
"dendron.defaultJournalAddBehavior": "childOfDomain",
journal.schema.yaml (I also tried with the template under daily instead of journal)...
version: 1
schemas:
- id: journal
title: journal
namespace: true
template:
id: journal.template
type: note
parent: root
children:
- yearly
- id: yearly
title: yearly
pattern: "20\\d\\d"
namespace: true
children:
- monthly
- id: monthly
title: monthly
pattern: "0[1-9]|1[0-2]"
children:
- daily
- id: daily
title: daily
pattern: "[0-2]\\d|3[01]"
namespace: trueCyberFoxar
03/10/2021, 11:52 PMCyberFoxar
03/10/2021, 11:53 PMkevins8
03/11/2021, 12:03 AMkevins8
03/11/2021, 1:58 AMuser
03/11/2021, 2:01 AMPiNmU
03/11/2021, 2:32 AMPiNmU
03/11/2021, 2:56 AMuser
03/11/2021, 3:12 AMatuki
03/11/2021, 3:32 AMatuki
03/11/2021, 3:32 AMatuki
03/11/2021, 3:34 AM