Link Icon Missing when Using a Custom CSS #1974
-
Continuing my issue from #1965 (comment) about the missing Link icon and hidden emoji. Here's my debug info:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Ah, there goes my theory. The only thing I could think of was if your installer was older than 1.1.9, but it isn't. I presume that the 1 snippet you have enabled is the one copied from #1965. I'm on a similar system to yours, so will try it out. |
Beta Was this translation helpful? Give feedback.
-
I have pruned back my snippets and plugins to the minimum, where the 1 snippet is the one copied from #1965:
With this note in filename
�I see this in Reading mode: When I run And when I hover over the square at the right hand side, I see this: |
Beta Was this translation helpful? Give feedback.
-
I see the task icons in Live Preview on their original page; but, they don't seem to show in a Tasks query. They also don't show on the original page in reading mode; only Live Preview. ![]() |
Beta Was this translation helpful? Give feedback.
-
Just coming back to this after a super busy couple of weeks, apologies for the delay. In the original post I actually completely forgot that this was made for minimal theme - I've been using it since the start of using obsidian and the repo that The good news is I've fixed this and updated the new priority options / icons: Discovered that CSS variables using I'll now update the other thread with new changes. |
Beta Was this translation helpful? Give feedback.
Just coming back to this after a super busy couple of weeks, apologies for the delay.
In the original post I actually completely forgot that this was made for minimal theme - I've been using it since the start of using obsidian and the repo that
Tasks - Compact.css
came from is specifically for minimal theme hackers. I did post it in the Tasks community however and completely forgot about this.The good news is I've fixed this and updated the new priority options / icons:
Discovered that CSS variables using
var()
support a second fallback parameter, so I've set it up to fallback on default obsidian vars for colors/fontsize etc)I'll now update the other thread with new changes.