user
09/23/2021, 2:03 AMtfer
09/23/2021, 2:05 AManchors, e.g. ...#siteindex, doesn't scroll the page to that anchor, when you're using chrome. Quick googling mentions this but gives no solutions.kevins8
09/23/2021, 2:11 AMuser
09/23/2021, 2:12 AMtfer
09/23/2021, 2:12 AMWellcome.md to suplant root.md. Changed/added the following to dendron.yml:
siteHierarchies:
- Welcome
siteIndex: Welcome
still get root as first titlekevins8
09/23/2021, 2:23 AMtfer
09/23/2021, 2:25 AMDendron: Intialize Workspace with empty is not really empty, it is trying to be too helpful with templates and stuff.tfer
09/23/2021, 2:26 AMemptykevins8
09/23/2021, 2:31 AMtfer
09/23/2021, 2:38 AMtfer
09/23/2021, 2:56 AMDendron: Site Preview yields CAN NOT GET \ at 8080tfer
09/23/2021, 12:25 PMDendron: Initialize Workspace the (built-in?) suggestion for the destination path vex's me. I put vaults in a sub directory of my git folder, (C:\VC\git), so being able to customize this with a setting would help.
At this time I'm inventing/experimenting with Dendron Jargon to capture some fine distinctions:
* note - *.md files in a vault
* navTitle - clickable label in navigation, (nav-pane)
* bank - a folder that contains vault(s), and/or seeds, plus support files
* simple-bank - bank with only one vault
* multi-bank - a multi-vault bank
* virtual-bank - a bank where the vaults are, (via dendron.code-workspace), someplace else
Still a work in progress, but this bears on sub folder naming:
* in my git folder: Dendron-Notebanks parent folder for all my banks
* some of my current banks for examples:
* Bank.Markdown
* Bank.nextjs_tut
* Bank.nextjs_tut2
* 3_banks--from_Init-cmd :: organizing folder for the 3 choices of initskevins8
09/23/2021, 2:52 PMtfer
09/23/2021, 3:35 PMTerminology with a inclusion in Glossary
With apologies, I do check the dendron wiki, but things often aren't where I would expect them🙂kevins8
09/23/2021, 3:35 PMtfer
09/23/2021, 3:40 PMnav_order: 1, and order the notes as I need them, I can at least get them as I need. However, it's a fiddly, touch intensive, workflow. If I need this often, I'll have to optimize it.
Just doing it to capture some leaning notes on a Youtube tutorial on NextJS. This one:
turning its timestamps into note titlesboxian
09/23/2021, 6:11 PMkevins8
09/23/2021, 6:59 PMsiteIndex to something different, the published page will be different. (eg. see https://github.com/dendronhq/dendron-blog/blob/main/dendron.yml)kevins8
09/23/2021, 6:59 PMboxian
09/23/2021, 7:31 PMaleksey
09/24/2021, 2:34 AMr.tech.git.branch, but if I type gitbranch or git.branch there is no "exact" match and I need to press the down key to select the proper file.
It does seem to work correctly if I type git branch with a space, but I'm not sure why this is any different from the first two lookups.hikchoi
09/24/2021, 2:56 AMcreate new if there aren't any exact matches was a decision made to preserve that expectation.
I do understand where you are coming from. If a user's intention is navigation, this decision kind of beats the purpose of enabling full fuzzy matching.hikchoi
09/24/2021, 2:56 AMaleksey
09/24/2021, 2:59 AMhikchoi
09/24/2021, 3:00 AMaleksey
09/24/2021, 3:01 AMcreate new, pressing Ctrl + Enter created a new note (unless it's perfect match, then it should open the note), while pressing just Enter would open the fuzzy match, if exist.hikchoi
09/24/2021, 3:03 AM'git.branch will find items that include git.branch and not put Create New on top. (using any special query characters will disable bubbling up)hikchoi
09/24/2021, 3:03 AMaleksey
09/24/2021, 3:04 AMgit.branch still bubbles the create new.hikchoi
09/24/2021, 3:04 AM