SkepticMystic / breadcrumbs

Add typed-links to your Obsidian notes
https://publish.obsidian.md/breadcrumbs-docs
MIT License
519 stars 35 forks source link

Bug: 'Jump to Prev' command or hotkey resulted in 'No note was found in prev given the limited fields allowed' #475

Closed zadorski closed 7 months ago

zadorski commented 1 year ago

Describe the bug

An exception occurs when navigating using the "Jump to Prev" and "Jump to Next" options (either way, through the command palette, or via hotkeys)." The logic successfully locates and displays the necessary links in the matrix, but it refuses to jump to them, as if it is expecting explicit fields (as shown in the screenshot below).

To Reproduce

  1. Ensure that daily notes are present in the same folder.
  2. The notes do not explicitly specify previous/next relationships.
  3. Initiate the "Jump to Next" function using the hotkey or command.
  4. Observe the error message "No note was found in next given the limited fields allowed:"."

Expected behavior

The hotkey or command "Jump to Prev" has the same result as clicking on the corresponding link in the Breadcrumbs matrix.

Screenshots

image

Desktop (please complete the following information):

Additional context

SkepticMystic commented 8 months ago

Hey @zadorski, please share your settings file (.obisidian/plugins/breadcrumbs/data.json)

SkepticMystic commented 7 months ago

After reimplimenting this feature in v4, I'm gonna consider this resolved as it works more smoothly now. See here for more info about the beta, and consider upgrading: https://github.com/SkepticMystic/breadcrumbs/blob/master/V4.md