ianjones
01/19/2021, 5:13 PMhikchoi
01/19/2021, 10:20 PMSimon-Claudius
01/19/2021, 10:59 PMkevins8
01/19/2021, 11:07 PMimalightbulb
01/20/2021, 4:13 AMSimon-Claudius
01/20/2021, 4:21 AMuser
01/20/2021, 4:54 AMkevins8
01/20/2021, 4:55 AMkevins8
01/20/2021, 4:56 AMkevins8
01/20/2021, 4:56 AMimalightbulb
01/20/2021, 5:00 AMuser
01/20/2021, 5:01 AMimalightbulb
01/20/2021, 5:02 AMthm
01/20/2021, 8:23 AMdendron-cli, this time on Windows (or rather, WSL): first I get this error:
{"level":50,"time":1611130116930,"pid":3202,"hostname":"THESEUS","name":"Command","stack":"TypeError: Cannot read property 0 of undefined
at Object.resolvePath (/usr/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/common-server/lib/files.js:143:17)
at Object.exports.vault2Path (/usr/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/common-server/lib/filesv2.js:179:20)
at FileStorageV2._initSchema (/usr/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/engine-server/lib/drivers/file/storev2.js:329:39)
at Promise.all.vaultsv3.map (/usr/lib/node_modules/@dendronhq/dendron-cli/node_modules/@dendronhq/engine-server/lib/drivers/file/storev2.js:311:25)
at Array.map (<anonymous>)
*snip*
Which I've tracked to a call in `filesv2.js`: return files_1.resolvePath(vault.fsPath, wsRoot);, it passes undefined down to resolvePath() because vault at that point is just the (string) path to my vault, hence "/mnt/c/Users/...".fsPath is undefined.
Then I actually get one more error (from the same command), where foobar is the name of the hierarchy I want to export in dendron.yml via siteHierarchies.
{ DendronError: no notes found for foobar
at siteHierarchies.map (/usr/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/build-site.js:280:23)
at Array.map (<anonymous>)
*snip*
But I think that's just "downstream" of the first error.
For completeness, the whole command is: dendron-cli buildSite --wsRoot /mnt/c/Users/T/Sync/Dendron --vault /mnt/c/Users/T/Sync/Dendron/vault/ and my dendron-cli version is 0.25.2Agent A.
01/20/2021, 9:41 AMError: Command failed: pandoc -f markdown+tex_math_single_backslash -o /run/media/archfae/xtrnl1/notes/QBSI/wact.DocuWare.Azure.docx --pdf-engine=pdflatex
pandoc: error while loading shared libraries: libHSdata-default-0.7.1.1-3HAO6D9RwHZCurbS6LD13j-ghc8.10.3.so: cannot open shared object file: No such file or directory
I have tried exporting as Word document and PDF. It looks like a missing library for Pandoc, but just in case I wanted to mention it here. I'm using Linux, if it matters.Agent A.
01/20/2021, 9:55 AMStill initializing. Please close this window and try again after Dendron has been initialized. Thoughts on that?Buxel
01/20/2021, 10:55 AM.dio.png file and following the link, it would open the editor. Right now, when i CTRL+Click on that link, i get directed to a .dio.png.md file, obviously without the drawio editor loaded. Is there any way to get the old behavior back?
Example link: kevins8
01/20/2021, 4:14 PMkevins8
01/20/2021, 4:14 PMkevins8
01/20/2021, 4:19 PMAgent A.
01/20/2021, 4:24 PMkevins8
01/20/2021, 4:25 PMAgent A.
01/20/2021, 4:27 PMkevins8
01/20/2021, 4:28 PMDendron: Show Logs?Agent A.
01/20/2021, 4:29 PMBuxel
01/20/2021, 4:31 PMAgent A.
01/20/2021, 4:55 PMDendron: Show Logs isn't available from the available commands:Agent A.
01/20/2021, 4:59 PMDendron: Open Logs on my system.kevins8
01/20/2021, 5:00 PM