dustinknopoff / obsidian-snippets

a communal collection of obsidian snippets for theming, plugin development, and power usage.

Home Page:https://obsidian-snippets.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Snippets

Go to the site

If you'd like to add a snippet, fork this repository.

Add your file inside content/snippets

Make sure to have the following frontmatter:

---
title: # your title
date: # today's date in YYYY-MM-DD format

taxonomies:
  tags: # a list of tags
  kind:
    - # either: plugins or styling or tips
extra:
  author: # your name or handles
---

Then commit and submit a PR to this repository.

How to video from @foreveryone

how to video

About

a communal collection of obsidian snippets for theming, plugin development, and power usage.

https://obsidian-snippets.pages.dev


Languages

Language:HTML 31.1%Language:CSS 25.4%Language:JavaScript 23.6%Language:SCSS 19.9%