mihaiconstantin
03/27/2022, 1:31 PM[
and ]
of a markdown list item). Unfortunately, the Markdown all in one
extension only allows toggling between [x]
and [ ]
. I was hoping for something more general that allows mapping whatever symbols (e.g., x
, >
, <
etc.) to custom keybindings. Do you think the following implementation would fit into Dendron, or is it too niche?kevins8
03/27/2022, 1:33 PMmihaiconstantin
03/27/2022, 1:37 PMmihaiconstantin
03/27/2022, 1:41 PMmihaiconstantin
03/27/2022, 2:16 PMuser
03/27/2022, 9:25 PMuser
03/27/2022, 9:25 PMSeriousBug
03/27/2022, 9:27 PMuser
03/27/2022, 9:28 PMuser
03/27/2022, 9:30 PMuser
03/27/2022, 9:32 PMhttps://i.imgur.com/KCVHlyE.pngâ–¾
SeriousBug
03/27/2022, 9:49 PMuser
03/27/2022, 10:50 PMyml
tags:
- my.example
- other.example
tags.my.example.md:
yml
---
id: rc9pm8hdj0p5n222kppsn6n
title: Example
desc: ''
updated: 1648421248134
created: 1648421248134
---
user
03/27/2022, 10:50 PMSeriousBug
03/27/2022, 10:52 PMsiteHierarchies
to tell Dendron you want to publish them. Like this:
yaml
publishing:
...
siteHierarchies:
- your-regular-hierarchy
- tags
Relevant docs here: https://wiki.dendron.so/notes/8Qpabm7YvMzxJ7Xs5uFU9/user
03/27/2022, 10:52 PMuser
03/27/2022, 10:55 PM#Tags
dropdown on the left hand side? Similar to how it is on the Dendron WikiSeriousBug
03/27/2022, 10:57 PMuser
03/27/2022, 10:57 PMuser
03/27/2022, 11:02 PMnav_exclude: true
was the fix :DTika
03/27/2022, 11:08 PMuser
03/27/2022, 11:08 PMtags.md
is enoughxg
03/28/2022, 10:37 AM[[vaultname/note.name]]
and [[dendron://vaultname/note.name]]
. However, I can't seem to get the shorter first syntax to work. Am I doing something wrong? E.g. [[dendron://work/eyetracking.pupil-labs]]
is recognized as a link to an existing note but [[work/eyetracking.pupil-labs]]
is not recognized.hikchoi
03/28/2022, 11:11 AM[[vaultname/note.name]]
is not a valid syntax for cross-vault links. The document is wrong in this case. Sorry about that.xg
03/28/2022, 1:11 PMJoshi
03/28/2022, 1:21 PMxg
03/28/2022, 1:22 PMSaine
03/28/2022, 7:25 PMSaine
03/28/2022, 7:27 PMTika
03/29/2022, 12:07 AM