Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 759a24a

Browse files
committed
feat: add new snippets for Cornell Note, Lined Notes, and Timeline Callout
1 parent aca8fad commit 759a24a

File tree

1 file changed

+44
-20
lines changed

1 file changed

+44
-20
lines changed

snippets.json

Lines changed: 44 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,66 @@
11
[
22
{
3-
"id": "hide-properties-in-reading-mode",
4-
"name": "Hide properties in reading mode",
5-
"author": "Xaver Wenhart",
6-
"description": "This snippet hides the properties in the reading mode.",
3+
"id": "cornell",
4+
"name": "Cornell",
5+
"author": "nopshar",
6+
"description": "This snippet adds the famous Cornell Note taking system to your notes.",
77
"repo": "xavwe/obsidian-css-snippets",
88
"folder": "cornell"
99
},
1010
{
11-
"id": "cornell-note",
12-
"name": "Cornell Note",
13-
"author": "nopshar",
14-
"description": "TODOTODOTODOTODOTODOTODOTODOTODO",
11+
"id": "hide-properties-reading-mode",
12+
"name": "Hide Properties in Reading Mode",
13+
"author": "Xaver Wenhart",
14+
"description": "This snippet hides the properties in reading mode.",
1515
"repo": "xavwe/obsidian-css-snippets",
1616
"folder": "hide-properties-reading-mode"
1717
},
1818
{
19-
"id": "block-quote-inline",
20-
"name": "Block Quote (Inline)",
21-
"author": "Dmytro-Shulha",
22-
"description": "TODOTODOTODOTODOTODOTODOTODOTODO",
19+
"id": "lined-note",
20+
"name": "Lined Notes",
21+
"author": "gsarig",
22+
"description": "By adding the css class bg--lined to your notes, you can have lined notes.",
2323
"repo": "xavwe/obsidian-css-snippets",
24-
"folder": "block-quote-inline"
24+
"folder": "lined-note"
2525
},
2626
{
27-
"id": "image-zoom",
28-
"name": "Image Zoom",
29-
"author": "unknown",
30-
"description": "This snippet allows you to zoom in on images in your notes.",
27+
"id": "plaid-note",
28+
"name": "Plaid Note",
29+
"author": "gsarig",
30+
"description": "By adding the css class bg--grid to your notes, you can have plaid notes.",
3131
"repo": "xavwe/obsidian-css-snippets",
32-
"folder": "image-zoom"
32+
"folder": "snappier-animations"
33+
},
34+
{
35+
"id": "section-word-count-on-hover",
36+
"name": "Section Word Count on Hover",
37+
"author": "gsarig",
38+
"description": "This snippet shows the Better Word Count Plugin Section Word Counter only on hover.",
39+
"repo": "xavwe/obsidian-css-snippets",
40+
"folder": "section-word-count-on-hover"
3341
},
3442
{
3543
"id": "snappier-animations",
3644
"name": "Snappier Animations",
3745
"author": "Dmytro-Shulha",
38-
"description": "A css snippet for snappier animations in Obsidian.",
46+
"description": "This snippet makes the animations in Obsidian snappier.",
3947
"repo": "xavwe/obsidian-css-snippets",
4048
"folder": "snappier-animations"
49+
},
50+
{
51+
"id": "timeline-callout",
52+
"name": "Timeline Callout",
53+
"author": "harr",
54+
"description": "With this snippet, you can create a timeline callout.",
55+
"repo": "xavwe/obsidian-css-snippets",
56+
"folder": "timeline-callout"
57+
},
58+
{
59+
"id": "vim-static-caret",
60+
"name": "Vim Static Caret",
61+
"author": "xnhp",
62+
"description": "Changes the Vim caret from a blinking one to a static one in the editor to reflect a more realistic Vim experience.",
63+
"repo": "xavwe/obsidian-css-snippets",
64+
"folder": "vim-static-caret"
4165
}
42-
]
66+
]

0 commit comments

Comments
 (0)