kevins8
04/15/2021, 8:18 PMuser
04/15/2021, 8:19 PMkevins8
04/15/2021, 8:20 PMuser
04/15/2021, 8:25 PMxypnox
04/15/2021, 10:15 PM{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Open in Typora",
"type": "shell",
"command": "typora",
"args": ["${file}"],
"presentation": {
"reveal": "never"
},
"problemMatcher": []
}
]
}xypnox
04/15/2021, 10:17 PMxypnox
04/15/2021, 10:17 PMxypnox
04/15/2021, 10:20 PMxypnox
04/15/2021, 10:22 PMkevins8
04/15/2021, 10:34 PMfoureyedsoul
04/15/2021, 11:01 PMkevins8
04/16/2021, 12:48 AMxypnox
04/16/2021, 5:19 AMBassmann
04/16/2021, 5:48 AMuser
04/16/2021, 8:15 AMuser
04/16/2021, 8:16 AMfudo
04/16/2021, 8:38 AMcodefriar
04/16/2021, 1:57 PMfoureyedsoul
04/16/2021, 2:23 PMkevins8
04/16/2021, 2:36 PMfudo
04/16/2021, 2:44 PMkevins8
04/16/2021, 2:44 PMxypnox
04/16/2021, 2:49 PMkevins8
04/16/2021, 2:56 PMkevins8
04/16/2021, 2:58 PMilikeellieandbob
04/16/2021, 3:27 PMilikeellieandbob
04/16/2021, 3:28 PMcodefriar
04/16/2021, 4:04 PMyml
version: 1
schemas:
- id: journal
title: journal
desc: ""
parent: root
children:
- year
- id: year
title: year
pattern: "[0-2][0-9][0-9][0-9]"
children:
- month
- id: month
title: month
pattern: "[0-9][0-9]"
children:
- day
- id: day
title: day
pattern: "[0-9][0-9]"
namespace: true
template:
id: template.daily.journal
type: note
And my note filename generated with the 'create daily journal note` is daily.journal.2021.04.16.md . The goal is to have a template attached to that commandfudo
04/16/2021, 4:09 PMBassmann
04/16/2021, 4:11 PM