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

Tags declared in path.yaml attach to file, but not to entire tags system #352

Open
wyattjsmith1 opened this issue Sep 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@wyattjsmith1
Copy link

Describe the bug
Creating tags in a .yaml file creates the tag on the file, but the tag is not visible in the tags page, and clicking on the tag 404s.

To Reproduce
Steps to reproduce the behavior:

  1. Create a file tree like this:
some_dir/
- my_file.md
some_dir.yaml

Where some_dir.yaml has the following:

tags:
- my_tag
  1. Generate and visit the my_file.md page.
  2. Observe the tag my_tag exists on the page.
  3. Click my_tag; observe a 404.
  4. Go to the root tags page (click the 🏷️ icon at the bottom of every page)
  5. Observe there is no entry for my_tag

Expected behavior

  • Clicking tag should not result in 404.
  • All declared tags should appear in the tags page

Screenshots
NA

Desktop (please complete the following information):

  • Browser: Firefox
  • Version: 105

Additional context
NA

@wyattjsmith1 wyattjsmith1 added the bug Something isn't working label Sep 24, 2022
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
None yet
Development

No branches or pull requests

1 participant