MathEvan
03/31/2023, 5:57 AMThatSisyphean
04/03/2023, 1:32 AMThatSisyphean
04/03/2023, 1:33 AMThatSisyphean
04/03/2023, 1:40 AMmichaelvolk
04/03/2023, 2:27 PM<iframe src="./assets/file.html" width="800" height="600"></iframe>
?michaelvolk
04/03/2023, 7:02 PMfoureyedsoul
04/04/2023, 4:06 AMScriptAutomate
04/04/2023, 5:50 PMbitNomad
04/04/2023, 11:06 PMbitNomad
04/04/2023, 11:07 PMScriptAutomate
04/07/2023, 3:11 PM1984
04/10/2023, 4:39 AMnotes.help
), I'm assuming this is the same as adding a note on desktop. There's nothing else being done when we create a note on desktop right?1984
04/10/2023, 4:39 AMmichaelvolk
04/12/2023, 5:54 AMbitNomad
04/14/2023, 8:45 AMmichaelvolk
04/16/2023, 9:53 PMas
04/24/2023, 9:47 AMBassmann
04/24/2023, 10:54 AMas
04/24/2023, 11:07 AMisaacium
04/24/2023, 4:01 PMisaacium
04/24/2023, 10:00 PMkunashu
04/25/2023, 3:57 AMsync:sync
in the dendron.yml
but I don't see the vault been pushed to remote. I tried to do Dendron: Reload Index
and it didn't seem to work. I also restarted vs code and no luck either. Could I be missing something?Mat
04/25/2023, 3:03 PMCtrl+Shift+H
), with or without regular expressions. If you just want to lower all of the header levels, you could replace #
with ##
, meaning the last hash of a header (hash + space) will be replaced by two hash symbols and a space. Be careful where you do it and what you replace. You can restrict the directory with a filter, preview any changes or confirm every replacement manually.
If you want finer control you can filter by header level. For instance replace ^#\s+
with ##
would only H1 headers with H2 headers (^
marks the start of a line and \s+
means at least 1 space).
If you have to do that regularly and have H1 everywhere, then you might think about using H2 by default, as it is also the default Header level in Dendron. H1 is used for the title of the note.Mat
04/25/2023, 3:40 PMRuichiMa.lower-header-level-for-markdown
and DiscoveryWorks.increase-header-level-for-markdown
Bassmann
04/26/2023, 4:22 PMworkspace sync
commandkamrajkai
04/27/2023, 2:26 AMmichaelvolk
04/27/2023, 10:30 AMkunashu
04/30/2023, 1:47 PMisaacium
05/04/2023, 4:53 PM