jackyzha0 / quartz

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
https://quartz.jzhao.xyz
MIT License
6.71k stars 2.45k forks source link

Quartz does not display nested folders in folder view #1406

Open seniorprogphp opened 6 days ago

seniorprogphp commented 6 days ago

Describe the bug Quartz does not display nested folders in folder view, but it does display them in Explorer.

To Reproduce

  1. Go to Explorer and you will see that the folders are displayed correctly.
  2. Go to any folder (with nested folders in it) and you will see that the nested folders are not displayed.

Expected behavior It was expected that the nested folders would be displayed.

Screenshots and Source image

You can help speed up fixing the problem by either

  1. providing a simple reproduction
  2. linking to your Quartz repository where the problem can be observed

Desktop (please complete the following information):

aarnphm commented 4 days ago

There is a PR https://github.com/jackyzha0/quartz/pull/1295 I will try to merge this td