Design, Program Functions

9 Custom Notion Tags With KaTeX Code

Notion-katex-tags-custom-how-to.png

🎨 Custom Text Colors

If you’re designing a Notion page or seeking a unique way to decorate a Notion database with custom tags, the following are 9 katex codes to start. These custom tags can be especially useful for static database elements. Want access to more compatible katex colors in Notion? Here’s the official list.

Trigger inline code: type from left to right $$code here$$

1. Colorbox tags

\color{white}\colorbox{red}{8:00am}
notion-icon-katex-tag-custom-2.png

2. Colored border tags

\color{red}\fbox{8:00am}
notion-icon-katex-tag-custom-3.png

3. X bullet point

\color{red}\times\text{8:00am}
notion-icon-katex-tag-custom-4.png

4. Diamond bullet point

\textcolor{red}{\diamond}\text{ 8:00am}
notion-icon-katex-tag-custom-5.png

5. Filled in border tags

\fcolorbox{red}{pink}{8:00am}
notion-icon-katex-tag-custom-6.png

6. Colored bullet point

\textcolor{red}{\bullet}\text{ 8:00am}
notion-icon-katex-tag-custom-7.png

7. Crossed bullet point

\color{red}^+\text{8:00am}
notion-icon-katex-tag-custom-8.png

8. Colored bullet and text

\color{red}{\bullet}\text{ 8:00am}
notion-icon-katex-tag-custom-9.png

9. Outline bullet point

\textcolor{red}{\circ}\text{ 8:00am}
notion-icon-katex-tag-custom-10.png
 
Untitled_Artwork+40.png

This list of designs was a result of me being hugely inspired by this list of aesthetic notion dashboards. A good looking workspace is always beneficial. Best of luck with your Notion layout.

View examples inside Notion

 

Further Reading