A simple, dark-themed website for hosting and managing categorized plain text word lists with powerful formatting and export options.
- ✂️ Copy to clipboard
- 🔠 Format: Alphabetical, reverse, by length, capitalization, case, list type
- 📥 Export as CSV or TXT
- 🔍 Search filter
- 🔄 Switchable list formats: Bulleted, Numbered, Markdown, or Plain text
- 🌓 Dark mode aesthetic with clean UI
/your-project-folder
├── index.html # Home page
├── categories.html # Categories list page
├── listname.html # One page per word list
├── README.md # This file
- Paste your word list into the
<pre id="wordList">...</pre>
tag of anylistname.html
page. - Add links to other list pages in your
index.html
andcategories.html
. - Open in browser and use the buttons to manipulate or export the list.
- Add more word list pages by duplicating an existing one and changing the contents.
- You can style it further in the
<style>
tag or separate CSS file.
- ✅ Chrome
- ✅ Firefox
- ✅ Edge
- ✅ Safari
This project is open for personal or educational use. Feel free to customize and extend it.
Created with ❤️ using HTML, CSS, and JavaScript.