kevins8
08/22/2021, 3:19 PMkevins8
08/22/2021, 3:21 PMdj radon
08/22/2021, 3:49 PMboxian
08/22/2021, 5:41 PMbrimwats
08/22/2021, 6:00 PMbrimwats
08/22/2021, 6:01 PMfoureyedsoul
08/22/2021, 8:10 PMcodefriar
08/22/2021, 8:12 PMcodefriar
08/22/2021, 8:12 PMfoureyedsoul
08/22/2021, 8:31 PMcodefriar
08/22/2021, 8:34 PMbomboloni
08/23/2021, 1:28 AMnpm audit fix. Running that command didn't fix anything and came back with the same warnings. I couldn't remember if I had run into that on my first vault, so I went ahead and ran npx dendron buildSite --stage dev --serve It did spin up a site but the formatting was all out of wack - things that were meant to be an a new line were all pushed together.
I then went back to my first Dendron workspace to see how that build looked now and it was fine. So I went back to the new workspace, ran the setup commands again, and this time when I ran npx dendron buildSite --stage dev --serve I got a page that said this "Cannot GET /notes/Nz22JtWGJjAVaRcm.html"
So I seem to only be succeeding in making things worse. I'd really appreciate it if anyone here can point me in the right direction and help me get up and running!~~kevins8
08/23/2021, 4:22 AMbomboloni
08/23/2021, 4:33 AMcommand not found: dendron . I did run npm install @dendronhq/dendron-cli@latest per the setup instructions, and I ran it again just now for good measure with the same result. I am using terminal in vscode and I am in the workspace directory, one level up from the vault. I'm on MacOS Catalina and my shell is zsh.
Update: I dug a little deeper and ran npm install -g @dendronhq/dendron-cli. dendron is now a recognized command in my terminal and I'm running 0.55.1.
I see the error of my ways! I figured out the "Cannot get..." thing, and as to the formatting, it appears that Mardown Preview Enhanced displays things a little differently than both the site preview and an vscode unenhanced preview.
2 small questions:
1 - Given that "root" is the site's landing page, how do I get it not display "Root" as the header of its page?
2 - How do I change the sidebar header to the name of my site instead of "Dendron"?
Thanks for your patience with all my newbie questions!kevins8
08/23/2021, 2:34 PMsiteIndex prop -> https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#siteindex
2. See changing the title prop -> https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#titlevulfypeck
08/23/2021, 3:26 PMkevins8
08/23/2021, 4:09 PMselectionType modifier. docs here -> https://wiki.dendron.so/notes/ad270a7d-2aed-4273-8319-eb6536e38b29.html#selectiontype
extracting the text is the default behavior. if its not happening then its a bug 😅vulfypeck
08/23/2021, 4:11 PMhikchoi
08/23/2021, 4:16 PMDendron:dev : Diagnostics Report and Dendron:dev : Open Logs and share/dm the output to me? If it doesn't contain any personal information, creating an issue would also work. 🙏bomboloni
08/23/2021, 8:50 PMbomboloni
08/23/2021, 11:04 PMnote.md what should my link to a new note look like? I'd been using [[New Note|new-note.md]]. I want the text of the link on the page to be "New Note".
If someone would spell out the process to me as if I were a five year old I'd be very grateful! None of the permutations I've tried have worked.SeriousBug
08/23/2021, 11:20 PM.md part.SeriousBug
08/23/2021, 11:20 PMnew-note.md.md.SeriousBug
08/23/2021, 11:21 PMbomboloni
08/23/2021, 11:43 PMmd
[[class-resources]]
[[Class Resources|class-resources]]
![[class-resources]]
The last one displays the contents of the page I'm trying to link to, which is not what I want, and still doesn't let me click on anything to get to the page itself.SeriousBug
08/23/2021, 11:55 PMbomboloni
08/24/2021, 12:08 AMSeriousBug
08/24/2021, 12:15 AMSeriousBug
08/24/2021, 12:16 AM