Open vicrdguez opened 3 years ago
Question do you have entries for migration
and mode
schemas:
# --- dev
- id: dev
desc: "dev stuff"
children:
- dev.lib
- migration
- mode
- id: migration
- id: mode
Secondly, is dev.lib
a schema that gets imported?
No, that's just a naming thing because we already had a schema named lib
elsewhere
On Tue, May 18, 2021 at 4:51 AM flammehawk @.***> wrote:
Question do you have entries for migration and mode
schemas: # --- dev
- id: dev desc: "dev stuff" children:
- dev.lib
- migration
- mode
- id: migration
- id: mode
Secondly, is dev.lib a schema that gets imported?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dendronhq/dendron/issues/736#issuecomment-843103269, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABPIPSCBU2RTIRSHO7XGWTTOJIEFANCNFSM45A6VRHA .
I was just trying Kevin's lang schema and found this. I didn't modify the schema itself. This is the full schema: https://gist.github.com/kevinslin/753b38649500b7d987b73724d8a1a7e5
Yes, that does seem surprising. Should display - migration, runtime and mode if I'm reading the schema properly.
Please select the area your Bug applys to. (Multiple selections are Possible)
Describe the bug
Having a hierarchy decorated with a schema, there is no completions showing expected children. I find this issue when I'm more than 2 level deep in a hierarchy, but the schema defines potential childrens:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The lookup shows completions for a hierarchy with schema, no matter how deep you are in the hierarchy
Screenshots
For 2 level deep. Lookup shows completions of expected children even when they don't exists as a note yet
In the former picture most of the notes don't exist.
Beyond that point, I loose completions:
Desktop (please complete the following information)