benhsm | Jack of N trades
12/29/2021, 3:56 PMctrl/cmd + shift + s
for scratch modifier and ctrl/cmd + shift + j
for journal modifiercconrad
12/29/2021, 5:27 PMZan
12/29/2021, 5:28 PMZan
12/29/2021, 5:29 PMcconrad
12/29/2021, 5:29 PMZan
12/29/2021, 5:30 PMcconrad
12/29/2021, 5:30 PMkevins8
12/29/2021, 5:47 PMkzilla
12/29/2021, 6:09 PM:confused:
)?andrey-jef
12/29/2021, 10:04 PMChildren
nodes of note A
to a new parent node note B
, what is the best practice to do it? Executing command Dendron: Refactor Hierarchy
multiple times for all Children
nodes? I try Rename Note
but it will overwrite note B
by note A
.SeriousBug
12/29/2021, 10:14 PM(note\.A)\.(.*)
to note.B.$2
will move all children while leaving note A.andrey-jef
12/30/2021, 12:26 AMfoureyedsoul
12/30/2021, 12:32 AMmeta.schema.yml
file, and my Vault B doesn't have a similar fileβbut any note whose name starts with meta.
has the little notebook icon next to it in Vault B.SeriousBug
12/30/2021, 12:34 AMSeriousBug
12/30/2021, 12:35 AMhikchoi
12/30/2021, 12:59 AMfoureyedsoul
12/30/2021, 2:24 AM.yml
file? (For instance, if I wanted to use different templates with a review.schema.yml
based on whether it's a work vault or a personal vault?)
Or are the schema files within a vault prioritized over ones from other vaults?SeriousBug
12/30/2021, 2:25 AMfoureyedsoul
12/30/2021, 2:27 AMmandarvaze
12/30/2021, 4:14 AMCannot find module 'ajv'
I'm using the auto-publish-to-netlify workflow/script by @User - But I don't think it should matter.
@Usermandarvaze
12/30/2021, 4:16 AMnpm install
I think.kevins8
12/30/2021, 4:53 AMJoshi
12/30/2021, 10:56 AMdenisdifazio
12/30/2021, 5:31 PMuser
12/30/2021, 5:41 PM- Here is a wrapped list item. When the line wraps it
is not lined up to the line above
- This is the way a wrapped list line should look, where
the second line is not under the bullet.
- [ ] This same effect should be applied to checkboxes
but the effect would need to be even more pronounced
- [ ] Here is an example of how the checkbox scenario
Needs even more indentation to look correct
I use lists a ton and ugly lists are one of the main things keeping me from using dendron. Thanks for any helpbenhsm | Jack of N trades
12/30/2021, 6:11 PMbenhsm | Jack of N trades
12/30/2021, 6:17 PM#<tag>
format in your notes, one way would be to text search for that with ctrl + shift + f
. You could also look up tags.<tag>
in your note base and look at the back links to see all the notes with that tag attached to them, either through the preview, or with Explorer: Focus on Backlinks View
in the command palette or with a keybind.user
12/30/2021, 6:57 PMrlh1994
12/30/2021, 8:50 PM"editor.wrappingIndent": "indent",
in your settingsbenhsm | Jack of N trades
12/30/2021, 9:50 PM