Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 記法で、リスト(箇条書き)の先頭の記号を補完して入力するブラウザ拡張
- Host: GitHub
- URL: https://github.com/cside/hatena-blog-list-helper
- Owner: Cside
- License: mit
- Created: 2023-09-25T13:50:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T12:00:20.000Z (2 months ago)
- Last Synced: 2024-10-28T16:34:04.382Z (about 2 months ago)
- Topics: chrome-extension, edge-addon, firefox-ad, hatena-blog
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/lnidemekhlcpbkpmmgcmgdjepkpompol
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/
EOFpnpm 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).