zaytri / slime2

Local Chat Overlay System for Twitch
https://slime2.stream/
32 stars 7 forks source link

Widgets: Rename files to make things clearer #6

Closed zaytri closed 9 months ago

zaytri commented 10 months ago

I totally forgot that not everyone has file extensions shown, so widget file names need to be more explicit, such as simple-chat-html.html and simple-chat-css.css and such.

This will help people use the correct files.

zaytri commented 10 months ago

Or maybe even like simple-chat-overlay.html simple-chat-styles.css simple-chat-script.js

i do want to keep the widget name prefix just to make it clear what widget individual files belong to, in case mix and matching happens

zaytri commented 9 months ago

Solidified new naming convention:

File Name
Main HTML overlay-{widget-name}.html
Main README README.txt
Main CSS styles-{widget-name}.css
Main JS script-{widget-name}.js
Settings JS settings-{widget-name}.js
Saved Settings Data JS data-{widget-name}.js