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: Tag Notes not creating edges #568

Open
skier233 opened this issue Oct 10, 2024 · 5 comments · May be fixed by #588
Open

Bug: Tag Notes not creating edges #568

skier233 opened this issue Oct 10, 2024 · 5 comments · May be fixed by #588
Labels
bug Something isn't working

Comments

@skier233
Copy link

Describe the bug

Tag Notes dont seem to work as described in the documentation

To Reproduce

Steps to reproduce the behavior:

  1. Create a note named test and apply a tag named markdown
  2. Create a note called abc and set BC-tag-note-tag to markdown and BC-tag-note-field to down
  3. We'd expect to see the edge relationships after refreshing index
  4. No edge relationships are found

Expected behavior

As per the documentation, the edge relationships should be found

Desktop (please complete the following information):

  • OS: Windows
  • Breadcrumbs version: 3.6.11 and also on master
  • Obsidian version: 1.6.7
@skier233 skier233 added the bug Something isn't working label Oct 10, 2024
@SkepticMystic
Copy link
Owner

Do you get any errors in the console? Breadcrumbs logs some nested warnings as well, so be sure to dig a bit

@skier233
Copy link
Author

I don't see anything in the console at all from these actions

@skier233
Copy link
Author

markdown.md:

---
BC-tag-note-tag: abc
BC-tag-note-field: down
---

test.md:

---
tags:
  - abc
aliases:
  - bumble
---

@csss1234
Copy link

Does it work when you create the #tag in note body instead of yaml?

@Corbanator
Copy link

I am having this same issue, but I am on v4.2.35-beta.
OS: Arch Linux
Breadcrumbs Version: v4.2.35-beta
Obsidian Version: v1.8.4

I encounter this problem on a fresh vault with only BRAT and the breadcrumbs beta installed. It does seem to work when not on the beta, for me. It also works when the #tag is in the note body, rather than the frontmatter.

markdown.md:

---
BC-tag-note-tag: markdown
BC-tag-note-field: down
---

test.md:

---
tags:
  - markdown
---

This is the output in the dev console when the Debug Level is set to DEBUG and I restart Obsidian:

Image

Image

Image

I have tried the following:

  • Adding/removing the BC-tag-note-field property
  • Reinstalling, testing in a fresh vault
  • Trying the non-beta version (seems to work as expected)
  • Putting the tag in the body (this does work)
  • Resetting settings, tweaking various settings
  • deleting and remaking notes
  • trying various tags
  • using the old BC-tag-note field instead

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
4 participants