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

Read It Never

Jakob HeJakob He4 downloads

Save online content to your Vault, utilize embedded template engine and organize your reading list to your needs. Preserve the web with Read It Never.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

A rebranded fork of ReadItLater by Dominik Pieper.

Table of contents

  • Introduction
  • Installation
  • Content Types
    • Website Article
    • Youtube
    • Youtube Channel
    • Twitter
    • Bilibili
    • Text Snippet
  • API

Introduction

Save the web with Read It Never plugin for Obsidian. Archive web pages for reading later, referencing in your second brain or for other flexible use case Obsidian provides.

Read It Never can do a lot more than converting web pages to markdown. For every content type there is specific template with carefully selected variables to ease up your archiving process.

What makes Read It Never plugin great?

  • Simple, but powerful template engine
  • Carefully selected predefined template variables to straightforward archiving process
  • Compatibility with Obsidian iOS and Android apps
  • Downloading images from articles to your Vault
  • Batch processing of URLs list

Installation

This plugin is distributed outside the Obsidian community store.

Via BRAT (recommended): add the beta plugin leweii/read-it-never.

Manual: download main.js, manifest.json, and styles.css from the latest release into <vault>/.obsidian/plugins/read-it-never/, then enable Read It Never in Settings → Community plugins.

How to use Read It Never plugin?

To create single note you can either click on the plugin ribbon icon, select Read It Never: Create from clipboard from command palette or click on Read It Never shortcut in context or share menu. You can also create multiple notes from batch of URLs, delimited by selected delimiter in plugin settings using Read It Never: Create from batch in clipboard command.

If you want just add content to existing note, you can use Read It Never: Insert at the cursor position command to insert content after the current cursor position.

Template engine

Read It Never provides for every content type dedicated template that can be edited in plugin settings.

Variables

Variables are rendered in template using familiar syntax {{ content }}. Nested data types can be accessed using dot notation {{ author.name }}.

Filters

Variables output can be modified using filters. Filters are separated by | symbol. Filters can be chained, so output of the previous is passed to the next.

blockquote

Adds quote prefix to each line of value.

capitalize

Modifies first character to uppercase and others to lowercase.

{{ 'hello world'|capitalize}}

outputs: Hello world
numberLexify

Converts number to lexified format.

{{ 12682|numberLexify}}

outputs: 12.6K
lower

Converts value to lowercase.

{{ 'Hello World'|lower}}

outputs: hello world
replace

Replaces all occurrences in input value.

{{ 'Hello world'|replace('o') }}

outputs: Hell wrld
upper

Converts value to uppercase.

{{ 'Hello World'|upper}}

outputs: HELLO WORLD

Inbox and Assets directories

You can use template variables in Inbox dir and Assets dir settings to better distribute content in your Vault.

Directory template variable Description
date Current date in format from plguin settins
fileName Filename of new note
contentType Slug of detected content type from plugin settings

Content Types

Structure of note content is determined by URL. Currenty plugin supports saving content of websites and embedding content from multiple services. Each content type has title and note template with replacable variables, which can be edited in plugin settings.

Available content types are ordered by URL detection priority.

Website Article

Will be parsed to readable form using Mozilla Readability and then converted to markdown. In case website content is marked by Readbility as not readable, empty note with URL will be created.

If enabled, images will be downloaded to folder (default is Read It Never Inbox/assets) configured in plugin settings. (Supported only on desktop for now)

Title template variable Description
title Article title from <title> HTML tag
date Current date in format from plugin settings
Content template variable Description
articleTitle Article title from <title> HTML tag
articleURL Article URL
articleReadingTime Estimated reading time in minutes by Readbility.js
articleContent Article content
date Current date in format from plugin settings
previewURL Aritlce preview image URL parsed from OpenGraph or Twitter image <meta> property
publishedTime Article publish time parsed from OpenGraph <meta> property or Schema.org JSON and formatted in content format from plugin settings

Youtube

Title template variable Description
title Video title
date Current date in format from plugin settings
Content template variable Description
videoTitle Video title
date Current date in format from plugin settings
videoDescription Video description
videoURL Video URL on Youtube.com
videoId Video ID
videoPlayer Embeded player generated by plugin
channelId Channel ID
channelName Channel name
channelURL Channel URL on Youtube.com
videoThumbnail Video thumbnail image URL
videoChapters List of video chapters with linked timestamps
videoTranscript Video transcript (closed captions), one timestamped line per caption
videoPublishDate Video plublish date formatted in content format from plugin settings
videoViewsCount Video views count
Chapter template variable Description
chapterTitle Chapter title
chapterTimestamp Chapter start time in mm:ss
chapterSeconds Chapter start time in seconds
chapterUrl Url to chapter start
Transcript line template variable Description
transcriptText Caption text for the line
transcriptTimestamp Line start time in mm:ss
transcriptSeconds Line start time in seconds
transcriptUrl Url to the video at the line's start

Parsing of HTML DOM has its limitations thus additional data can be fetched only from Google API. Retrieved API key can be set in plugin settings and then plugin will use the Google API for fetching data.

Content template variable Description
videoDuration Video duration in seconds
videoDurationFormatted Formatted video duration (1h 25m 23s)
videoTags Formatted list of tags delimited by space

Youtube Channel

Title template variable Description
title Channel title.
date Current date in format from plugin settings.
Content template variable Description
date Current date in format from plugin settings.
channelId Channel ID.
channelTitle Channel title.
channelDescription Channel description.
channelURL Channel URL on Youtube.com.
channelAvatar URL of channel's avatar (thumbnail) image.
channelBanner URL of channel's banner image.
channelSubscribersCount The number of subscribers that the channel has.
channelVideosCount The number of public videos uploaded to the channel.
channelVideosURL URL to channel's videos on Youtube.com
channelShortsURL URL to channel's shorts on Youtube.com

X.com (Twitter)

Parser use X Publish API to fetch data.

Title template variable Description
tweetAuthorName Post author name
date Current date in format from plugin settings
Content template variable Description
tweetAuthorName Post author name
date Current date in format from plugin settings
tweetURL Post URL on X.com
tweetContent Post content
tweetPublishDate Post publish date formatted in content format from plugin settings

Bilibili

Title template variable Description
title Video title
date Current date in format from plugin settings
Content template variable Description
videoTitle Video title
date Current date in format from plugin settings
videoURL Video URL on Bilibili.com
videoId Video ID (BV id)
videoPlayer Embeded player generated by plugin
videoDescription Video description
videoThumbnail Video cover image URL
channelName Uploader (UP主) name
channelURL Uploader space URL on Bilibili.com
videoPublishDate Video publish date formatted in content format from settings
videoViewsCount Video views count
videoDuration Video duration in seconds
videoDurationFormatted Formatted video duration (1h 25m 23s)
videoPartsCount Number of parts (分P) in the video
videoParts Markdown list of parts (分P), empty for single-part videos

Metadata is fetched from Bilibili's public x/web-interface/view API (no login required).

Text Snippet

If your clipboard content is not recognized by any of above parsers plugin will create note with unformatted clipboard content.

Title template variable Description
date Current date in format from plugin settings
Content template variable Description
content Clipboard content
date Current date in format from plugin settings

API

To invoke functionality from other plugins we provide an API. You can access it via this.app.plugins.plugins['read-it-never'].api which is an instance of ReadItNeverApi class defined in src/ReadItNeverApi.ts.

HealthExcellent
ReviewPassed
About
Archive web pages and media into your Vault as Markdown notes using dedicated templates for articles, videos, social posts and more. Download images, process URL batches, and apply a simple template engine with predefined variables for consistent archiving on desktop and mobile.
ImportTemplatingAttachments
Details
Current version
1.2.1
Last updated
5 hours ago
Created
Yesterday
Updates
6 releases
Downloads
4
Compatible with
Obsidian 1.7.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Jakob HeJakob Heleweii
jakobhe.com
GitHubleweii
  1. Community
  2. Plugins
  3. Import
  4. Read It Never

Related plugins

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Kindle Highlights

Sync your Kindle book highlights using your Amazon login or uploading your My Clippings file.

Nexus AI Chat Importer

Import AI chat conversations from ChatGPT, Claude, and Mistral Vibe (formerly Le Chat) exports into Obsidian as clean, readable Markdown files.

Whisper

Speech-to-text using OpenAI Whisper.

Make It Rain

Pull Raindrop.io bookmarks, highlights, and attachments into Markdown notes with rich metadata, smart folder structures, and native file support.

Star Gate

Clip web pages into Obsidian with a multi-tab browser, AI analysis templates, and content capture.

Epub Importer

Import EPUB files as Markdown.

Unofficial Supernote by Ratta Integration

View Supernote notes, generate markdown from note and capture screen mirror.

Weread

Sync Tencent Weread highlights and annotations.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.