Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

LinkStowr

joelseqjoelseq4k downloads

Save links from your browser.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates15

This repository is the Obsidian plugin for LinkStowr. LinkStowr is a free, open source and privacy-friendly set of tools (Chrome Extension + Obsidian plugin) designed to make it extremely easy to capture and store your valuable online resources in a structured and meaningful way.

Save important bookmarks along with a simple note using the Chrome Extension:

chrome-extension

Periodically sync your links with your Obsidian vault.

linkshelf-obsidian.webm

Usage

Prerequisites

  1. Create an account at https://linkstowr.com/ and generate an Access Token.
  2. Download the Chrome Extension and input your Access Token.
  3. Start saving links using the Chrome Extension.

Using the plugin

  1. Install this plugin.
  2. Go to the Settings > Community Plugins > Installed and ensure "LinkStowr" is enabled.
  3. Navigate to the settings for the plugin and configure the plugin:
    • Input the Access Token that you previously generated. In case you forgot or lost the one you previously generated, you can create a new one and use that.
    • Add the folder path to save links to. IMPORTANT: Make sure this folder exists.
    • (Optional) Add the path to a template file to use. See instructions below for creating a template file.
  4. Once you have everything configured, run the "Sync" command to sync your saved links using either Command palette (cmd/ctrl+P) or using the ribbon icon "LinkStowr sync" on the sidebar.

Once your links have successfully synced to your Obsidian vault, LinkStowr will no longer store your links. This ensures that your vault is the only long term home for your links!

Templates

LinkStowr allows you to customize the final output of your link file using a template file provided in the plugin's settings. The following variables are available to be used in your template file:

Variable Description
{{title}} The title the link was saved with. Usually defaults to the page title.
{{url}} The URL of the link.
{{tags}} Comma-separated tags added while saving the link. When used in a frontmatter tags: field, automatically formatted as a YAML list.
{{tagsYaml}} Tags pre-formatted as YAML list items ( - tag). Use this for explicit control when placing tags in a custom YAML structure.
{{note}} The note added for the link using the Chrome Extension.
{{description}} The description of the page (from meta tags).
{{image_url}} The preview image URL of the page (from Open Graph meta tags).
{{bookmarked_at}} The date the link was bookmarked. Supports format specifiers e.g. {{bookmarked_at:YYYY-MM-DD}}.

Here's the default template that files get saved with. Feel free to tweak it to your requirements:

---
tags: bookmark, {{tags}}
title: "{{title}}"
url: "{{url}}"
description: "{{description}}"
image: "{{image_url}}"
bookmarked_at: "{{bookmarked_at:YYYY-MM-DD}}"
---

{{note}}

Tips

The main use case that I created LinkStowr for is to have a way for me to easily store useful links that integrates well with my existing workflow (which relies heavily on Obsidian) and makes it very easy to query for and organize later. I use it as a bookmarking tool by adding some relevant information in the note like the person that shared that link with me or certain tags like #health, #tech, #learning. I also use it as a read/watch it later tool by adding a #later tag.

Obsidian Bases

Obsidian Bases is a great way to organize and browse your saved links. You can filter by tags, sort by bookmarked_at, and use the card layout with the image property to get a visual bookmark gallery — similar to Pinterest or a read-it-later app.

Obsidian Base example

Dataview

You can also use the Dataview plugin to query your links. For example, find all links marked as "read later":

TABLE url, note
FROM #bookmark and #later

Related repos

  • LinkStowr API v2
  • LinkStowr Web App
  • LinkStowr Chrome Extension

Thanks

The following resources were very helpful resources to look at for learning how to create this plugin:

  • Obsidian Developer Documentation
  • Obsidian Kindle Plugin repo
  • Obsidian Book Search Plugin
70%
HealthExcellent
ReviewCaution
About
Sync bookmarks saved with the LinkStowr Chrome extension into your Obsidian vault as Markdown files using customizable templates. Capture title, URL, tags and notes, and remove remote copies so your vault becomes the long-term home for those links.
LinksImport
Details
Current version
0.9.1
Last updated
3 months ago
Created
3 years ago
Updates
15 releases
Downloads
4k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
joelseqjoelseq
joelseq.dev
GitHubjoelseq
  1. Community
  2. Plugins
  3. Links
  4. LinkStowr

Related plugins

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.

Link Favicons

See the favicon for a linked website.

Advanced URI

Control everything with URI.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

Auto Link Title

Automatically fetches the titles of links from the web.

Weread

Sync Tencent Weread highlights and annotations.