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

Tag problems when creating a new note: #41

Open
johnson86tw opened this issue Jan 7, 2023 · 3 comments
Open

Tag problems when creating a new note: #41

johnson86tw opened this issue Jan 7, 2023 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@johnson86tw
Copy link

johnson86tw commented Jan 7, 2023

Hi @marcjulianschwarz

Thanks for this awesome project!

There are two problems I am facing with this extension when I want to create a new note:

  1. I have to set suggested tags in Raycast preference so I can add the tag for my new note. Is this the intended behaviour? I hope I can add any tag when I create a new note without setting anything before.

截圖 2023-01-07 下午4 46 00

  1. As stated above, when I use the tag I had set in Raycast preference, the tag format in my new note is like this:
Untitle
---
tags: ["js", "others"]
---

But I hope it can be like:

Untitle
#js #others

截圖 2023-01-07 下午4 47 35

@johnson86tw johnson86tw changed the title Create a new note: tag problems Tag problems when creating a new note: Jan 7, 2023
@marcjulianschwarz
Copy link
Collaborator

Hi @chnejohnson, thank you for your suggestions.

  1. This a limitation of the Raycast API. Several people from the Raycast community have already talked to the developers about this. Maybe this will be possible in the future, but sadly not right now 😥
  2. This doesn't seem right. The YAML frontmatter should of course be above the title. For now it is not planned to be able to use inline tags. However I will add this idea to the roadmap.

@marcjulianschwarz marcjulianschwarz added bug Something isn't working enhancement New feature or request labels Jan 14, 2023
@elliotdes
Copy link

Hi, why do the tags need to be set in preferences before they can be used? The tags section is just plain text.

If there is no reason to prevent this, I am happy to open an issue / PR to add this feature. Please let me know @KevinBatdorf @marcjulianschwarz

@KevinBatdorf
Copy link
Owner

I'll take a look at the PR @elliotdes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants