Skip to content

short-mode -style backlinks only (not short-mode for dates) in query? #834

Discussion options

You must be logged in to vote

Not the prettiest, but ended up with the following snippet that makes use of the github emoji API:

li.plugin-tasks-list-item > span.tasks-backlink > a {
    content: url(https://github.githubassets.com/images/icons/emoji/unicode/1f517.png);
    height: .9em;
}

This leaves the parentheses around the emoji because those come from the span, but that's not a big issue for me.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by AnnaKornfeldSimpson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope: backlinks Anything to do with the backlinks displayed in task lists
2 participants