···11+Copyright 2018 Frelia (@execfera)
22+33+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44+55+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
66+77+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+2-2
README.md
···2121This is a list of things you need to change for your sorter, for each file.
22222323 * `index.html`
2424- * Sorter name: Change under `starting start button`.
2424+ * Sorter name: Change under `starting start button` and the `<title>` tags.
2525 * Starting banner images: 120px x 180px, under `left sort image` and `right sort image`.
2626 * OpenGraph tags: `og:site_name`, `og:description` and `og:image` will show up on embeds when linked to social media such as Facebook, Twitter and Discord.
2727 * Sorter info: Insert whatever you like under the `info` tag.
···86868787 * `name`: The name of the option to be displayed. **Required.**
8888 * `key`: A shorthand reference, used to refer to it in the character data. **Required.**
8989- * `tooltip`: Some optional information that appears when you hover over the option.
8989+ * `tooltip`: Some optional information that appears when you hover over the option. If not provided, defaults to the option's name.
9090 * `checked`: If set to `true`, this option will be checked when your sorter starts. If not provided, defaults to `false`.
91919292 Example:
-1
index.html
···60606161 <div class="info">
6262 <a href="mailto:contact@jamessliu.com">Contact</a> | <a href="https://github.com/james7132/charasort/">Source Code</a> | <a class="clearsave">Clear Save Data</a>
6363-6463 <br><br>
65646665 <p>Sorter for Neptunia characters. Pick your sources, and hit the Start button.</p>