rsidwell
11/09/2021, 10:01 PM[Document](assets/document.pdf) in the Markdown, but clicking the link in the preview doesn't do anything.plazman30
11/09/2021, 10:06 PMplazman30
11/09/2021, 10:06 PMplazman30
11/09/2021, 10:07 PMandrey-jef
11/09/2021, 11:02 PM$$I^2R$$
- the Show Preview looks fine
- but the published site display I^2RI2RMeron35
11/09/2021, 11:09 PMNZ-John
11/09/2021, 11:33 PMkimsia
11/09/2021, 11:37 PMandrey-jef
11/10/2021, 12:06 AMDendron: Publish Export
- default behavior or config?
- skip build process?
- select export target? Github/
- docs folder already exists. Remove and continue?
Is there anyway to config to set the default options for all of these 4 questions or at least choose the answer at the beginning instead of during running phase?NZ-John
11/10/2021, 1:17 AMaleksey
11/10/2021, 2:01 AMCtrl + Shift + ] and Ctrl + Shift + [ taken by Dendron, what shortcuts are you using to fold/unfold sections in markdown?Meron35
11/10/2021, 2:25 AMMeron35
11/10/2021, 2:42 AMfoureyedsoul
11/10/2021, 2:50 AMOption + Command + [ or Option + Command + ].codeluggage
11/10/2021, 7:21 AMTika
11/10/2021, 7:24 AMcodeluggage
11/10/2021, 7:27 AMspex66
11/10/2021, 9:49 AM![[link]] supposed to be visible in VSCode preview immediately or only when published?
* I've a dejavu they worked in preview, but not used them since and today just the link with the ! in front is visible in preview :/johndendron29
11/10/2021, 3:53 PMuser
11/10/2021, 5:54 PMmeeting.subject.202x.xx.xx and meeting.subject is that doable or do I need multiple meeting schemas?johndendron29
11/10/2021, 6:18 PMfoureyedsoul
11/10/2021, 6:28 PMuser
11/10/2021, 6:29 PMfoureyedsoul
11/10/2021, 6:48 PMsubject to be in the path, with any word/phrase possible at the level below it? Or is that the level where you'd want a wildcard?user
11/10/2021, 6:49 PMuser
11/10/2021, 6:49 PMuser
11/10/2021, 6:52 PMversion: 1
imports: []
schemas:
- id: meeting
title: meeting
parent: root
namespace: true
children:
- pattern: "[0-2][0-9][0-9][0-9]"
children:
- pattern: "[0-1][0-9]"
children:
- pattern: "[0-3][0-9]"
template:
id: templates.meeting
type: notejohndendron29
11/10/2021, 7:04 PMfoureyedsoul
11/10/2021, 7:04 PMparent: root
namespace: true
children:
- subject-level
- daily-notes
- id: subject-level
pattern: "*"
template: templates.meeting
type: note
- id: daily-notes
- pattern: "[0-2][0-9][0-9][0-9]"
children:
- pattern: "[0-1][0-9]"foureyedsoul
11/10/2021, 7:07 PMdaily-notes in them. I put that in there to help show where I'd put the subject-level stuff.