Skip to content

Commit

Permalink
update 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
efemkay committed Dec 25, 2022
1 parent 9e86221 commit 014ad53
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 486 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Listive
> Outliner focused theme with differentiated header style and subtle interface for atomic notes with insight-based points
![](https://img.shields.io/github/v/release/efemkay/obsidian-listive-theme)
![](https://img.shields.io/github/release-date/efemkay/obsidian-listive-theme)
![license: GPL-3.0 (shields.io)](https://img.shields.io/github/license/efemkay/obsidian-listive-theme)
![](https://img.shields.io/github/downloads/efemkay/obsidian-listive-theme/total)
![](https://img.shields.io/github/v/release/efemkay/obsidian-listive-theme) ![](https://img.shields.io/github/release-date/efemkay/obsidian-listive-theme) ![](https://img.shields.io/github/license/efemkay/obsidian-listive-theme) ![](https://img.shields.io/github/downloads/efemkay/obsidian-listive-theme/total)

<table >
<tr>
Expand Down Expand Up @@ -59,7 +56,11 @@ Two options to use List Embed -- per embed basis or global/vault wide. For Live
Use callout metadata `dv-list-nav` e.g. `[!blank-container|dv-list-nav]` to display dataview list in a button like style

#### Auxiliary Customisation
- Align left for Mathjax / Latex in Lists
- List bullet styling options – default (disc only), alternating disc-circle, and disc-circle-square. Change via Style Settings
- Callout styling options – icon-on-top-right (default), and "standard". Change via Style Settings
- `no-title` callout-metadata option (e.g. `> [!quote|no-title]`) for callout without title. Styling similar to icon-on-top-right style
- Frontmatter compact styling. Change via Style Settings to get back to “standard” styling
- Alignment for Mathjax / Latex in Lists – left (default), center, and right.
- Floating Action Button, adopted from [Obsidian You theme](https://github.com/selfire1/obsidian-you-theme)
- (not yet ready) Mermaid
- (not yet ready) Multiple Table Design
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Listive",
"version": "0.2.1",
"minAppVersion": "1.0.0",
"version": "0.3.0",
"minAppVersion": "1.1.9",
"author": "efemkay",
"authorUrl": "https://efemkay.github.io/"
}
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.1",
"version": "0.3.0",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
Loading

0 comments on commit 014ad53

Please sign in to comment.