Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectPan committed Nov 13, 2022
1 parent dc94873 commit 02777b0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
Binary file added assets/usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions logo.svg

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vite-plugin-logseq": "1.1.2"
},
"logseq": {
"id": "perfectpan-logseq-code-formatter",
"icon": "./logo.svg"
"id": "logseq-code-formatter",
"title": "logseq-code-formatter"
}
}
17 changes: 11 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Logseq Plugin Template React
# Logseq Plugin Code Formatter

## Features
Format your code block in logseq.

- plug & play boilerplate with properly defined GitHub action defaults
- develop with HMR, empowered by lightning fast Vite ⚡ with [vite-logseq-plugin](https://github.com/pengx17/vite-plugin-logseq)
- TailwindCSS for styling
- pnpm
This plugin is powered by [prettier](https://github.com/prettier/prettier).

## Supported language

JavaScript, TypeScript, HTML

## Usage

![usage](./assets/usage.gif)

0 comments on commit 02777b0

Please sign in to comment.