1.40.1
Pairwise Sorter
Home
Lists
Login
Sign Up
Sort
Reset
Delete
Make Public
Clone
Marvel
- 50%
Created At:
11/23/2024, 10:37:03 PM
Update
New List Name
Rename
HTML-Generating JavaScript
/** * Return the HTML content representing the current item, sandboxed in an <iframe>. * * @param {string} name Name of item * @param {boolean} isComparison If currently on the comparison screen * @returns {string} HTML of item */ async function generateHTML(name, isComparison){ return `<span style="color: ${isComparison ? 'red' : 'blue'};">${name}</span>`; }
Update
Bulk Edit
$$$$ ?????
Edit
New Item(s)
Add Item(s)
Search
Search
Highlight Matches
Search
Unsorted (2)
Sorted (1)
Comparisons (0)
Show All
$$$$
⟳
Mark Complete
$$$$
⟳
Rename
Reset
Delete
Mark Complete
?????
⟳
Rename
Reset
Delete
Mark Complete
Sorting Animation