Squashed 'content/' changes from 69352f5..3f325ff

3f325ff Added all N3 notions
06af741 Obsidian settings updated
b399f6b Added a new style for other side usage

git-subtree-dir: content
git-subtree-split: 3f325ffe0f3ee8169ee45746916e823422ab0591
This commit is contained in:
2024-06-10 13:00:27 +02:00
parent 519cf47e67
commit 506e066f11
58 changed files with 3332 additions and 713 deletions

8
.obsidian/app.json vendored
View File

@ -1,4 +1,10 @@
{
"alwaysUpdateLinks": true,
"showInlineTitle": false
"showInlineTitle": false,
"pdfExportSettings": {
"pageSize": "A4",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
}

View File

@ -36,4 +36,20 @@
.usage .r {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.usage .ileft {
padding-left: 1.7rem;
background-image: linear-gradient(black, black), linear-gradient(black, black);
background-repeat: no-repeat;
background-size: 8px 2px;
background-position: top left, bottom left;
border-left: solid black;
border-width: 0 2px;
}
.usage .iright {
padding-right: 1rem;
}