Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cside/hatena-blog-list-helper

はてなブログの Markdown 記法で、リスト(箇条書き)の先頭の記号を補完して入力するブラウザ拡張
https://github.com/cside/hatena-blog-list-helper

chrome-extension edge-addon firefox-ad hatena-blog

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

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



## Install

- [Chrome](https://chrome.google.com/webstore/detail/lnidemekhlcpbkpmmgcmgdjepkpompol)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/hkhmpecjgdjaehadeenmhmfgnimkmcef)
- [Firefox](https://addons.mozilla.org/ja/firefox/addon/%E3%81%AF%E3%81%A6%E3%81%AA%E3%83%96%E3%83%AD%E3%82%B0markdown%E3%83%AA%E3%82%B9%E3%83%88%E5%85%A5%E5%8A%9B%E6%94%AF%E6%8F%B4/)

## How to Build

```bash
cat << EOF > .npmrc
//npm.pkg.github.com/:_authToken=
@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](https://github.com/Cside/hatena-blog-list-helper/issues) before writing your code.

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

## Release Notes

[/releases](https://github.com/Cside/hatena-blog-list-helper/releases)

## License

[The MIT License](/LICENSE).