Skip to content

Commit

Permalink
update 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efemkay committed Dec 11, 2022
1 parent 5d2e8cf commit 9e86221
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 69 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/release-version.yml

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Listive",
"version": "0.2.0",
"version": "0.2.1",
"minAppVersion": "1.0.0",
"author": "efemkay",
"authorUrl": "https://efemkay.github.io/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listive",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
77 changes: 61 additions & 16 deletions theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/* === Listive Theme - by Efemkay === *//* updated 28Nov2022 */
/* === Listive Theme - v0.2.0 by Efemkay === *//* updated 11Dec2022 */

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');


/* =============================================================================
Expand Down Expand Up @@ -697,8 +698,8 @@
.style-settings-heading[data-level="2"] .setting-item-name { color: var(--h4-color); }
.style-settings-container .setting-item:not([data-level]) {background-color: var(--background-secondary); }

.style-settings-container .setting-item {padding: 0.75em;}
.style-settings-heading:not(.is-collapsed) { margin-bottom: 16px; }
.style-settings-container .setting-item {padding: 0.5rem 0.75rem;}
.style-settings-heading:not(.is-collapsed) { margin-bottom: 0.75rem; }
.setting-item:last-child {margin-bottom: var(--size-4-3);}

/* adjust the bottom padding to avoid overflow */
Expand Down Expand Up @@ -1321,7 +1322,7 @@ settings:
-
id: typography-headers-title
title: Fonts - Headers
title: Typography - Headings / Headers
type: heading
level: 1
collapsed: true
Expand Down Expand Up @@ -1382,6 +1383,11 @@ settings:
title: H3 Font
type: variable-text
default: Karla
-
id: h3-size
title: H3 Font Size
type: variable-text
default: 1.36rem
-
id: h3-border-width
title: H3 Border Width
Expand All @@ -1401,6 +1407,16 @@ settings:
type: heading
level: 2
collapsed: false
-
id: h4-font
title: H4 Font
type: variable-text
default: Karla
-
id: h4-size
title: H4 Font Size
type: variable-text
default: 1.12rem
-
id: h4-color
title: H4 Color
Expand All @@ -1415,6 +1431,16 @@ settings:
type: heading
level: 2
collapsed: false
-
id: h5-font
title: H5 Font
type: variable-text
default: Inter
-
id: h5-size
title: H5 Font Size
type: variable-text
default: 1.00rem
-
id: h5-color
title: H5 Color
Expand All @@ -1429,6 +1455,16 @@ settings:
type: heading
level: 2
collapsed: false
-
id: h6-font
title: H6 Font
type: variable-text
default: Inter
-
id: h6-size
title: H6 Font Size
type: variable-text
default: 1.00rem
-
id: h6-color
title: H6 Color
Expand Down Expand Up @@ -1483,6 +1519,13 @@ settings:
type: heading
level: 1
collapsed: true
-
id: features-general-title
title: General
type: heading
level: 2
collapsed: false
-
id: file-line-width
title: Adjust note/page max width
Expand All @@ -1500,18 +1543,6 @@ settings:
-
label: Hide
value: none
-
id: list-embed-title
title: List Embed
description: Control max-width for all page/note by default. RLL must be **enabled**
type: heading
level: 2
collapsed: false
-
id: list-embed-global
title: Enable List Embed vault-wide
type: class-toggle
default: true
-
id: math-block-list-align
title: Alignment of Math Block in List
Expand All @@ -1528,6 +1559,20 @@ settings:
label: Right
value: right
-
id: list-embed-title
title: List Embed
description: Enable "seamless" embed when in list for all notes
type: heading
level: 2
collapsed: false
-
id: list-embed-global
title: Enable List Embed vault-wide
type: class-toggle
default: true
*/
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.2.0": "1.0.0"
"0.2.1": "1.0.0"
}

0 comments on commit 9e86221

Please sign in to comment.