A visual link manager for Obsidian. Point it at a note that holds your saved URLs, and it turns every link into a card with automatically scraped title, description, image, favicon, and reading status.
Designed to work with Obsidian Web Clipper: clip a page, the link lands in your inbox note, LinkFlow picks it up and adds it to the dashboard automatically.
- Auto-detection of URLs in a configured target note.
- Metadata scraping: title, description, cover image, favicon.
- Card gallery with filters (status, tags, search).
- Reading statuses: Unread, Reading, Done, Archived.
- Manual link addition from the dashboard.
- Works with any note that holds plain URLs or Markdown links.
- Install and enable LinkFlow in Community Plugins.
- Open Settings and set the Target File Path (the note that acts as your inbox).
- Paste URLs into that note, or use Obsidian Web Clipper to clip pages into it.
- Open the dashboard: click the grid icon in the left ribbon, or run
LinkFlow: Open Dashboardfrom the Command Palette.
git clone https://github.com/infinition/obsidian-linkflow.git
npm install
npm run dev # watch mode
npm run build # productionMIT. See LICENSE.