[CSS]: Frontmatter items → Specific class instead of #text
#188
FelipeRearden
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi, @FelipeRearden :) LGTM. I converted to issue #189 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @tadashi-aikawa
There is one more thing related to CSS that I would like to share with you.
For my workflow, frontmatter items are extremely important. Every note in my vault is filled with
aliases
tags
and more metadata items.Most of the time I use the frontmatter items to navigate and search inside an AQS modal.
📸 This is one of my AQS modals

My FR
I would like to be able to target the each element
odd/even
of each frontmatter item.📸 My FR

Just as an example the CSS style, this is my note YAML frontmatter
📸 YAML

ℹ️ In other words, my FR is about a specific class inside
.another-quick-switcher__item__meta__front_matter
that lets me use:nth-of-type
to targetodd/even
items.📸 Moreover apply the same behavior that we have for

.another-quick-switcher__item__description__link
and.another-quick-switcher__item__description__tag
Why DO You Need This ?
The reason is that my eyes feels more comfortable with different colors.
It is been hard for me to look/see each one of the items since they have the same color.
That is the reason that my vault has a
font-size
much higher than the normal and my AQS modals are bigger and with a custom style.I need to make things comfortable for my 👁️
Thanks for reading this !!!!! I hope you like my suggestion 🙏 🙏 🙏
Let me know if you need more information !!!
If you decide to do this, I can create the FR :)
Have a great day 🌞
Beta Was this translation helpful? Give feedback.
All reactions