AndrewUsher / AndrewUsher/andrewusher.dev
Add bookmark and read later
- Lenguaje dominante
- TypeScript
- Estrellas
- 1
- Forks
- 0
- Merge medio
- 2 d 5 h
- PR fusionados (30 d)
- 59
Descripción
People open a few posts at once and never come back. Let's give them a way to save stuff.
How I think it should work:
- bookmark button on each post card and on src/pages/blog/[slug].astro near the title (similar placement as RecentlyViewedPosts)
- store bookmarks in localStorage, same pattern as src/hooks/useRecentlyViewed.ts — no login for v1
- add /bookmarks page that lists saved posts with remove and clear all
- show count badge in header
- add "export as markdown" for the reading list so people can take it with them
Edge cases: handle posts that get renamed or deleted, and don't break if localStorage is full or disabled.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.