Skip to content

Instantly share code, notes, and snippets.

@sagikazarmark
Created July 15, 2021 19:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagikazarmark/34fd6038243315b732e1e3a12bb7ccde to your computer and use it in GitHub Desktop.
Save sagikazarmark/34fd6038243315b732e1e3a12bb7ccde to your computer and use it in GitHub Desktop.
Obsidian folder icons
.nav-folder-title[data-path="archive"] .nav-folder-title-content::before {
content: "πŸ—„οΈ ";
font-size:1.3em;
}
.nav-folder-title[data-path="areas"] .nav-folder-title-content::before,
.nav-folder-title[data-path="archive/areas"] .nav-folder-title-content::before {
content: "πŸ—‚οΈ ";
font-size:1.3em;
}
.nav-folder-title[data-path="areas/inbox"] .nav-folder-title-content::before {
content: "πŸ“₯ ";
font-size:1.3em;
}
.nav-folder-title[data-path="areas/journal"] .nav-folder-title-content::before,
.nav-folder-title[data-path="archive/areas/journal"] .nav-folder-title-content::before {
content: "πŸ“… ";
font-size:1.3em;
}
.nav-folder-title[data-path="projects"] .nav-folder-title-content::before,
.nav-folder-title[data-path="archive/projects"] .nav-folder-title-content::before {
content: "πŸ“‹ ";
font-size:1.3em;
}
.nav-folder-title[data-path="resources"] .nav-folder-title-content::before,
.nav-folder-title[data-path="archive/resources"] .nav-folder-title-content::before {
content: "πŸ““ ";
font-size:1.3em;
}
.nav-folder-title[data-path="resources/logs"] .nav-folder-title-content::before,
.nav-folder-title[data-path="archive/resources/logs"] .nav-folder-title-content::before {
content: "πŸ“ ";
font-size:1.3em;
}
.nav-folder-title[data-path="resources/recipes"] .nav-folder-title-content::before {
content: "🍽️ ";
font-size:1.3em;
}
.nav-folder-title[data-path="resources/recipes/baking"] .nav-folder-title-content::before {
content: "πŸ₯ ";
font-size:1.3em;
}
.nav-folder-title[data-path="resources/wiki"] .nav-folder-title-content::before {
content: "πŸ“– ";
font-size:1.3em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment