
Obsidian Snippets
A collection of Obsidian.md snippets for generating engagement reports.
Table of Contents
Basics
Shortcuts
| Combination | Command |
|---|---|
| Ctrl+p | Command Prompt Menu |
Tags
---
tags:
- <TAG>
- <TAG>
- <TAG>
---
Snippet Folder Path
Create a .cssfile like in the following example.
.obsidian/snippets/<SNIPPET_NAME>.css
Then enable it in the Appearancetab in the settings.
Plugins
- Admonition
- Advanced Tables
- Better Word Count
- Calendar
- File Explorer Note count
- Full Calendar
- Git
- Iconize
- Icons
- Kanban
- Paste URL into selection
- Table of Contents
- Automatic Table of Contents (Alternatively)
- TagFolder
- Tag Wrangler
Formatting
Line Break
<br/>
Multiple Line Breaks
<pre>
</pre>
Align Text Justified
/* reading mode */
.markdown-preview-view p {
text-align: justify;
text-justify: inter-word;
}
/* source view and live preview */
.markdown-source-view.mod-cm6 .cm-line {
text-align: justify;
text-justify: inter-word;
}
Page Break
<div style="page-break-after: always; visibility: hidden">
\pagebreak
</div>
Center Images
img[alt*="center"] {
display: block;
margin-left: auto;
margin-right: auto;
}
![[image.png | center | 256]]
Center Headlines
<center><h1>TEXT</h1></center>
Templates
---
Category: "[[<CATEGORY>]]"
tags:
- <TAG>
- <TAG>
- <TAG>
---

## Table of Contents
- [[#<HEADING_2>]]
- [[#<HEADING_3>]]
- [[#<HEADING_3>]]
- [[#<HEADING_3>]]
- [[#<HEADING_3>]]
- [[#<HEADING_2>]]
- [[#<HEADING_2>]]
- [[#<HEADING_2>]]
## <HEADING_2>
### <HEADING_3>
#### <HEADING_4>
How to Install
- Download the repository ZIP below
- Unzip it and find the CSS snippet file
- Move the CSS file into your vault's
.obsidian/snippets/folder - Open Obsidian → Settings → Appearance → CSS Snippets → Enable it
Stats
Stars
6
Forks
1
Last updated 14mo ago
Categories