retype icon indicating copy to clipboard operation
retype copied to clipboard

Defining a category on parent, generates wrong children links

Open ddnexus opened this issue 3 years ago • 3 comments

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.

ddnexus avatar Jun 27 '22 06:06 ddnexus

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.

geoffreymcgill avatar Jun 29 '22 04:06 geoffreymcgill

Thank you!

I tried category: null that interestingly does not work like when you assign a category (without the array).

ddnexus avatar Jun 29 '22 10:06 ddnexus

This is still an issue. Any updates, @geoffreymcgill ?

aguilaair avatar Aug 16 '22 23:08 aguilaair