hikchoi
04/01/2021, 4:46 PMhikchoi
04/01/2021, 4:47 PMuser
04/01/2021, 5:13 PMuser
04/01/2021, 5:13 PMuser
04/01/2021, 5:56 PMKiran
04/01/2021, 7:09 PMKiran
04/01/2021, 7:09 PM8brandon
04/02/2021, 7:24 PMkevins8
04/02/2021, 10:44 PMkevins8
04/02/2021, 11:21 PM> Diagnostics Report
and sent me the output?
https://artifacts-prod-artifactb7980f61-19orqnnuurvwy.s3.amazonaws.com/publish/dendron-0.35.2-alpha.0.vsix
Thanks!foureyedsoul
04/03/2021, 1:01 AMkevins8
04/03/2021, 1:03 AM8brandon
04/03/2021, 6:05 AMtfer
04/03/2021, 1:55 PMreading notes
, for textbooks I own. My main problem is the nav panel doesn't work well with the textbook structure as represented by set of, (mostly empty), notes I've create outside of Dendron, (think touch
plus Dendron: Doctor
). To go forward, I think my best bet is to just scrap Dendron's nav panel and replace it with the one from the Publisher's read it online
offering, (neglecting ip issues for the moment, as this is just a personal experiment at the moment).
Towards that end, I want to dump a some thoughts, experiment results, and intuitions about Dendron's guts, to get some feedback.
To mock-up what I'm intending, I just pasted the book navigation JS over Dendron's *tree-nav* code
using Chrome's devtools, despite needing adjustment, (links fixed to target the notes, scrolling added to the div, bigger div width or smaller font...) it looked nice.
To give the mock-up more permanence, I figure I'll build the site and make the edits on the resulting files.
* NB, ...: Site Preview
does not seem to populate the doc
folder
* ...: Site Build
seems to require a site-url
and do the deployment for you?
* so any subsequent use would clobber my hand crafted edits
I think my best bet would be to use a container with a webserver, put that under git, so I could throw away any clobbering that takes place. Then I can run the container locally and point my browser at it to check builds.
Note: I not really a webheadkevins8
04/03/2021, 2:24 PMkevins8
04/03/2021, 2:25 PMkevins8
04/03/2021, 2:28 PM8brandon
04/03/2021, 4:24 PM8brandon
04/03/2021, 4:27 PMkevins8
04/03/2021, 6:07 PMtfer
04/03/2021, 6:46 PMthe nav is loaded asynchronously
, assuming you using asynchronously in the digital sense i.e. βhaving each operation started only after the preceding operation is completedβ [[dictionary.com]] You are referring to firing it off in some point of the webpage load sequence?, i.e. load the note in its unique ID-incorporating
html file format and then start the nav load, letting it adjust to what levels should be open?
> My understanding of asynchronously, (gleaned by osmosis) is more like fired off in its own thread without regard to when it finishes, i.e. a callback without worrying about signaling its return.tfer
04/03/2021, 8:30 PMversion: 1
vaults:
-
fsPath: vault
useFMTitle: true
noLegacyNoteRef: true
site:
copyAssets: true
siteUrl: file://localhost/C:\VC\git\bk.Programers_Brain
writeStubs: false
siteHierarchies:
- root
siteRootDir: docs
usePrettyRefs: true
title: Dendron
description: Personal knowledge space
duplicateNoteBehavior:
action: useVault
payload:
- vault
now it builds and puts the files in docs
hikchoi
04/04/2021, 1:52 AMhikchoi
04/04/2021, 4:06 AMkevins8
04/04/2021, 4:27 AMhikchoi
04/04/2021, 5:42 AMLars Solberg (xeor)
04/04/2021, 7:15 PMerror: {"ctx":"A:run","err":{"status":"unknown","msg":"","payload":"{\"msg\":\"c.default.Uri.joinPath is not a function\",\"stack\":\"TypeError: c.default.Uri.joinPath is not a function\\n at A.execute (/Users/xeor/Temp/dendron-theia/theia-apps/theia-electron/plugins/dendron/extension/dist/extension.js:736:71386)\\n at async A.run (/Users/xeor/Temp/dendron-theia/theia-apps/theia-electron/plugins/dendron/extension/dist/extension.js:9:103586)\\n at async /Users/xeor/Temp/dendron-theia/theia-apps/theia-electron/plugins/dendron/extension/dist/extension.js:9:79725\"}"}}
Anyone that knows of the top of their head where this default.Uri.joinPath is coming from? This happens when I try to initialize the workspaceLars Solberg (xeor)
04/04/2021, 7:18 PMkevins8
04/04/2021, 7:19 PMjoinPath
so we can fallback to using regular path.join
insteadkevins8
04/04/2021, 7:20 PM