Releases: nybbles/obsidian-pocket
Bug fix for long filename titles
A big one!
Double-open bug fix
See #90.
Support for Pocket URL for Pocket item (rather than original URL)
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
Better matching of Pocket items to their Obsidian notes
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}
Adding support for syncing a particular Pocket tag only
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
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
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).