Skip to content

Commit

Permalink
Update readme, and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DMeurer committed Oct 18, 2024
1 parent 5e46142 commit 3839baa
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,45 @@ I'm a huge fan of the "configure everything until its ugly" approach that the Je
- Base color (light and dark theme)
- line number color
- configurable line marker (toggle, line number color)
- Calouts
- Custom Icons for the callouts c1 to c4

## Features

### Fancy Code blocks

Yeah i just like em

### Fancy Headers

I kinda like em and you can change them as you want.

### Custom callouts

A bunch of custom callouts.

Predefined are `info`, `text` and `mt`.

You can choose the Icon for `c1`, `c2`, `c3` and `c4`.

Every callout has to have a color attatched.

Possible colors are:
- `pink`
- `blue`
- `green`
- `yellow`
- `red`
- `purple`
- `orange`
- `light-blue`
- `cyan`
- `light-purple`

So this is what a valid callout would look like:

> [!info-pink] Title
> Content

# Installation
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": "Improved Potato",
"version": "1.1.1",
"version": "1.1.2",
"minAppVersion": "1.5.0",
"author": "Dominik Meurer",
"authorUrl": "https://dmeurer.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": "improved-potato",
"version": "1.1.1",
"version": "1.1.2",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down

0 comments on commit 3839baa

Please sign in to comment.