MacBook-Pro-de-Oscar.local 2025-9-19:0:57:51

This commit is contained in:
oskar
2025-09-19 00:57:51 +02:00
parent 5d16210587
commit 49ae2bb9b5
12 changed files with 321 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ Do not edit this file directly! First copy this file and rename it if you want t
--ef64-500f-weight: initial;
--c309-a78f-color: #0089BA;
--c309-a78f-weight: initial;
--c00a-ba88-before: '';
}
div[data-id="591a-86c0"] div.setting-item-description,
@@ -79,6 +80,11 @@ div[data-id="c309-a78f"] div.setting-item-description,
color: var(--c309-a78f-color) !important;
font-weight: var(--c309-a78f-weight);
}
div[data-id="c00a-ba88"] div.setting-item-description::before,
.data-link-icon[data-link-tags*="s/fac" i]::before {
content: var(--c00a-ba88-before);
}
/* @settings
name: Supercharged Links
id: supercharged-links
@@ -369,4 +375,18 @@ settings:
- underline
- overline
- line-through
-
id: c00a-ba88
title: tag is s/fac
description: Example note
type: heading
collapsed: true
level: 3
-
id: c00a-ba88-before
title: Prepend text
description: Add some text, such as an emoji, before the links.
type: variable-text
default: ''
quotes: true
*/