@@ -9,14 +9,17 @@ on top of the file.
9
9
10
10
## Overview of the snippets
11
11
12
- - Display internal links in all caps. This was
12
+ - ` all-caps-internal-links.css ` : Display internal links in all caps. This was
13
13
originally a design feature by the [ Sanctum] [ sanctum ] theme, but got dropped in
14
14
newer releases
15
- - Make embeds blend into notes
16
- - Disable strikethrough for ticked checkboxes
17
- - Highlight bold darkmode: Bold text in dark mode doesn't stand out very much, so
15
+ - ` clean-embeds-all.css ` : Make embeds blend into notes (Removes title, link, padding,
16
+ margins from embeds, so they really look like the same note). This code is from
17
+ Matthias C. Hormann.
18
+ - ` disable_strikethrough_checkbox.css ` : Disable strikethrough for ticked checkboxes
19
+ (authors are [ mxmossy] [ ] and [ conname] [ ] )
20
+ - ` highlight-bold-darkmode.css ` : Highlight bold darkmode: Bold text in dark mode doesn't stand out very much, so
18
21
this snippets makes it underlined and all-caps.
19
- - Justify all text in obsidian
22
+ - ` justified.css ` : Justify all text in obsidian
20
23
21
24
[ obsidian ] : https://obsidian.md/
22
25
[ sanctum ] : https://github.com/jdanielmourao/obsidian-sanctum/
@@ -26,3 +29,6 @@ on top of the file.
26
29
All snippets that are authored by me and do not have a source pointed out in the
27
30
comments on top are licensed as MIT. For all others, follow the links to check
28
31
with their license.
32
+
33
+ [ mxmossy ] : https://forum.obsidian.md/u/mxmossy
34
+ [ conname ] : https://forum.obsidian.md/u/conname
0 commit comments