mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-04 06:13:09 +00:00
Updates BRAT plugin
This commit is contained in:
parent
1426641a36
commit
7d929cd0cc
1
.obsidian/plugins/obsidian42-brat/data.json
vendored
1
.obsidian/plugins/obsidian42-brat/data.json
vendored
@ -1,5 +1,6 @@
|
||||
{
|
||||
"pluginList": [
|
||||
"Fevol/obsidian-criticmarkup",
|
||||
"reply2za/obsidian-query-control"
|
||||
],
|
||||
"pluginSubListFrozenVersion": [],
|
||||
|
||||
2451
.obsidian/plugins/obsidian42-brat/main.js
vendored
2451
.obsidian/plugins/obsidian42-brat/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,15 +1,14 @@
|
||||
{
|
||||
"id": "obsidian42-brat",
|
||||
"name": "BRAT",
|
||||
"version": "1.0.3",
|
||||
"minAppVersion": "1.4.16",
|
||||
"version": "1.1.6",
|
||||
"minAppVersion": "1.7.2",
|
||||
"description": "Easily install a beta version of a plugin for testing.",
|
||||
"author": "TfTHacker",
|
||||
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
|
||||
"helpUrl": "https://tfthacker.com/BRAT",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Buy Me a Coffee": "https://bit.ly/o42-kofi",
|
||||
"Visit my site": "https://tfthacker.com"
|
||||
}
|
||||
}
|
||||
23
.obsidian/plugins/obsidian42-brat/styles.css
vendored
23
.obsidian/plugins/obsidian42-brat/styles.css
vendored
@ -1,3 +1,26 @@
|
||||
.brat-modal .modal-button-container {
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
|
||||
.brat-modal .valid-repository {
|
||||
border-color: var(--color-green) !important;
|
||||
}
|
||||
.brat-modal .invalid-repository {
|
||||
border-color: var(--color-red) !important;
|
||||
}
|
||||
.brat-modal .validation-error {
|
||||
border-color: var(--color-orange) !important;
|
||||
}
|
||||
|
||||
.brat-modal .disabled-setting {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.brat-modal .disabled-setting:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.brat-version-selector {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user