mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #40] Index: Add a way to sort the index table by column #27
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nodiscc on GitHub (Aug 3, 2017).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/40
Currently, archived items on the index page are sorted by reverse chronological order (most recent first), most likely they are presented in the same order as the original HTML bookmarks export.
It would be nice to be able to sort the table by clicking on each column's header. Eg.
This would probably require a bit of Javascript
@pirate commented on GitHub (Aug 3, 2017):
I can sort of see the appeal of chronological order, but what's the use case for sorting by Title/URL?
Not super keen on adding JS either since right now it's pure HTML+CSS.
@nodiscc commented on GitHub (Aug 3, 2017):
Sorting by URL would be nice to group articles by website, even if they have been bookmarked months apart. As you said in #41 Ctrl+F works, but is less practical. You can then group pages from the same website together in the list.
Many pages/articles/blog posts have an URL that is relevant to some sorting method, for example:
Sorting by title is not as important.
Enabling JS should be optional and the index page should still work with js disabled (without sorting features though). I'm in favor of using a simple script, not relying on large frameworks like jquery, etc
Edit: examples
@pirate commented on GitHub (Aug 5, 2017):
Cool, that's a pretty good use case, I didn't think of that. I'll keep this open until I have some time to hack on it.
@pirate commented on GitHub (Aug 26, 2017):
Woah guys I just found this https://github.com/jlord/sheetsee-pocket (DEMO), it looks awesome, and has a bunch of cool features!
I pinged @jlord to see if she's interested in working on bookmark-archiver, but if not I still plan on borrowing some inspiration from her cool index design, including sortable columns and clickable tags.
@jlord commented on GitHub (Aug 29, 2017):
Hi @pirate! Sorry about the delay! I don't have any bandwidth to help unfortunately but feel free to take inspiration! ✨