vault backup: 2025-12-04 17:06:30

This commit is contained in:
2025-12-04 17:06:30 -05:00
parent a538caab43
commit 8c9e0e0b6b
42 changed files with 878 additions and 243 deletions
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
{
"id": "easy-copy",
"name": "Easy Copy",
"version": "1.5.0",
"minAppVersion": "0.15.0",
"description": "Easily copy the text within inline code, bold text (and many other formats), or quickly generate an elegant link to a heading.",
"author": "Moy",
"authorUrl": "https://github.com/Moyf",
"isDesktopOnly": false
}
+27
View File
@@ -0,0 +1,27 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.blockid-modal-desc {
font-size: var(--font-ui-smaller);
color: var(--text-muted);
margin-top: 0.5em;
margin-bottom: 0.2em;
}
.blockid-modal-error {
color: var(--text-error);
font-size: var(--font-ui-smaller);
margin-top: 0.25em;
}
.blockid-modal-input {
width: 100%;
margin-top: 0.5em;
margin-bottom: 0.5em;
}