-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
β¨ Feature Description
Currently, papers are only listed without a way to search or filter them.
We need a search bar (by title/author/keyword) and filter dropdown (by tags/categories).
π― Why is this Needed?
- Helps users quickly find relevant papers.
- Makes the organizer scalable when handling large collections.
- Enhances usability and efficiency.
π Possible Implementation
- Add a search input box in
index.html
. - Add a dropdown filter for categories/tags.
- Update
script.js
to dynamically hide/show items. - Ensure it works on both desktop & mobile.
πΈ Mockups / Examples (if any)
β Additional Notes
- Later, can be extended with advanced filters (by year, conference, DOI, etc.).
- A beginner-friendly issue for contributors familiar with DOM manipulation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request