ReadItLater plugin

Hello everyone,

I created a new plugin to support how I work with pieces of information, maybe it’s helpful for others as well. While I work I often stumble over pieces of information I don’t need yet but want to process and break it down later. To support that easy and fast I created the ReadItLater plugin.

The plugin adds a command and a button both named ‘ReadItLater: Save clipboard’.
Depending on what’s in your clipboard it:

  • Plain Text: creates a text note
  • URL: parses a website and creates a file with the content
  • Youtube link: creates a file with a link and the embedded video
  • Twitter link: embeds the information of the tweet

without further questions into the configured inbox folder and with a tag for the different types.

Hopefully, it’s helpful for someone else too.
(Not yet listed inside Obsidians community plugins)

9 Likes

Looks very useful indeed! Thanks!

Nice! Is there a link?

The GitHub repo is here: GitHub - DominikPieper/obsidian-ReadItLater

I created a PR to add it to the community plugins as well

2 Likes

Cool idea, but i like QuickAdd so much i can’t move away from it. Hope there was a way to couple it with QuickAdd

@Archie I don’t know QuickAdd so not planned yet :sweat_smile:

oh you should try it then. it is one of the top three obsidian plugins imo

Love the plugin @DominikPieper!

Does anyone know how to create a shortcut on iOS that I can use to share the item and pass it to the ReadItLater plugin in my vault?

3 Likes

The shortcut topic isn’t touched yet @tellier.

I pushed a new version with some small new features:

  • It’s possible to configure the title template for every type of content
  • It’s possible to activate file download for images referenced in the content into a local folder
1 Like

I just found this and really like it! It creates quick, simple, markdown files of whole web pages or snippets. (I see it captures other things like tweets, too, but I’ve only just installed it and tested it in chrome. It’s perfect for what I was looking for. Thank you!

1 Like

It’s been quite a while since last post about new features of this plugin.

Let me point out some of recently added:

  • Date template variables
  • Support for embedding content from Bilibili
  • Saving images from articles to separate folders
  • Saving of Mastodon toots with replies and media attachments
  • Estimated reading time template variable for web articles
  • Extended template variables for YouTube videos
  • Embedding of Vimeo videos
  • Saving of posts from Stack Exchange

Every supported content type is documented in project’s Github repository.

What’s next?

  • Sample vault with notes and Dataview examples
  • Support for embedding YouTube shorts
  • Implementation of YouTube API to retrieve more data about videos
  • Support for embedding content from TikTok
  • Improving experience on iOS/Android app
2 Likes

Hi. I like the plugin. But I would like that when I put the url of a page, it take a snapshot of the page in PDF or PNG.

Is this possible? I can code this function, but i don’t know if it is possible.

I love the plugin! For the “new features suggestion box”: a browser extension that, with a click, ships the URL of the webpage you are on (i.e. a text article) through the process and directly into the ReadItLater Inbox without having to perform the ‘copy-open_Obsidian-execute’ process. Possible?

1 Like

I love this plugin. Where the browser extension? Also a csv import for the links would be amazing.