obsidian_supercharged_links icon indicating copy to clipboard operation
obsidian_supercharged_links copied to clipboard

Supercharged links hide icon in preview

Open dxcore35 opened this issue 1 year ago • 3 comments

Hello,

I would like to hide the icon in preview mode. I like to keep the icon in any other place in the UI. I tracked the css that is adding my icon, but I'm not able to figure out how to apply it excluding the Preview mode.

div[data-id="3c87-3e9b"] div.setting-item-description::before, .data-link-icon[data-link-path*="/" i]::before {
    content: var(--3c87-3e9b-before);
    display: none;
}

Can somebody guide me how to edit it? Thank you

PS: It will be interesting to have checkbox for each customization of where the it will be shown. Now we can only globaly set where the Supercharged links will add customization. I will be quite usefull to have it for each item separately. Thanks!

dxcore35 avatar Jun 12 '23 13:06 dxcore35

That should be easy. Curious why you'd want that though!

HEmile avatar Jun 29 '23 08:06 HEmile

That should be easy. Curious why you'd want that though!

I still cannot do it :D If you know please! It is just clogging my visuals

dxcore35 avatar Jul 02 '23 13:07 dxcore35

I want that too, for the same reason. I wanted this plugin not to display inside the note text itself, rather to be displayed in the other parts of the UI.

I think this should be an option in the settings together with the other toggle options.

hyungtaecf avatar Mar 22 '24 08:03 hyungtaecf