imalightbulb
11/03/2021, 5:03 AMkevins8
11/03/2021, 2:50 PMThis tutorial gets you started publishign with github pages.
2. What does dendron publish build(under https://wiki.dendron.so/notes/2340KhiZJWUy31Nrn37Fd/) do? Is it necessary for publishing?
(will submit a pull request after both of these points are confirmed)
Nextjs publishing involves building your javascript and exporting the html. dendron publish build
builds the javascript but we also run publish build
before doing publish export
so its not requiredkevins8
11/03/2021, 2:50 PMimalightbulb
11/03/2021, 3:38 PMBassmann
11/03/2021, 9:27 PMTychronos
11/03/2021, 9:37 PMdendron builtSiteV2
would fail because it cannot find the new name of the vault? I recently renamed my code
vault to tech
, and when I run the above command, it complains that there is no known vault named "code". I have updated it to "tech" in both dendron.code-workspace & dendron.yml, and can't see anywhere else where "code" is used.Tychronos
11/03/2021, 9:38 PMBassmann
11/03/2021, 9:39 PMkevins8
11/03/2021, 9:59 PM>Diagnostics Report
and send the output? i can take a lookTychronos
11/03/2021, 10:20 PM"folders": [
{
"path": "../main/tech",
"name": "tech"
}
],
also
workspace:
dendronVersion: 0.66.1
vaults:
-
fsPath: ../main/tech
name: tech
foureyedsoul
11/04/2021, 12:03 AMkevins8
11/04/2021, 1:04 AMfoureyedsoul
11/04/2021, 4:49 AMcommand + shift + s
, but I don't remember it creating scratch notes before. Maybe I was overriding that somehow? Anyways, yes, both command + l
and Dendron: go down
do exactly what I was hoping. Thanks Kevin!kevins8
11/04/2021, 12:46 PMkevins8
11/04/2021, 1:58 PMboxian
11/04/2021, 2:02 PMjyeung
11/04/2021, 2:09 PMdendron.yml
or potentially dendron.code-workspace
- maybe try reverting those to versions prior to your merge and see if Dendron can start properly again?gagepeterson
11/04/2021, 2:17 PMkevins8
11/04/2021, 2:20 PMkevins8
11/04/2021, 2:25 PMgagepeterson
11/04/2021, 2:38 PMyml
src: /Users/justgage/Sync/Obsidian/
vaultName: Obsidian # <- What is this?
kevins8
11/04/2021, 2:41 PMvault
gagepeterson
11/04/2021, 2:42 PMkevins8
11/04/2021, 2:43 PMgagepeterson
11/04/2021, 2:46 PMgagepeterson
11/04/2021, 3:00 PMgagepeterson
11/04/2021, 3:01 PMkevins8
11/04/2021, 3:04 PMmessages*
, you can enter that as the first pattern and then use slack.messages
as the secondkevins8
11/04/2021, 3:05 PMgagepeterson
11/04/2021, 3:19 PMwhy-slack-is-a-problem.md -> slack.why-slack-is-a-problem.md
if that makes sense