Collection Obsidian Templates Snippets Save

This is a document collecting or different `Obsidian` snippets, how to write, how to use and how to expand

Project README

Collection-Obsidian-Snippets

This is a document collecting or different Obsidian snippets, how to write, how to use and how to expand

How to use the Snippets?

  • Find your obsidian vault directory
  • Find YOUR OBSIDIAN VAULT/.obsidian/ folder
  • Find YOUR OBSIDIAN VAULT/.obsidian/snippets/ folder
  • Put the css files there
  • Open obsidian app
  • Enter Settings
  • In the left bar, choose Appearance
  • You may turn on your snippets in css-snippets

Color and Icon

Here we have a sequence of snippets for coloring, labeling and make icons. Any way, they help you to mark up differences and organzie your vaults.

colored-folders.css

Here is the discussion over coloring the navigation bar: https://forum.obsidian.md/t/adding-color-to-obsidian-a-rainbow-of-possibility/12805/11

<!-- we can insert a new rule of coloring as below -->

.nav-folder.mod-root>.nav-folder-children>.nav-folder>.nav-folder-title[data-path^="YOUR-FOLDER-STARTING-LETTERS"],
    .nav-folder.mod-root>.nav-folder-children>.nav-folder>.nav-folder-title[data-path^="YOUR-FOLDER-STARTING-LETTERS"] + .nav-folder-children{
    background-color: var(--FoldF);}

.nav-folder.mod-root>.nav-folder-children>.nav-folder>.nav-folder-title[data-path^="YOUR-FOLDER-NAME"],
    .nav-folder.mod-root>.nav-folder-children>.nav-folder>.nav-folder-title[data-path^="YOUR-FOLDER-NAME"] + .nav-folder-children{
    background-color: var(--FoldF);}

Image relative

img-centering.css

screen shot from my notes

very simple ~ just look up the code

img-shadow-roundedBorder.css

screen shot from my notes

.markdown-preview-view img {
    max-width: 100%;
    outline: none;
    -webkit-filter: drop-shadow(10px 10px 10px rgba(8, 8, 8, 0.5)); /* the setting for the shadow effect */
        background-clip: content-box,padding-box;
        border-radius: 20px 20px 20px; /* the setting for the border rounding */
}

Starting of the templates section:

Open Source Agenda is not affiliated with "Collection Obsidian Templates Snippets" Project. README Source: ZizhengYang/Collection-Obsidian-Templates-Snippets

Open Source Agenda Badge

Open Source Agenda Rating