AshSimmonds
05/19/2022, 5:41 PM[[Microsoft]] [[Melbourne]] and then I autogenerate all the notes to flesh out later, then manually go and lowercase them all.AshSimmonds
05/19/2022, 10:40 PMnpx dendron --version = 0.95.1
dendron --version = 0.84.0SeriousBug
05/19/2022, 10:41 PMnpm install --global @dendronhq/dendron:latest (I think) or uninstall itAshSimmonds
05/19/2022, 10:48 PMAshSimmonds
05/20/2022, 12:36 AMfont-family can't be from an import such as from Google Fonts or whatever yet?anonrunner
05/20/2022, 8:01 AMSeriousBug
05/20/2022, 8:03 AMSeriousBug
05/20/2022, 8:04 AManonrunner
05/20/2022, 8:05 AMccamara
05/20/2022, 8:26 AMccamara
05/20/2022, 8:26 AMccamara
05/20/2022, 8:32 AMOstrich
05/20/2022, 8:57 AMDaniel Silverstone
05/20/2022, 9:11 AMOstrich
05/20/2022, 10:32 AMjokaro
05/20/2022, 11:38 AMkevins8
05/20/2022, 1:53 PMccamara
05/20/2022, 2:14 PMmeeting.date.project notes or project.meeting.date note? 
Recent versions introduced the option of creating meeting notes, which is a great addition. By default notes are created with the following pattern: meet.yy-mm-dd  which is very sensible (I tend to add a title after the date, though, so it is more meaningful to me and easier to find). However, prior to that feature, I was creating meeting notes based on dates as childs of other note types (i.e. projects, people...) the rationale for that was to have all information regarding a project or a person nested to the parent item.  Now, I'm starting to ask myself what approach works better, and I don't have a clear answer, as I can see pros and cons to both. I know there are not universal answers to the question, but I'd love to hear your opinions and what could be the best one for you.lordfrikk
05/20/2022, 2:15 PMglucinater21
05/20/2022, 5:58 PMprestameunsol
05/20/2022, 6:31 PMSeriousBug
05/20/2022, 6:39 PMalexis<3
05/20/2022, 7:19 PMfoureyedsoul
05/20/2022, 10:54 PM@ as the initial character of your snippet prefix (i.e. @td to automatically add today's date), Dendron might interpret the @ as a user name? I've been meaning to go back and make all my snippets start with a ; for precisely this reasonโฆย but so far I've just turned Dendron's user features off. ๐
alexis<3
05/20/2022, 10:56 PMfoureyedsoul
05/20/2022, 11:43 PMglobal-snippets.code-snippets file:
"today's date": {
    "prefix": "@td",
    "scope": "markdown,yaml,json",
    "description": "Add today's date in YYYY-MM-DD format",
    "body": [
        "$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE",
    ],
    }alexis<3
05/20/2022, 11:44 PMAshSimmonds
05/21/2022, 3:24 AMuFzK3VbZ8aAVmt2h
05/22/2022, 12:42 AMSeriousBug
05/22/2022, 12:43 AM