This commit is contained in:
Oscar Plaisant
2024-07-07 04:15:38 +02:00
parent ba4a8f79e1
commit 44cc38e148
268 changed files with 45693 additions and 8468 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian42-strange-new-worlds",
"name": "Strange New Worlds",
"version": "2.1.2",
"version": "2.1.4",
"minAppVersion": "1.5.11",
"description": "Help see how your vault is interconnected with visual indicators.",
"author": "TfTHacker",

View File

@@ -41,6 +41,11 @@ div:has(> .snw-reference),
}
}
/* custom properties display */
.snw-custom-property-name {
font-style: italic;
}
/* CM Live Preview */
.cm-content .snw-reference {
padding-right: 2px;
@@ -146,6 +151,10 @@ div:has(> .snw-reference),
flex-direction: row;
}
.snw-ref-item-file.tree-item-self {
align-items: flex-start !important;
}
.snw-ref-item-collection-items {
margin-left: 1px;
margin-right: 1px;