Skip to content

Plugin Supercharged Links #101

Answered by tallguyjenks
D7891 asked this question in Q&A
Discussion options

You must be logged in to vote

Supercharged links settings:

in obsidian:

and this in my CSS file:

/** ________ 2.9.3 Input Links -- https://discord.com/channels/686053708261228577/707816848615407697/844751423253905458 */
a.internal-link[data-link-type$="video" i]::before{
  content: "🎥 "attr(data-link-status)" "
}
a.internal-link[data-link-type$="article" i]::before{
  content: "📰️ "attr(data-link-status)" "
}
a.internal-link[data-link-type$="book" i]::before{
  content: "📚 "attr(data-link-status)" "
}
a.internal-link[data-link-type$="paper" i]::before{
  content: "📜️ "attr(data-link-status)" "
}
a.internal-link[data-link-type$="podcast" i]::before{
  content: "🎧️ "attr(data-link-status)" "
}
a.internal-link[data-link…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@D7891
Comment options

Answer selected by tallguyjenks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants