mdelobelle / obsidian_supercharged_links

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

Links aren't colored on mobile edit view #232

Open NicoNoell opened 2 months ago

NicoNoell commented 2 months ago

I'm a big fan of the supercharged Links and I use them together with the Style Settings Plugin to color my Links depending on which folder they are in. This works fine on Desktop, but on mobile if I'm in the edit mode and have the source view disabled, the supercharged Links don't work and I only see the default color. Otherwise it works great in both cases. Have I set something up the wrong way or does it simply not work on mobile (iOS if that matters)?

NicoNoell commented 2 months ago

Quick Fix: Defining the --link-color Attribute manually for all cases in the links.css snippet worked for me. On desktop it is ignored and on mobile use. Maybe this helps anyone in the future.

Ravenclawer commented 3 weeks ago

I am facing the same problem in obsidian 1.7.4 desktop version, could you elaborate on how to solve this problem?