zhaoshenzhai / obsidian-mathlinks

An Obsidian.md plugin to render MathJax in your links.
MIT License
55 stars 3 forks source link

Mathlinks disables some other plugins and snippets to put an icon or emoji in front of an external link such as 'Link Favicons' on live preview. #67

Open hyperphysin opened 7 months ago

hyperphysin commented 7 months ago

It disables this css snippet too.

/ General styling for external links / .cm-hmd-external-link .cm-underline, .external-link { text-decoration: initial !important; }

/ Styling for Reading View / .markdown-preview-view .external-link::before {
content: "🔗"; / Insert the emoticon / margin-right: 5px; / Adjust spacing between the emoticon and link text / cursor: pointer; / Set cursor to pointer / }

/ Styling for Live Preview / .markdown-source-view.mod-cm6.is-live-preview .cm-link .cm-underline::before { content: "🔗"; / Insert the emoticon / margin-right: 5px; / Adjust spacing between the emoticon and link text / cursor: pointer; / Set cursor to pointer / }

perisage commented 4 weeks ago

same issue.