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

Add tags on per-header basis #549

Open
oskarryn opened this issue Mar 17, 2024 · 0 comments
Open

Add tags on per-header basis #549

oskarryn opened this issue Mar 17, 2024 · 0 comments

Comments

@oskarryn
Copy link

I appreciate the options to add tags on a per-note and per-file basis, but I'm missing the per-header way. Right now, I have to repeat the same tag for each note in a section or split a file into several files and use file-level tags. Instead, it would be best to just do:

# Topic X #tagx
Q: What is A?
A: Something about A

# Topic Y #tagy
Q: What is B?
A: Something about B

and have the tags assigned to the corresponding notes automatically. Alternative implementations could be

# Topic
#tag1
Q: What is A?
A: Something about A

or

# Topic
HEADER TAGS: #tag1
Q: What is A?
A: Something about A

Additionally, it would be useful to have an option to attach a tag equal to the header implicitly, i.e.

# Topic
Q: What is A?
A: Something about A
Q: What is B?
A: Something about B

would give the notes the tag #Topic.

An extra would be adding tags for sub-headers (with inheritance from parent header).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant