Skip to content

Commit

Permalink
🔖 0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2023
1 parent 42ef5eb commit 9aee5c5
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.7.15](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.14...0.7.15)

- Bump sass from 1.65.1 to 1.66.1 [`#61`](https://github.com/ebullient/obsidian-theme-ebullientworks/pull/61)
- 🎨 clean up internal-embeds [`#60`](https://github.com/ebullient/obsidian-theme-ebullientworks/pull/60)
- 🎨 Style hr in live preview, too [`d88da9f`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/d88da9f2180390075f01bacbd183d6c715d1d006)
- 👷 update node version in build [`42ef5eb`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/42ef5eb831afdafa50663865e903b10d18eb9239)

#### [0.7.14](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.13...0.7.14)

> 15 August 2023
- Bump sass from 1.64.2 to 1.65.1 [`#58`](https://github.com/ebullient/obsidian-theme-ebullientworks/pull/58)
- :adhesive_bandage: Fixed Property Title [`#56`](https://github.com/ebullient/obsidian-theme-ebullientworks/pull/56)
- 🎨 metadata/property view fixes [`e0d39a4`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/e0d39a4d5b0666b6d944edf2c679493557b91335)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ebullientworks",
"version": "0.7.14",
"version": "0.7.15",
"minAppVersion": "0.16.0",
"author": "Ebullientworks",
"authorUrl": "https://github.com/ebullient",
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-theme-ebullientworks",
"version": "0.7.14",
"version": "0.7.15",
"private": true,
"description": "An Obsidian Theme",
"author": "Erin Schnabel",
Expand Down
24 changes: 21 additions & 3 deletions publish.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=IBM+Plex+Sans:wght@300;400;700&display=swap");
/*
Ebullientworks 0.7.14. A dark and light theme for Obsidian.
Ebullientworks 0.7.15. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down Expand Up @@ -406,7 +406,8 @@ h6 a.tag {
}

/* HR tags */
.markdown-rendered hr {
.workspace > .workspace-split.mod-root .markdown-rendered hr,
.workspace > .workspace-split.mod-root hr {
border: none;
border-top: 1px dotted var(--interactive-accent);
color: var(--interactive-hover);
Expand All @@ -416,7 +417,8 @@ h6 a.tag {
margin: 0;
margin-block: calc((var(--font-text-size, 1rem) * var(--line-height-normal) - var(--hr-thickness)) / 2 + var(--p-spacing));
}
.markdown-rendered hr::after {
.workspace > .workspace-split.mod-root .markdown-rendered hr::after,
.workspace > .workspace-split.mod-root hr::after {
background: var(--background-primary);
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
content: " ✧ ✧ ✧ ";
Expand Down Expand Up @@ -1228,6 +1230,22 @@ div[src$="#small-right"] {
overflow-y: unset;
}

.internal-embed .markdown-embed-content .markdown-rendered ul,
.internal-embed .markdown-embed-content .markdown-rendered ol {
display: inline-block;
margin-block-start: 0;
}

li .internal-embed blockquote {
margin: 0;
}
li .internal-embed p {
margin-bottom: 0;
}
li .internal-embed .markdown-embed-content {
padding-right: 12px;
}

.ebullientworks-hide-embedded-heading .markdown-embed .markdown-embed-title,
.ebullientworks-hide-embedded-heading .markdown-embed .mod-header {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion tasks-snippet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks 0.7.14. A dark and light theme for Obsidian.
Ebullientworks 0.7.15. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down
55 changes: 52 additions & 3 deletions theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=IBM+Plex+Sans:wght@300;400;700&display=swap");
/*
Ebullientworks 0.7.14. A dark and light theme for Obsidian.
Ebullientworks 0.7.15. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down Expand Up @@ -1098,7 +1098,8 @@ h6 a.tag {
}

/* HR tags */
.markdown-rendered hr {
.workspace > .workspace-split.mod-root .markdown-rendered hr,
.workspace > .workspace-split.mod-root hr {
border: none;
border-top: 1px dotted var(--interactive-accent);
color: var(--interactive-hover);
Expand All @@ -1108,7 +1109,8 @@ h6 a.tag {
margin: 0;
margin-block: calc((var(--font-text-size, 1rem) * var(--line-height-normal) - var(--hr-thickness)) / 2 + var(--p-spacing));
}
.markdown-rendered hr::after {
.workspace > .workspace-split.mod-root .markdown-rendered hr::after,
.workspace > .workspace-split.mod-root hr::after {
background: var(--background-primary);
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
content: " ✧ ✧ ✧ ";
Expand Down Expand Up @@ -2153,6 +2155,22 @@ div[src$="#small-right"] {
overflow-y: unset;
}

.internal-embed .markdown-embed-content .markdown-rendered ul,
.internal-embed .markdown-embed-content .markdown-rendered ol {
display: inline-block;
margin-block-start: 0;
}

li .internal-embed blockquote {
margin: 0;
}
li .internal-embed p {
margin-bottom: 0;
}
li .internal-embed .markdown-embed-content {
padding-right: 12px;
}

.ebullientworks-hide-embedded-heading .markdown-embed .markdown-embed-title,
.ebullientworks-hide-embedded-heading .markdown-embed .mod-header {
display: none;
Expand Down Expand Up @@ -2196,6 +2214,37 @@ div[src$="#small-right"] {
--embed-padding: 0;
}

.markdown-source-view .internal-embed {
--list-indent: 1.6em;
vertical-align: top;
display: inline-block;
width: calc(100% - 1.25rem);
}
.markdown-source-view .internal-embed .markdown-embed-content {
padding-right: 12px;
}
.markdown-source-view .internal-embed .markdown-embed-content li.task-list-item {
position: relative;
text-indent: -21px;
margin-left: -0.25em;
padding-left: 0px;
}
.markdown-source-view .HyperMD-list-line > .internal-embed .markdown-rendered ul,
.markdown-source-view .HyperMD-list-line > .internal-embed .markdown-rendered ol {
display: inline-block;
margin-block-start: 0;
margin-block-end: 0;
}
.markdown-source-view .HyperMD-list-line > .internal-embed .markdown-preview-section {
display: inline-block;
}
.markdown-source-view .HyperMD-list-line > .internal-embed .markdown-preview-section blockquote {
margin: 0;
}
.markdown-source-view .HyperMD-list-line > .internal-embed .markdown-preview-section p {
margin-bottom: 0;
}

.embedframe iframe {
width: 125%;
height: 46.875rem;
Expand Down

0 comments on commit 9aee5c5

Please sign in to comment.