Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deathau/obsidian-snippets
https://github.com/deathau/obsidian-snippets
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deathau/obsidian-snippets
- Owner: deathau
- Created: 2021-01-05T03:23:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T22:25:37.000Z (9 months ago)
- Last Synced: 2024-10-15T07:30:50.253Z (30 days ago)
- Language: CSS
- Size: 785 KB
- Stars: 785
- Watchers: 19
- Forks: 139
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - deathau/obsidian-snippets - (CSS)
README
# obsidian-snippets
This is a collection of random snippets I've made. Hopefully it will grow over time.# Table of Contents
- [Notation Colour Blocks](#notation-colour-blocks)
- [Realistic Highlights](#realistic-highlights)
- [Inline Block Embeds](#inline-block-embeds)
- [Clutter-Free Headings](#clutter-free-headings)
- [Clutter-Free Formatting](#clutter-free-formatting)
- [Checkboxes](#checkboxes)---
## Notation Colour Blocks
A bunch of different coloured blocks, inspired by the block colours offered by Notion.
![](./images/notation-colour-blocks-1.png)
![](./images/notation-colour-blocks-2.png)
![](./images/notation-colour-blocks-3.png)
![](./images/notation-colour-blocks-4.png)---
## Realistic Highlights
A fancy-looking highlight that looks like it was made with a highlighter pen
![](./images/realistic-highlights.png)
---
## Inline Block Embeds
Inline-ish block embeds, which I mostly use for adding some block-embedded tasks to the end of a task list
![](./images/inline-block-embeds.png)
---
## Clutter-Free Headings
WYSIWYG-ish headings which line up headings, show the formatting markers when editing
and replace them with a muted "H1", "H2" etc when not the active line![](./images/clutter-free-headings.gif)
---
## Clutter-Free Formatting
Formatting which is reduced and hides when not on the active line.
It still leaves the space though, so as to prevent weirdness with cursor movement and selections.![](./images/clutter-free-formatting.gif)
---
## Checkboxes
Checkboxes with different statuses (requires Obsidian 0.12.0+)
![](./images/checkboxes.png)
---