vault backup: 2023-10-03 08:17:00

This commit is contained in:
2023-10-03 08:17:00 +02:00
parent 4dfd5c0931
commit d1d2667156
27 changed files with 11001 additions and 2634 deletions

View File

@@ -1,6 +1,6 @@
{
"settings": {
"migrated": true,
"migrated": 3,
"iconPacksPath": ".obsidian/plugins/obsidian-icon-folder/icons",
"fontSize": 16,
"iconColor": null,

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,10 @@
{
"id": "obsidian-icon-folder",
"name": "Icon Folder",
"version": "2.1.2",
"minAppVersion": "0.9.12",
"description": "This plugin allows to add an emoji or an icon to a folder or file.",
"author": "Florian Woelki",
"authorUrl": "https://florianwoelki.com/",
"isDesktopOnly": false
}
{
"id": "obsidian-icon-folder",
"name": "Iconize",
"version": "2.3.1",
"minAppVersion": "0.9.12",
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
"author": "Florian Woelki",
"authorUrl": "https://florianwoelki.com/",
"isDesktopOnly": false
}

View File

@@ -52,7 +52,7 @@
flex-direction: column-reverse;
text-align: center;
font-size: 13px;
color: gray;
color: var(--text-muted);
padding: 16px 8px;
line-break: auto;
word-break: break-word;