Francobar
11/26/2020, 11:16 PMkevins8
11/26/2020, 11:45 PMuser
11/27/2020, 2:14 AMuser
11/27/2020, 2:15 AMkevins8
11/27/2020, 2:23 AMFrancobar
11/27/2020, 2:38 AMuser
11/29/2020, 1:35 AMuser
11/29/2020, 1:37 AMkevins8
11/29/2020, 2:16 AMuser
11/29/2020, 2:17 AMuser
11/29/2020, 2:32 AMuser
11/29/2020, 2:37 AMuser
11/29/2020, 2:47 AMkevins8
11/29/2020, 3:21 AMkevins8
11/29/2020, 3:22 AMuser
11/29/2020, 3:22 AMkevins8
11/29/2020, 3:23 AM(()), our parser is a little agressive and will throw an error if it doesn't see ((ref: ...)) syntax. we're planning on making this more permissiveuser
11/29/2020, 3:24 AMuser
11/29/2020, 3:29 AM{
"ctx": "d:run",
"err": {
"status": "unknown",
"msg": "",
"payload": "{\"msg\":\"Cannot read property 'forEach' of undefined\",\"stack\":\"TypeError: Cannot read property 'forEach' of undefined\\n\\tat l.refreshNotesV2 (c:\\\\Users\\\\xxxxx\\\\.vscode\\\\extensions\\\\dendron.dendron-0.17.0\\\\dist\\\\extension.js:102:53207)\\n\\tat l.writeNote (c:\\\\Users\\\\xxxxx\\\\.vscode\\\\extensions\\\\dendron.dendron-0.17.0\\\\dist\\\\extension.js:102:54147)\\n\\tat async Promise.all (index 5)\\n\\tat async f.plant (c:\\\\Users\\\\xxxxx\\\\.vscode\\\\extensions\\\\dendron.dendron-0.17.0\\\\dist\\\\extension.js:602:27791)\\n\\tat async d.execute (c:\\\\Users\\\\xxxxx\\\\.vscode\\\\extensions\\\\dendron.dendron-0.17.0\\\\dist\\\\extension.js:897:167005)\\n\\tat async d.run (c:\\\\Users\\\\xxxxx\\\\.vscode\\\\extensions\\\\dendron.dendron-0.17.0\\\\dist\\\\extension.js:11:100070)\\n\\tat async c:\\\\Users\\\\xxxxx\\\\.vscode\\\\extensions\\\\dendron.dendron-0.17.0\\\\dist\\\\extension.js:11:77405\"}"
}
}kevins8
11/29/2020, 3:52 AMDendron: Open Log?user
11/29/2020, 4:20 AMkevins8
11/29/2020, 5:35 AMBassmann
11/29/2020, 5:07 PMfspath entries in dendron.yml to point to the repo folders. On top I use the autogit extension (https://marketplace.visualstudio.com/items?itemName=zeitnergmbh.auto-git) which regularly commits and pushes the repos. On iPhone and Android I use Gitjournal which works quite well. Two caveats there:
1) To use a hierarchy I need to call the entry something like ref.git and then manually add a title
2) Gitjournal uses a slightly different YAML frontmatter so I need to run `Doctor`to have proper ids once it's synced back to Dendron.
Hope this helps. If anything is unclear happy to explain and also happy to get any feedback if this isn't best practice for any reasonkevins8
11/30/2020, 12:00 AMuser
11/30/2020, 12:19 AMkevins8
11/30/2020, 12:42 AM.dendron.*
.jekyll-cache
.sass-cacheuser
11/30/2020, 12:52 AMkevins8
11/30/2020, 1:00 AMkevins8
11/30/2020, 1:00 AM.
āāā Dendron
|āā .git
|āā dendron.code-workspace
|āā dendron.yml
|āā pods
|āā docs
āāā vault1
ā |āā .git
ā āāā foo.md
ā āāā foo.two.md
āāā vault2
|āā .git
āāā foo.md
āāā foo.one.mduser
11/30/2020, 1:02 AM