vault backup: 2023-03-01 08:29:54

This commit is contained in:
2023-03-01 08:29:54 +01:00
parent 944ebaa725
commit e98ad1c490
37 changed files with 88070 additions and 9319 deletions

View File

@@ -202,6 +202,7 @@
}
},
"lintOnSave": false,
"recordLintOnSaveLogs": false,
"displayChanged": true,
"foldersToIgnore": [],
"linterLocale": "system-default",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-linter",
"name": "Linter",
"version": "1.8.0",
"version": "1.10.3",
"minAppVersion": "0.15.6",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao",

View File

@@ -141,3 +141,13 @@
width: 1px;
white-space: nowrap;
}
/**
* Full-width text areas
*/
textarea.full-width {
width: 100%;
min-height: 10em;
margin-top: 0.8em;
margin-bottom: 0.8em;
}