Updates BRAT plugin

This commit is contained in:
Marcin Czenko 2025-05-26 14:50:29 +02:00
parent 1426641a36
commit 7d929cd0cc
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0
4 changed files with 60 additions and 2420 deletions

View File

@ -1,5 +1,6 @@
{
"pluginList": [
"Fevol/obsidian-criticmarkup",
"reply2za/obsidian-query-control"
],
"pluginSubListFrozenVersion": [],

File diff suppressed because one or more lines are too long

View File

@ -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"
}
}

View File

@ -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;
}