hikchoi
04/10/2021, 3:02 PMVault Add command failed because you couldn't be prompted during the command.JohnS
04/10/2021, 3:02 PMhikchoi
04/10/2021, 3:03 PMJohnS
04/10/2021, 3:03 PMhikchoi
04/10/2021, 3:03 PMJohnS
04/10/2021, 3:03 PMhikchoi
04/10/2021, 3:05 PMhikchoi
04/10/2021, 3:07 PMhikchoi
04/10/2021, 3:08 PMJohnS
04/10/2021, 3:08 PMhikchoi
04/10/2021, 3:08 PMJohnS
04/10/2021, 3:08 PMhikchoi
04/10/2021, 3:12 PMgit?fudo
04/10/2021, 3:13 PMhikchoi
04/10/2021, 3:14 PMJohnS
04/10/2021, 3:21 PMhikchoi
04/10/2021, 3:25 PMbrpaz
04/11/2021, 10:50 AMdendron.yml
yml
version: 1
vaults:
-
fsPath: personal
name: Personal
-
fsPath: dev
name: Dev
useFMTitle: true
noLegacyNoteRef: true
site:
copyAssets: true
siteHierarchies:
- root
siteRootDir: _site
siteUrl: "localhost:3000"
usePrettyRefs: true
title: Bruno Paz | Knowledge base
description: Personal knowledge space
initializeRemoteVaults: true
What I am doing wrong? I want to export all hierarchies of my vaultbrpaz
04/11/2021, 10:50 AMhikchoi
04/11/2021, 11:18 AMhikchoi
04/11/2021, 11:19 AMhikchoi
04/11/2021, 11:19 AMduplicateNoteBehaviouruser
04/11/2021, 12:17 PM. isn't supported before the .schema.yml endingbrpaz
04/11/2021, 1:33 PMduplicateNoteBehavior did the trick. Thanks. 😉hikchoi
04/11/2021, 1:35 PMhikchoi
04/11/2021, 3:34 PMnpx dendron-cli buildSiteV2 --wsRoot . --stage dev --serve and it's complaining that it can't read a file that has an ill-formated name:
Error: error reading file, /Users/hikchoi/Cerebrarium/vault/test|scratch.2021.03.20.144219.test.md
this seems like it was created from the ctrl+hover behavior with the pretty ref and I may have forgot that I have to remove the note with the Delete Node command. So Dendron still thinks that file exists.
I had a similar problem with some now non-existent notes that were refactored out to somewhere else. This I solved by temporarily creating the note of culprit, and then deleting it properly with the command.
I can't seem to do the same walk-around for this file however. It would be great inspect what notes Dendron actually thinks exists for these kind of debugging sessions.
Trying to come up with a solution for this. Any pointers?hikchoi
04/11/2021, 3:45 PMCannot GET /notes/{id}.html.
I'll try to document the process of how I fixed this and share it so other people who are having similar problems can reference it. Also hopefully figure out a way to prevent this from happening 🙂kevins8
04/11/2021, 3:48 PMhikchoi
04/11/2021, 3:50 PMkevins8
04/11/2021, 3:50 PM