- Have a definition for it, with a citable link.
- Have an idea of where in the list of ranked words it should go.
To add your word:
- Fork the repository on GitHub
- Edit
index.html
in two places:- add your word to the
ol
of words in the format<li>word: short description</li>
- add your word and its definitino to the list of definitions, in the spot where it falls alphabetically
- it is easiest to copy an existing word's definition, and then edit that
- make sure that your link is a link
- make sure that the
label for=""
attribute matches theinput id=""
attribute: these must match so that the margin notes work on narrower screens. - hi yes you need to know some HTML, sorry :sad:
- add your word to the
- Open a pull request between your fork and this repository, noting the word and the reason you put it where you did in the list.
Make an issue on this repository, noting:
- which words you would like to reorder
- why you would like to reorder them
Fork the repo, submit a pull request, and we'll talk about it. Or open an issue, and we'll talk about it.