Skip to content

🟡 How to insert color emoji instead of colored callout #209

Answered by higalpe
higalpe asked this question in Q&A
Discussion options

You must be logged in to vote

Finally got it! I share the link copy format here in case some has the same use case:

  • {{(color === "red") ? "🔴" : (color === "yellow") ? "🟡": (color === "note") ? "🔵" : (color === "important") ? "🟣" : color;}} "{{selection}}" {{linkWithDisplay}}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by higalpe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant