Skip to content

Commit 493a141

Browse files
committed
Added support for properties
1 parent 3a5d3ab commit 493a141

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-stille",
33
"name": "Stille",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"minAppVersion": "0.15.0",
66
"description": "Focus on your writing, a section at a time.",
77
"author": "Michael Lee",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-stille",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
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

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ body.StilleStyle .cm-editor:not(.cm-focused) .cm-line {
88
opacity: var(--unfocusedLevel);
99
}
1010

11+
body.StilleStyle .cm-editor .metadata-container {
12+
opacity:var(--unfocusedLevel);
13+
}
14+
1115
body.StilleStyle .cm-editor .internal-embed,
1216
body.StilleStyle .cm-editor .cm-embed-block {
1317
opacity: var(--unfocusedLevel);

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"1.3.0": "0.15.0",
1010
"1.3.1": "0.15.0",
1111
"1.3.2": "0.15.0",
12-
"1.3.3": "0.15.0"
12+
"1.3.3": "0.15.0",
13+
"1.3.4": "0.15.0"
1314
}

0 commit comments

Comments
 (0)