DiFuks / typedoc-theme-hierarchy

Hierarchy theme for typedoc
MIT License
18 stars 5 forks source link

The first character is missing from highest levels of the hierarchy #29

Open brannonvann opened 8 months ago

brannonvann commented 8 months ago

Nice plugin! I installed and configured without much trouble but noticed that the first characters are missing from the highest level only. Here is an image (should be "constants" and "utils"). I checked versions 4.0.0-4.1.2 and they all had this problem. I'm using typedoc@0.25.4. In case it plays a part I'm using "entryPointStrategy": "packages" however, I'm just pointing to this single package at the moment. My single package typedoc config just points to the entry file, no other config.

image
DiFuks commented 1 month ago

Unfortunately, I developed and tested the plugin only for entryPointStrategy: Expand. I might be able to implement support for another strategy, but I'm afraid it would require significant modifications and take up a lot of time, which I currently have very little of :(