vault backup: 2023-03-01 08:29:54
This commit is contained in:
1
.obsidian/plugins/obsidian-linter/data.json
vendored
1
.obsidian/plugins/obsidian-linter/data.json
vendored
@@ -202,6 +202,7 @@
|
||||
}
|
||||
},
|
||||
"lintOnSave": false,
|
||||
"recordLintOnSaveLogs": false,
|
||||
"displayChanged": true,
|
||||
"foldersToIgnore": [],
|
||||
"linterLocale": "system-default",
|
||||
|
||||
1032
.obsidian/plugins/obsidian-linter/main.js
vendored
1032
.obsidian/plugins/obsidian-linter/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
||||
10
.obsidian/plugins/obsidian-linter/styles.css
vendored
10
.obsidian/plugins/obsidian-linter/styles.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user