Preston
08/07/2021, 3:02 PMPreston
08/07/2021, 3:03 PMPreston
08/07/2021, 3:05 PMkevins8
08/07/2021, 3:06 PMdendron.yml file in your django/11ty/etc folder and use notes from different vaults directlyPreston
08/07/2021, 3:07 PMkevins8
08/07/2021, 3:10 PMPreston
08/07/2021, 3:12 PMseanluce
08/07/2021, 3:34 PMkevins8
08/07/2021, 3:52 PMimalightbulb
08/08/2021, 12:17 AMdendron.topic.schema instead of "Json Schema". I think it's a quite advanced feature though, but do let me know if it's possible.kevins8
08/08/2021, 12:24 AMimalightbulb
08/08/2021, 12:25 AMkevins8
08/08/2021, 12:25 AMkevins8
08/08/2021, 12:26 AMimalightbulb
08/08/2021, 12:27 AMkevins8
08/08/2021, 12:28 AMkevins8
08/08/2021, 12:29 AMimalightbulb
08/08/2021, 12:30 AMkevins8
08/08/2021, 12:31 AMimalightbulb
08/08/2021, 5:11 AMnamespace:true, no idea what's the problem thoughimalightbulb
08/08/2021, 5:13 AMproj.schema.yml, from
yaml
version: 1
imports: []
schemas:
- id: proj
title: proj
parent: root
children:
- moaa
- id: moaa
title: MOAA
namespace: true
to
yaml
version: 1
imports: []
schemas:
- id: proj
title: proj
parent: root
namespace: true
and it (schema graph v2) stops working. However, I don't think the issue is at the namespace:true because there are multiple lines of this in my journal schema too.Tika
08/08/2021, 5:34 AMimalightbulb
08/08/2021, 5:35 AMichimga
08/08/2021, 10:46 AMichimga
08/08/2021, 10:47 AMkevins8
08/08/2021, 2:42 PMchildren property for the schema. do you have a full copy of the schema?imalightbulb
08/08/2021, 11:07 PMchildren: [] even it already has namespace true?kevins8
08/08/2021, 11:32 PMimalightbulb
08/08/2021, 11:34 PMnamespace:true = "ok any note under this hierarchy will count as its children", what's the point to add another children: []?