codefriar
04/16/2021, 4:21 PMcodefriar
04/16/2021, 4:27 PM# schema for journals
# the following schema will match the follwoing
#
# journal
# journal.2020
# journal.2020.09
# journal.2020.09.12
# journal.2020.09.12.foo.md
version: 1
schemas:
- id: daily
title: daily
desc: ""
parent: root
children:
- journal
- id: journal
title: journal
desc: ""
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
However, now the create daily journal note command does nothing.Bassmann
04/16/2021, 5:14 PMBassmann
04/16/2021, 5:15 PMilikeellieandbob
04/16/2021, 5:47 PM[[memo.exampleNote##exampleHeader]], where exampleHeader is a level 2 header within exampleNote. It just brings me to exampleNote without linking to the specific section.ilikeellieandbob
04/16/2021, 5:49 PMkevins8
04/16/2021, 6:00 PMkevins8
04/16/2021, 6:01 PM# to link to a header, regardless of the level. we also have a built in command to generate this: [[Copy Note URL|dendron.topic.commands#copy-note-url]]fudo
04/16/2021, 6:10 PMilikeellieandbob
04/16/2021, 6:10 PMfudo
04/16/2021, 6:11 PMilikeellieandbob
04/16/2021, 6:12 PMilikeellieandbob
04/16/2021, 6:13 PMfudo
04/16/2021, 6:13 PMilikeellieandbob
04/16/2021, 6:15 PMilikeellieandbob
04/16/2021, 6:17 PMkevins8
04/16/2021, 6:18 PMkevins8
04/16/2021, 6:18 PMLance
04/16/2021, 6:19 PMilikeellieandbob
04/16/2021, 6:20 PMkevins8
04/16/2021, 6:21 PMilikeellieandbob
04/16/2021, 6:25 PMilikeellieandbob
04/16/2021, 6:32 PMfudo
04/16/2021, 6:34 PMuser
04/16/2021, 6:58 PMilikeellieandbob
04/16/2021, 7:31 PMcodefriar
04/16/2021, 8:11 PMcodefriar
04/16/2021, 8:12 PMBassmann
04/16/2021, 8:19 PMMannimu
04/16/2021, 8:38 PM[some link](integrity://server:port/path/inside/service) inside VS Code/Dendron doesn't work. VS Code internal command Open Link doesn't do anything and Dendron: Open Link adds /path/to/dendron/workspace/vault/ in front of the link integrity://server:port/path/inside/service and fails to open the link.