Obsidian Pocket Versions Save

Pocket integration for Obsidian

0.8.1

1 year ago

Releasing fix for #101.

0.8.0

2 years ago
  1. Pocket item note bulk creation (#37)
  2. Ability to embed Pocket item image into Pocket item note (#86)
  3. Better defaults for Pocket item note template and folder (#93)
  4. Removal of resolving Pocket item notes by title (now only by URL frontmatter key)
  5. Various fixes (see #94)
  6. Revamped docs

0.7.2

2 years ago

See #90.

0.7.1

2 years ago

Shoutout to @ashlyn for contributing this functionality.

  • Links to open either Pocket item's original URL for its URL on Pocket itself.
  • {{pocket-url}} template variable for the Pocket item's URL on Pocket itself.

0.6.1

2 years ago

Fixes #83.

0.6.0

2 years ago

This release is all about improving how Pocket items are matched to their respective Obsidian notes.

Previously, an Obsidian note would only be matched to a Pocket item if it was in the Pocket item notes folder and has the same title as the Pocket item. This was limiting because renaming the Obsidian note or moving it out of the Pocket item notes folder would break the connection between the Obsidian note and the Pocket item.

Now, notes in Obisidan are matched to Pocket items based on a specific tag in their frontmatter. The tag that is used is "URL" by default, but can be changed in settings.

This means that while Pocket item notes are created by default in the Pocket items notes folder, they can be moved elsewhere and/or renamed without breaking the connection to the Pocket item with matching URL. It also means that you can create notes with the URL frontmatter and they will be automatically connected to the relevant Pocket item note with the matching URL, although the Pocket item template would not be used in that case.

Use the "Index all files by URL" command to ensure that obsidian-pocket knows about all files that contain a frontmatter tag for URL, thereby allow it to match those notes to Pocket items. This index is maintained by obsidian-pocket automatically, so you should not need to run it.

The previous method of matching an Obsidian note to a Pocket item is now used as fallback, i.e. An Obsidian note can be matched to a Pocket item if it is in the Pocket item notes folder and has the same title as the Pocket item. This only happens as a fallback when there is no Obsidian note with a frontmatter tag for URL that matches the Pocket item.

0.5.5

2 years ago

As reported in #71, the YAML frontmatter expects tags to not have hashes. This release adds {tags-no-hash}, which unlike {tags}, does not prefix hashtags with a "#". Please see the docs for a usage example.

0.5.4

2 years ago

You can either sync all Pocket items or just Pocket items with a particular tag that you specify, using the "Pocket sync tag" setting. Leave it blank to sync all Pocket items, or specify a Pocket tag to limit your sync to just Pocket items with that tag

0.5.3

2 years ago

Pocket item list used to be sorted by sort_id, but it's not clear what that means. It will be sorted in descending order by time_updated instead.

0.5.2

2 years ago

The plugin should now appear as "Pocket integration", rather than "Pocket reading list integration" within the Obsidian app, once installed. It will not yet appear in the community plugin listing with the shortened name, as that requires a change in https://github.com/obsidianmd/obsidian-releases/blob/master/community-plugins.json (WIP).