A web-based tool for viewing and searching through bookmarks exported from getpocket.com. This application allows users to upload their Pocket bookmark exports in CSV format and view them in an organized, searchable card layout.
- CSV file upload support for Pocket bookmark exports
- Responsive card-based layout
- Search functionality for filtering bookmarks
- Favicon display for each bookmark
- Tag support and display
- Timestamp conversion to readable dates
- Mobile-friendly design
- HTML5
- CSS3
- JavaScript (Vanilla)
- Papa Parse (CSV parsing library) -- pulled in from CloudFlare
- Note that favicons are pulled in from Google's favicon cache, so you may wish to modify this based on your preferences
- Clone this repository
- Open
index.htmlin a web browser - Click the file input button to upload your Pocket bookmarks CSV export
- Use the search bar to filter through your bookmarks. This is a free text search so it will find titles, tags, etc.
- Export your bookmarks from getpocket.com as a CSV file
- Load the exported CSV file using the file input
- Browse your bookmarks in the card layout
- Use the search bar to filter bookmarks by title, URL, or tags
- Click on any bookmark title to open the original URL
- Each bookmark is displayed as a card containing:
- Favicon as a tiled header image (favicon currently retrieved from Google)
- Title (clickable link)
- URL
- Date added
- Associated tags
- Real-time filtering of bookmarks
- Searches through titles, URLs, and tags
Feel free to submit issues and enhancement requests.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.