You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may investigate in the code a bit when/if I have time, so any guidance would be appreciated.
Running Version: 0.10.1 on Fedora Linux in Chromium browser
I do wonder, though, if this is something only I am experiencing because it seems like a bug that would affect people pretty immediately for anybody using such custom space-styles - so I'm curious if you/anybody can replicate.
The text was updated successfully, but these errors were encountered:
But you have to use The #<...> syntax for tag (the left and right angle brackets allows for spaces etc. in the tag name).
# Test CSS attribute selectors on tags
Some paragraph. #<mycooltag>
Another paragraph with #<mycooltag>.
```queryparagraph where tags = 'my cool tag' select text```
Does this work for you?
Hint, I like to "structure" my tags a little, e.g., #Linux/Kernel, #<Linux/Performace Tuning>etc. The CSS selectors (see CSS Attribute Selectors) can then be used to match only the Linux/ part, like this:
I'm trying to customize the appearance of particular tags per the suggestion in the docs:
But when I make a line
#hello there
in a doc, then inspect that element, this is the HTML output:So there is no effect if I put space-styles like, for example:
I may investigate in the code a bit when/if I have time, so any guidance would be appreciated.
Running Version: 0.10.1 on Fedora Linux in Chromium browser
I do wonder, though, if this is something only I am experiencing because it seems like a bug that would affect people pretty immediately for anybody using such custom space-styles - so I'm curious if you/anybody can replicate.
The text was updated successfully, but these errors were encountered: