A web application that sorts text lines based on their visual length. Built with Vue.js and Bootstrap.
Try it online: Text Length Sorter
- Sort text lines by visual length considering the selected font
- Multiple sorting options:
- Ascending (shortest to longest)
- Descending (longest to shortest)
- Hourglass (alternating from outside in)
- Gaussian (alternating from inside out)
- Font selection for accurate length measurement
- Dark mode support
- Copy sorted text to clipboard
- Responsive design
- Clone the repository
- Open
index.html
in a web browser
- Select your desired font from the dropdown menu
- Choose a sorting direction
- Enter or paste your text in the left textarea
- The sorted text will appear in the right panel
- Click "Copy Text" to copy the sorted result to clipboard
- Vue.js 2
- Bootstrap 5
- ES6 Modules