Skip to content

Commit

Permalink
update for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
efemkay committed Nov 28, 2022
1 parent d207c22 commit 0065660
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 487 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Custom font and spacing for Headers in lists vs in normal paragraph
- By default, pairing H1/H2, H3/H4 and H5/H6
- Custom spacing for Headers mainly for Reading View
- Color Schemes
- List Embed (inline "clean" block embed for lists blocks)
– made to work well in Live Preview (but still experimental)
- Auxiliary Customisation
Expand All @@ -28,6 +29,14 @@

> This theme is still work in progress. There are more features I have in mind -- those will be updated/released in due time.
## Companion plugins
Listive works best with the following plugins installed to enable more complicated features and give more control to refine the look and feel.
- **Contextual Typography** plugin for advanced layout features such as custom spacing for 1st para/list.
- **Style Settings** plugin for refining the look and feel including choosing/creating custom color scheme.

## Credits
- [Obsidian You theme](https://github.com) for the FAB I adopted (because I find it very useful when using on a phone)

## Support Me
I do this on my free time for personal joy. However, a cup of coffee or two would motivate me further! If you like what I do, and want to contribute back, you can support me via Ko-fi

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": "Listive",
"version": "0.1.1",
"version": "0.2.0",
"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.1.1",
"version": "0.2.0",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
Loading

0 comments on commit 0065660

Please sign in to comment.