Skip to content

Releases: nybbles/obsidian-pocket

Bug fix for long filename titles

09 Sep 23:29
2ccacd9
Compare
Choose a tag to compare

A big one!

12 May 16:39
c84eef5
Compare
Choose a tag to compare
  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

Double-open bug fix

09 May 18:47
a95bdd9
Compare
Choose a tag to compare

Support for Pocket URL for Pocket item (rather than original URL)

01 Apr 21:16
423ad7b
Compare
Choose a tag to compare

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.

Fix for incorrect creation of URL to note index for new installs

24 Feb 18:51
621d5a8
Compare
Choose a tag to compare

Better matching of Pocket items to their Obsidian notes

06 Feb 06:38
71d38fb
Compare
Choose a tag to compare

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.

Adding support for {tags-no-hash}

26 Jan 22:47
8691c35
Compare
Choose a tag to compare

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.

Adding support for syncing a particular Pocket tag only

06 Jan 22:53
5381d7a
Compare
Choose a tag to compare

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

Fixing Pocket item list sort order to be descending by update time

15 Sep 20:46
2729aac
Compare
Choose a tag to compare

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.

Shortened plugin name

14 Sep 17:27
7182368
Compare
Choose a tag to compare

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).