ilt
09/26/2021, 11:18 PMhikchoi
09/26/2021, 11:18 PMcss
node {
background-color: magenta;
}ilt
09/26/2021, 11:18 PMilt
09/26/2021, 11:19 PMhikchoi
09/26/2021, 11:20 PMReload Webview from the command palette it should update in placeilt
09/26/2021, 11:20 PMilt
09/26/2021, 11:21 PMilt
09/26/2021, 11:22 PMilt
09/26/2021, 11:23 PMilt
09/26/2021, 11:23 PMhikchoi
09/26/2021, 11:24 PMhikchoi
09/26/2021, 11:25 PMhikchoi
09/26/2021, 11:25 PMilt
09/26/2021, 11:37 PMilt
09/26/2021, 11:56 PMilt
09/26/2021, 11:57 PMilt
09/26/2021, 11:57 PMilt
09/26/2021, 11:58 PMPreston
09/27/2021, 6:20 AMPreston
09/27/2021, 6:21 AMPreston
09/27/2021, 8:03 AMPreston
09/27/2021, 8:03 AMJoshi
09/27/2021, 8:09 AMkevins8
09/27/2021, 2:27 PMPreston
09/27/2021, 3:04 PMPreston
09/27/2021, 3:05 PMAstra
09/27/2021, 3:17 PMkevins8
09/27/2021, 3:58 PMDendron: Diagnostics Report and DM me the output?Astra
09/27/2021, 3:58 PMFrancobar
09/28/2021, 1:55 AMversion: 1
desc: This schema is used for journal notes
schemas:
- id: daily
title: daily
parent: root
namespace: true
children:
- journal
- id: journal
template:
id: daily.journal.template
type: note
And this one
version: 1
desc: This schema is used for journal notes
schemas:
- id: daily
title: daily
parent: root
namespace: true
children:
- journal
- id: journal
children:
- year
- id: year
pattern: "[0-2][0-9][0-9][0-9]"
children:
- month
- id: month
pattern: "[0-9][0-9]"
children:
- day
- id: day
pattern: "[0-9][0-9]"
template:
id: daily.journal.template
type: note
Then I'm restarting VS code, because in the docs is reload workspace, but I can't find that command in the command pallette. I am also reloading the index.
But when I create a new daily note, the template does not load.
Any idea what I might be doing wrong?