Skip to content

はてなブログの Markdown 記法で、リスト(箇条書き)の先頭の記号を補完して入力するブラウザ拡張

License

Notifications You must be signed in to change notification settings

Cside/hatena-blog-list-helper

Repository files navigation

はてなブログ Markdown リスト入力支援(ブラウザ拡張)

はてなブログの Markdown 記法で、リスト(箇条書き)の先頭の記号を補完して入力します。

Install

How to Build

cat << EOF > .npmrc
//npm.pkg.github.com/:_authToken=<Your Github access token that includes read:packages permission>
@cside:registry=https://npm.pkg.github.com/
EOF

pnpm install
pnpm run build

How to Send Pull Requests

⚠️ If you have a feature request, please discuss it with me on /issues before writing your code.

Create a branch from develop and make a pull request to develop .

Release Notes

/releases

License

The MIT License.