SNIPPETmr-cubus

Snippets

CSSAny theme
# obsidian-snippets

This repo contains css-snippets I use to make my obsidian a little bit prettier


**Header-Margins** increases the spacing above and below headings to make them more distinguishable from the rest of the text.

**Header-Indicators** adds indicators so that the headings can be better distinguished from each other.

**Color-Title** sets the color of the notes title to the current accent color

Before:

<p align="center">
<img src="resources/img_before.png" width="50%">
</p>
  
After:

<p align="center">
<img src="resources/img_after.png" width="50%">
</p>
  
## How to install:

Download the CSS-Files and copy them to the snippets directory inside your vault.
You can find this folder by opening Obsidian and navigating to 
`Settings -> Appearance -> CSS-snippets -> 📁 [Open snippets folder]`

After that, your Vault should look like this
```
[YOUR VAULT]/.obsidian/snippets/
  header-indicators.css
  header-margins.css
```
After copying the files you should activate the snippets in the appearance settings.

## Known Bugs

- The indicators are also displayed in front of formatting, so `# Heading with *Formatting*` gets displayed as "`H1` Heading with `H1` *Formatting*"

Special thanks to ChatGPT

Related

How to Install

  1. Download the CSS file below
  2. Move it to your vault's .obsidian/snippets/ folder
  3. Open Obsidian → Settings → Appearance → CSS Snippets → Enable it
Download snippet.css

Stats

Stars

1

Forks

0

Last updated 31mo ago

Categories