vault backup: 2024-09-05 17:56:43
This commit is contained in:
2792
.obsidian/plugins/obsidian-linter/main.js
vendored
2792
.obsidian/plugins/obsidian-linter/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-linter",
|
||||
"name": "Linter",
|
||||
"version": "1.20.0",
|
||||
"minAppVersion": "0.15.6",
|
||||
"version": "1.26.0",
|
||||
"minAppVersion": "1.5.7",
|
||||
"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",
|
||||
"authorUrl": "https://github.com/platers",
|
||||
"helpUrl": "https://platers.github.io/obsidian-linter/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
||||
21
.obsidian/plugins/obsidian-linter/styles.css
vendored
21
.obsidian/plugins/obsidian-linter/styles.css
vendored
@@ -185,7 +185,7 @@ textarea.full-width {
|
||||
/**
|
||||
* Custom regex replacement
|
||||
*/
|
||||
.linter-custom-regex-replacement-container div:last-child{
|
||||
.linter-custom-regex-replacement-container div:last-child {
|
||||
border: none;
|
||||
}
|
||||
.linter-custom-regex-replacement {
|
||||
@@ -210,6 +210,25 @@ textarea.full-width {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Files to ignore
|
||||
*/
|
||||
.linter-files-to-ignore-container div:last-child {
|
||||
border: none;
|
||||
}
|
||||
.linter-files-to-ignore {
|
||||
margin-bottom: 15px;
|
||||
border: none;
|
||||
border-bottom: var(--hr-thickness) solid;
|
||||
border-color: var(--hr-color);
|
||||
}
|
||||
.linter-files-to-ignore-normal-input {
|
||||
width: 40%;
|
||||
}
|
||||
.linter-files-to-ignore-flags {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Setting item no border
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user