joyrider3774 / Playnite_html_exporter

Export your games to (static) html using templates
https://joyrider3774.github.io/Playnite_html_exporter/
MIT License
38 stars 2 forks source link

[Suggestion] Hide game Title from Cover option #14

Closed TobseF closed 1 year ago

TobseF commented 2 years ago

I like the covers without the title - like on Steam. So I removes the covers in the template with an additional CSS line:

figcaption{
  visibility: hidden;
}

I also tried to remove the figcaption element at all. But this breaks the our nice search widget. I changed it in the tempalte: Templates\default\page.txt. But maybe this is also useful for others. So we could add an option in the export section to hide the title. Or even add a dynamic option to toggle the title visibility.

before after
joyrider3774 commented 1 year ago

You can create your own templates in the data directory of the plugin. If you copy an original (template) folder from the installation folder, rename the folder to some new name and then in settings of the addon select your custom folder as the template it will always use your template with whatever you changed plus it won't get overwritten when i would update the plugin. I'm not going to add such setting, the whole point of the templates is to be able to create your own or your own based on the default ones by editing the templates