A collection of Obsidian.md
snippets for generating engagement reports.
Combination | Command |
---|---|
Ctrl+p | Command Prompt Menu |
---
tags:
- <TAG>
- <TAG>
- <TAG>
---
Create a .css
file like in the following example.
.obsidian/snippets/<SNIPPET_NAME>.css
Then enable it in the Appearance
tab in the settings.
- 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
<br/>
<pre>
</pre>
/* 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;
}
<div style="page-break-after: always; visibility: hidden">
\pagebreak
</div>
img[alt*="center"] {
display: block;
margin-left: auto;
margin-right: auto;
}
![[image.png | center | 256]]
<center><h1>TEXT</h1></center>
---
Category: "[[<CATEGORY>]]"
tags:
- <TAG>
- <TAG>
- <TAG>
---
![](banner.png)
## 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>