Z3r0(00L
09/09/2022, 3:42 PMmatthew.bellringer
09/09/2022, 4:37 PM"folders": [
{
"path": "."
}
],
Am I going to cause myself problems with Dendron? I was doing some automation using tasks and VScode's default root being Vault makes things really messy...kevins8
09/09/2022, 6:01 PMLyz
09/10/2022, 5:44 AMC://user/
directory. Can i change the path and which files are part of it?andrey-jef
09/10/2022, 3:43 PMAirradda
09/11/2022, 10:40 PMPreview shows "Start anchor ... not found" when linking notes. #2568
issue? The last update was on March 15th, stating that it was being tracked internally, [[Preview Shows Start Anchor Not Found When Linking Notes|dendron://private/task.2022.03.15.preview-shows-start-anchor--not-found-when-linking-notes]]
. I've having to work around it by making the block anchors into headers (i.e. #^NE1
, this keeps them not visible in the preview) and then referring to them as headers (#NE1
). It works, it is just sort of a pain as I need an opening and closing header, and it clutters my outline.kevins8
09/12/2022, 3:27 AMAirradda
09/12/2022, 8:29 AMStart anchor not found
regardless of whether they are custom or generated by Copy Note Ref
rlh1994
09/12/2022, 8:47 AMhikchoi
09/12/2022, 9:04 AMhikchoi
09/12/2022, 9:08 AMdmays
09/12/2022, 4:11 PMkevins8
09/12/2022, 4:57 PMdendron.yml
, then dendron will clone it automatically
if you are looking to turn a vault into a remote vault, we have a command for that at https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47#vault-convertrlh1994
09/13/2022, 2:29 PMjeep
09/13/2022, 2:37 PMdmays
09/13/2022, 4:23 PMjeep
09/13/2022, 4:47 PMkevins8
09/13/2022, 5:49 PMInitialize Workspace
. It is at the same level where the dendron.yml
file is located
- a workspace consists of one or more vaults
for note creation within a multi-vault workspace, see https://wiki.dendron.so/notes/24b176f1-685d-44e1-a1b0-1704b1a92ca0dmays
09/13/2022, 5:51 PMvinniefm
09/13/2022, 8:42 PM![[demo.journal.2021.*]]
https://wiki.dendron.so/notes/AMc4PzACuK0SfltZ8rcV6/
Is it possible to wild card at the beginning to find children that are arbitrarily deep, like ![[*.some-parameter.*]]
which would return:
- parent-1.x.y.z.some-parameter
- parent-1.x.y.some-parameter
- parent-2.a.some-parameter.another-child
I know I have instance of some-parameter
in my hierarchy but it's not at a consistent depth.kevins8
09/13/2022, 11:01 PMd1onys1us
09/13/2022, 11:19 PM"@dendronhq/dendron-cli": "^0.110.0",
ScriptAutomate
09/13/2022, 11:21 PMjyeung
09/14/2022, 1:02 AM^
in front of "^0.110.0"
means that any version equal to 0.110.0 or greater is acceptable - so to guarantee you're using the latest, bump that number up (i.e. in this example, ^0.111.0
). Sometimes in Github Actions pipelines, the older versions of binaries may get cached and the ^
won't always pick up the latest availabled1onys1us
09/14/2022, 1:10 AMdagriefaa
09/14/2022, 8:00 AMccamara
09/14/2022, 3:45 PMrlh1994
09/14/2022, 3:46 PMccamara
09/14/2022, 3:47 PMEddy
09/14/2022, 4:02 PM