Skip to content

Commit 6205305

Browse files
authored
Credit authors already in readme
1 parent 6950940 commit 6205305

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ on top of the file.
99

1010
## Overview of the snippets
1111

12-
- Display internal links in all caps. This was
12+
- `all-caps-internal-links.css`: Display internal links in all caps. This was
1313
originally a design feature by the [Sanctum][sanctum] theme, but got dropped in
1414
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
1821
this snippets makes it underlined and all-caps.
19-
- Justify all text in obsidian
22+
- `justified.css`: Justify all text in obsidian
2023

2124
[obsidian]: https://obsidian.md/
2225
[sanctum]: https://github.com/jdanielmourao/obsidian-sanctum/
@@ -26,3 +29,6 @@ on top of the file.
2629
All snippets that are authored by me and do not have a source pointed out in the
2730
comments on top are licensed as MIT. For all others, follow the links to check
2831
with their license.
32+
33+
[mxmossy]: https://forum.obsidian.md/u/mxmossy
34+
[conname]: https://forum.obsidian.md/u/conname

0 commit comments

Comments
 (0)