Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

12
.obsidian/snippets/image_align.css vendored Normal file
View File

@@ -0,0 +1,12 @@
img {
display: block;
margin-left: auto;
margin-right: auto;
}
/* the following centers the image thus [[image.png|center]]
img[alt*="center"] {
display: block;
margin-left: auto;
margin-right: auto;
}
*/