vault backup: 2024-04-15 19:20:46

This commit is contained in:
2024-04-15 19:20:46 +01:00
parent 30bfa6f243
commit 9d548c7912
22 changed files with 23784 additions and 26 deletions

View File

@@ -0,0 +1,19 @@
{
"title@@vibrant": true,
"title@@dim-light-mode": false,
"title@@enable-mica": true,
"title@@no-top-space": false,
"title@@fab-enabled-desktop": true,
"title@@custom-page-header": true,
"title@@more-drag-desktop": false,
"title@@hide-toolbar-desktop": false,
"title@@space-above-document": true,
"title@@button-shapes-mobile": true,
"title@@win-menu": false,
"things-style@@no-kanban-styles": false,
"things-style@@fancy-highlight": true,
"things-style@@fancy-code": true,
"things-style@@active-line": true,
"things-style@@link-decoration": "None",
"things-style@@default-font-color": false
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "1.0.8",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
{
"id": "url-into-selection",
"name": "Paste URL into selection",
"description": "Paste URL \"into\" selected text.",
"isDesktopOnly": false,
"js": "main.js",
"version": "1.7.0"
}