Skip to content

Commit 40d25bd

Browse files
committed
Embedded blocks are now dimmable
1 parent ce40c0c commit 40d25bd

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "obsidian-stille",
33
"name": "Stille",
4-
"version": "1.2.1",
5-
"minAppVersion": "0.13.0",
4+
"version": "1.3.0",
5+
"minAppVersion": "0.15.0",
66
"description": "Focus on your writing, a section at a time.",
77
"author": "Michael Lee",
88
"authorUrl": "https://michaelsoolee.com",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-stille",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "An Obsidian plugin that helps you focus on your writing, a section at a time.",
55
"main": "main.js",
66
"scripts": {

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ body.StilleStyle .cm-editor:not(.cm-focused) .cm-line{
88
opacity: var(--unfocusedLevel);
99
}
1010

11+
body.StilleStyle .cm-editor .internal-embed,
12+
body.StilleStyle .cm-editor .cm-embed-block {
13+
opacity: var(--unfocusedLevel);
14+
}
15+
1116
body.StilleStyle .cm-editor .cm-active {
1217
opacity: 1.0;
1318
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"1.0.3": "0.9.12",
66
"1.1.0": "0.13.0",
77
"1.2.0": "0.13.0",
8-
"1.2.1": "0.13.0"
8+
"1.2.1": "0.13.0",
9+
"1.3.0": "0.15.0"
910
}

0 commit comments

Comments
 (0)