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 · 4 comments
Open

Bug: Tag Notes not creating edges #568

skier233 opened this issue Oct 10, 2024 · 4 comments
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?

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

3 participants