mdelobelle / obsidian_supercharged_links

obsidian plugin to add attributes and context menu options to internal links
MIT License
518 stars 34 forks source link

Using logical operands #168

Open dxcore35 opened 1 year ago

dxcore35 commented 1 year ago

In UI add support to combine 2 different attributes to match the condition (AND, OR, NOT,etc...) For example make text red when YAML properties are: class = project AND status: notstarted

Currently I haven't find other solution how to make such double conditon.

HEmile commented 1 year ago

This can be done with CSS. This is out of scope for adding it to the UI in the near future for sure.

dxcore35 commented 1 year ago

All supercharged links can be done via CSS, this is not the point. What I'm asking is just to add logical operators into already functional Supercharged links query.

HEmile commented 1 year ago

I know, it's a good idea, but as I said it's out of scope right now.

PencilMing commented 2 months ago

how to use css to do logical operands