Skip to content

Commit 02777b0

Browse files
committed
chore: update readme
1 parent dc94873 commit 02777b0

4 files changed

Lines changed: 13 additions & 15 deletions

File tree

assets/usage.gif

1.11 MB
Loading

logo.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"vite-plugin-logseq": "1.1.2"
3333
},
3434
"logseq": {
35-
"id": "perfectpan-logseq-code-formatter",
36-
"icon": "./logo.svg"
35+
"id": "logseq-code-formatter",
36+
"title": "logseq-code-formatter"
3737
}
3838
}

readme.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# Logseq Plugin Template React
1+
# Logseq Plugin Code Formatter
22

3-
## Features
3+
Format your code block in logseq.
44

5-
- plug & play boilerplate with properly defined GitHub action defaults
6-
- develop with HMR, empowered by lightning fast Vite ⚡ with [vite-logseq-plugin](https://github.com/pengx17/vite-plugin-logseq)
7-
- TailwindCSS for styling
8-
- pnpm
5+
This plugin is powered by [prettier](https://github.com/prettier/prettier).
6+
7+
## Supported language
8+
9+
JavaScript, TypeScript, HTML
10+
11+
## Usage
12+
13+
![usage](./assets/usage.gif)

0 commit comments

Comments
 (0)