Zardoz89 / ftldoc

FreeMarker template language (FTL) HTML documentation generator
https://zardoz89.github.io/ftldoc/
MIT License
1 stars 0 forks source link

Categorize file list #2

Open Zardoz89 opened 3 years ago

Zardoz89 commented 3 years ago

If a project have many FTL files, a plane list of files could be hard to follow. Categorizing the files by path should help.

For example :

Should generate a file list like this :

lib\
globals.ftl
lib.ftl

components\
grid.ftl
input.ftl
Zardoz89 commented 3 years ago

I added some basic support to categorize FTL files using the parent directory. There is room to improve, but it's better that nothing.