Skip to content

Commit

Permalink
Added support for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee committed Oct 13, 2023
1 parent 3a5d3ab commit 493a141
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-stille",
"name": "Stille",
"version": "1.3.3",
"version": "1.3.4",
"minAppVersion": "0.15.0",
"description": "Focus on your writing, a section at a time.",
"author": "Michael Lee",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-stille",
"version": "1.3.3",
"version": "1.3.4",
"description": "An Obsidian plugin that helps you focus on your writing, a section at a time.",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Expand Up @@ -8,6 +8,10 @@ body.StilleStyle .cm-editor:not(.cm-focused) .cm-line {
opacity: var(--unfocusedLevel);
}

body.StilleStyle .cm-editor .metadata-container {
opacity:var(--unfocusedLevel);
}

body.StilleStyle .cm-editor .internal-embed,
body.StilleStyle .cm-editor .cm-embed-block {
opacity: var(--unfocusedLevel);
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -9,5 +9,6 @@
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.3.2": "0.15.0",
"1.3.3": "0.15.0"
"1.3.3": "0.15.0",
"1.3.4": "0.15.0"
}

0 comments on commit 493a141

Please sign in to comment.