retype
retype copied to clipboard
Defining a category on parent, generates wrong children links
parent (dir)
child1.md
child2.md
parent.md
If you assign a category to parent.md, then retype consider every children in the same category (even if is not defined in each page file). The generated category cannot be removed from the child*.md pages. Besides the links to the category page generated below each title are broken.
Hi @ddnexus. You can set category: [ null ] on the child page to remove it from the category inherited from the parent.
---
category: [ null ]
---
# Child page
Set the page `category` to `null` to override the category inherited from the parent.
I was able to reproduce the broken category links too. We will fix right away.
Thank you!
I tried category: null that interestingly does not work like when you assign a category (without the array).
This is still an issue. Any updates, @geoffreymcgill ?