matthew.bellringer
03/01/2021, 8:00 PMversion: 1
imports: []
schemas:
- id: testing
children: [testingItems]
title: testing
parent: root
- id: testingItems
Children: [l1]
pattern: "*"
- id: l1
children: [l2]
- id: l2
I'd expect that any entry at the second layer, "testingItems", would then show up as part of the schema and allow me to create the next level deep. What happens is that notes in my "testingItems" layer (e.g. testing.foo) show they're a member of the schema with the book icon, etc... but that seems to be where the schema ends, l1 and l2 never show as options.alexmikhalev
03/01/2021, 9:20 PMalexmikhalev
03/01/2021, 9:33 PMrymnel
03/01/2021, 9:38 PMversion: 1
imports: []
schemas:
- id: testing
children: [testingItems]
title: testing
parent: root
- id: testingItems
children: [l1]
pattern: "*"
- id: l1
children: [l2]
- id: l2kevins8
03/02/2021, 12:02 AMimalightbulb
03/02/2021, 12:02 AMkevins8
03/02/2021, 12:03 AMScriptAutomate
03/02/2021, 2:49 AMnpx dendron-cli buildSiteV2 --wsRoot . --stage dev --serve
> dendron-cli buildSiteV2
>
> build notes for publication using 11ty
>
> Options:
> --version Show version number [boolean]
> --help Show help [boolean]
> --wsRoot location of workspace [required]
> --enginePort If set, connect to to running engine. If not set, create new
> instance of Dendron Engine
> --serve serve over local http server [boolean] [default: false]
> --stage serve over local http server
> [choices: "dev", "prod"] [default: "dev"]
> --servePort port to serve over [default: "8080"]
> --output if set, override output from config.yml [string]
> --custom11tyPath if set, path to custom 11ty installation [string]
>
> siteURL is undefinedScriptAutomate
03/02/2021, 2:55 AMsiteURL in the dendron.yml. When I add it, under:
yml
...
...
site:
siteURL: https://example.com
...
...
I still get the same errorkevins8
03/02/2021, 3:27 AMkevins8
03/02/2021, 3:27 AMsiteUrlkevins8
03/02/2021, 3:27 AMkevins8
03/02/2021, 3:27 AMScriptAutomate
03/02/2021, 3:35 AMScriptAutomate
03/02/2021, 3:46 AMkevins8
03/02/2021, 3:47 AMkevins8
03/02/2021, 3:49 AM@Taxonomist role for slaying a typo 🙂ScriptAutomate
03/02/2021, 3:53 AMScriptAutomate
03/02/2021, 4:22 AM# myscript.sh
echo "Hello world"
Markdown example:
markdown
I run the following script, `myscript.sh`, which is stored in this project. It's short and simple, as seen here:
[[literal-code-block|myscript.sh]]
Markdown result:
I run the following script, myscript.sh, which is stored in this project. It's short and simple, as seen here:
# myscript.sh
echo "Hello world"kevins8
03/02/2021, 4:40 AMkevins8
03/02/2021, 4:40 AMScriptAutomate
03/02/2021, 4:41 AMkevins8
03/02/2021, 4:41 AMkevins8
03/02/2021, 4:42 AMScriptAutomate
03/02/2021, 5:45 AMkevins8
03/02/2021, 5:47 AMdate field: https://dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#dateScriptAutomate
03/02/2021, 5:50 AMScriptAutomate
03/02/2021, 6:15 AMdendron.topic.frontmatter with the Note Configuration contents of that page, since it seemed like it made sense. If it doesn't, I can make modifications based on PR feedback 🙂 https://github.com/dendronhq/dendron-site/pull/60Buxel
03/02/2021, 8:03 AMno childNote found: db42eadd-d430-4bae-ab1e-46ac1df53a9e, current note: 54f77afc-1fab-4fa7-a895-f065e4243f47 . The current note exists but the child note does not.
@User i'll DM you the full logs. i'm not comfortable with sharing work related stuff publiclyScriptAutomate
03/02/2021, 8:34 AMdendron or dendron-11ty, but I made in dendron-11ty since it seemed to be a theme-related problem. The lack of a right-hand table of contents/toc on larger pages, listing out the headers/anchors, can make navigation clunky. It's hard to tell where on a page you are, or what exactly is on the local page without one: https://github.com/dendronhq/dendron-11ty/issues/11