Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: #575

Open
tsbertalan opened this issue Oct 31, 2024 · 0 comments
Open

Bug: #575

tsbertalan opened this issue Oct 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tsbertalan
Copy link

(extending #509)

I have a block like

type: tree
fields: [down]
sort: neighbour-field:next
mermaid-direction: TB
depth: [0,0]

It almost seems to work, but there is one node C out of place in the order (and another E for which that order is not defined that seems to be arbitrarily slotted in where C should go):

In this example, A-D all have up relationships to the current page, and mutual next and prev to each other. E has up to the current page, but nothing else.

I expect A-D to be listed in order, with E shown anywhere in there, but I get instead C,A,B,E,D

A clear and concise description of what the bug is.

To Reproduce

Not sure; I tried making a minimal vault to show this, and it sorts like A,B,C,E,D, which is fine.

Expected behavior

Nodes should list order by their next/prev relationships.

Screenshots

Here, the block

type: mermaid
fields: [down,next]
merge-fields: true
mermaid-direction: TB
depth: [0,99]

correctly shows the next relationships.

image

Desktop (please complete the following information):

  • OS: Win 11
  • Breadcrumbs version:
  • Obsidian version: [e.g. 1.5.12]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Breadcrumbs version: Says 3.6.11, but settings page looks like the below. I guess I downloaded this from git.
  • Obsidian version: 1.7.4 (same installer version)

image

@tsbertalan tsbertalan added the bug Something isn't working label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant