Anton Liberant77 downloadsBrowse top Hacker News stories and save them to your reading list
Browse Hacker News top stories directly inside Obsidian. Save interesting links to your reading list with one click.
Website: https://hn.jsdev.space/plugins/obsidian/

HN Reader is available in the Obsidian community plugin directory:
https://community.obsidian.md/plugins/hn-reader
You can also install a release manually.
Download the latest release from the Releases page:
main.jsmanifest.jsonstyles.cssIn your vault, create the folder:
<your-vault>/.obsidian/plugins/hn-reader/
Copy the three downloaded files into that folder.
In Obsidian go to Settings → Community plugins, disable Restricted mode, then find HN Reader in the list and enable it.
BRAT is a plugin that lets you install and auto-update plugins that are not yet in the official list.
https://github.com/anliberant/hn-obsidian-plugin
| Setting | Description |
|---|---|
| Display mode | Open in sidebar panel or new tab |
| Default feed | Feed shown when plugin opens (Top / New / Best / Ask / Show / Jobs) |
| Stories per page | How many stories to load: 10, 20, 30, or 50 |
| Show site favicons | Toggle small favicons next to story titles |
| Save mode | Single file or a new daily note per day |
| File path | Path to the reading list note (single file mode) |
| Daily notes folder | Folder for daily HN notes, named YYYY-MM-DD-hn.md |
| Add tags | Toggle to append tags to every saved story |
| Tags | Space-separated tags, e.g. #hn #reading |
Open HN Reader to open via command paletteSingle file mode:
# HN Reading List
- [ ] [Story title](https://example.com) | 312 pts | [HN](https://news.ycombinator.com/item?id=...) | 2026-05-28
Daily note mode (HN/2026-05-28-hn.md):
---
date: 2026-05-28
tags: [hn, reading]
---
# HN Reading List 2026-05-28
- [ ] [Story title](https://example.com) | 312 pts | [HN](https://news.ycombinator.com/item?id=...) | 2026-05-28 #hn #reading
MIT