update
This commit is contained in:
372
.obsidian.mobile/snippets/supercharged-links-gen.css
Normal file
372
.obsidian.mobile/snippets/supercharged-links-gen.css
Normal file
@@ -0,0 +1,372 @@
|
||||
/* WARNING: This file will be overwritten by the plugin.
|
||||
Do not edit this file directly! First copy this file and rename it if you want to edit things. */
|
||||
|
||||
:root {
|
||||
--591a-86c0-color: #A36AAA;
|
||||
--591a-86c0-weight: initial;
|
||||
--591a-86c0-before: '';
|
||||
--7812-52e6-color: #9270D3;
|
||||
--7812-52e6-weight: initial;
|
||||
--7812-52e6-before: '';
|
||||
--f1e2-3136-color: #F27D88;
|
||||
--f1e2-3136-weight: initial;
|
||||
--89ca-499e-color: #78C664;
|
||||
--89ca-499e-weight: initial;
|
||||
--4694-3e42-color: #008F7A;
|
||||
--4694-3e42-weight: initial;
|
||||
--8606-2a08-color: #FF6F91;
|
||||
--8606-2a08-weight: initial;
|
||||
--ef64-500f-color: #007160;
|
||||
--ef64-500f-weight: initial;
|
||||
--c309-a78f-color: #0089BA;
|
||||
--c309-a78f-weight: initial;
|
||||
}
|
||||
|
||||
div[data-id="591a-86c0"] div.setting-item-description,
|
||||
[data-link-tags*="personne" i] {
|
||||
color: var(--591a-86c0-color) !important;
|
||||
font-weight: var(--591a-86c0-weight);
|
||||
}
|
||||
|
||||
div[data-id="591a-86c0"] div.setting-item-description::before,
|
||||
.data-link-icon[data-link-tags*="personne" i]::before {
|
||||
content: var(--591a-86c0-before);
|
||||
}
|
||||
|
||||
div[data-id="7812-52e6"] div.setting-item-description,
|
||||
[data-link-path*="daily" ] {
|
||||
color: var(--7812-52e6-color) !important;
|
||||
font-weight: var(--7812-52e6-weight);
|
||||
}
|
||||
|
||||
div[data-id="7812-52e6"] div.setting-item-description::before,
|
||||
.data-link-icon[data-link-path*="daily" ]::before {
|
||||
content: var(--7812-52e6-before);
|
||||
}
|
||||
|
||||
div[data-id="f1e2-3136"] div.setting-item-description,
|
||||
[data-link-tags*="politique" i] {
|
||||
color: var(--f1e2-3136-color) !important;
|
||||
font-weight: var(--f1e2-3136-weight);
|
||||
}
|
||||
|
||||
div[data-id="89ca-499e"] div.setting-item-description,
|
||||
[data-link-tags*="science/sociologie" i] {
|
||||
color: var(--89ca-499e-color) !important;
|
||||
font-weight: var(--89ca-499e-weight);
|
||||
}
|
||||
|
||||
div[data-id="4694-3e42"] div.setting-item-description,
|
||||
[data-link-tags*="informatique" i] {
|
||||
color: var(--4694-3e42-color) !important;
|
||||
font-weight: var(--4694-3e42-weight);
|
||||
}
|
||||
|
||||
div[data-id="8606-2a08"] div.setting-item-description,
|
||||
[data-link-tags*="maths" i] {
|
||||
color: var(--8606-2a08-color) !important;
|
||||
font-weight: var(--8606-2a08-weight);
|
||||
}
|
||||
|
||||
div[data-id="ef64-500f"] div.setting-item-description,
|
||||
[data-link-tags*="obsidian" i] {
|
||||
color: var(--ef64-500f-color) !important;
|
||||
font-weight: var(--ef64-500f-weight);
|
||||
}
|
||||
|
||||
div[data-id="c309-a78f"] div.setting-item-description,
|
||||
[data-link-tags*="pkm" i] {
|
||||
color: var(--c309-a78f-color) !important;
|
||||
font-weight: var(--c309-a78f-weight);
|
||||
}
|
||||
/* @settings
|
||||
name: Supercharged Links
|
||||
id: supercharged-links
|
||||
settings:
|
||||
-
|
||||
id: 591a-86c0
|
||||
title: tag is personne
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 591a-86c0-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#A36AAA'
|
||||
-
|
||||
id: 591a-86c0-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: 591a-86c0-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 591a-86c0-before
|
||||
title: Prepend text
|
||||
description: Add some text, such as an emoji, before the links.
|
||||
type: variable-text
|
||||
default: ''
|
||||
quotes: true
|
||||
-
|
||||
id: 7812-52e6
|
||||
title: path is daily
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 7812-52e6-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#9270D3'
|
||||
-
|
||||
id: 7812-52e6-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: 7812-52e6-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 7812-52e6-before
|
||||
title: Prepend text
|
||||
description: Add some text, such as an emoji, before the links.
|
||||
type: variable-text
|
||||
default: ''
|
||||
quotes: true
|
||||
-
|
||||
id: f1e2-3136
|
||||
title: tag is politique
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: f1e2-3136-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#F27D88'
|
||||
-
|
||||
id: f1e2-3136-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: f1e2-3136-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 89ca-499e
|
||||
title: tag is science/sociologie
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 89ca-499e-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#78C664'
|
||||
-
|
||||
id: 89ca-499e-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: 89ca-499e-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 4694-3e42
|
||||
title: tag is informatique
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 4694-3e42-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#008F7A'
|
||||
-
|
||||
id: 4694-3e42-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: 4694-3e42-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 8606-2a08
|
||||
title: tag is maths
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 8606-2a08-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#FF6F91'
|
||||
-
|
||||
id: 8606-2a08-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: 8606-2a08-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: ef64-500f
|
||||
title: tag is obsidian
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: ef64-500f-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#007160'
|
||||
-
|
||||
id: ef64-500f-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: ef64-500f-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: c309-a78f
|
||||
title: tag is pkm
|
||||
description: Example note
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: c309-a78f-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#0089BA'
|
||||
-
|
||||
id: c309-a78f-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: c309-a78f-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
*/
|
Reference in New Issue
Block a user