Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mziyut/honkit-plugin-hatena-bookmark-pageowner
HonKit plugin for HatenaBookmark pageowner
https://github.com/mziyut/honkit-plugin-hatena-bookmark-pageowner
gitbook gitbook-plugin hatena-bookmark hatenabookmark honkit honkit-plugin
Last synced: 20 days ago
JSON representation
HonKit plugin for HatenaBookmark pageowner
- Host: GitHub
- URL: https://github.com/mziyut/honkit-plugin-hatena-bookmark-pageowner
- Owner: mziyut
- License: mit
- Created: 2023-04-13T15:44:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T11:04:02.000Z (26 days ago)
- Last Synced: 2024-11-29T23:29:51.920Z (24 days ago)
- Topics: gitbook, gitbook-plugin, hatena-bookmark, hatenabookmark, honkit, honkit-plugin
- Language: JavaScript
- Homepage: https://mziyut.github.io/honkit-plugin-hatena-bookmark-pageowner/
- Size: 748 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# honkit-plugin-hatena-bookmark-pageowner
HonKit plugin for HatenaBookmark pageowner
## How to install
```sh
npm install @mziyut/honkit-plugin-hatena-bookmark-pageowner
```or
```sh
yarn add @mziyut/honkit-plugin-hatena-bookmark-pageowner
```## How to usage
Add settings to book.json
hatenaID cannot be omitted.
```json
{
"plugins": ["@mziyut/honkit-plugin-hatena-bookmark-pageowner"],
"pluginsConfig": {
"hatena-bookmark-pageowner": {
"hateneID": "mziyut112"
}
}
}
```## References
- [外部サイトをはてな ID と紐付ける(ページオーナー設定) - はてなブックマークヘルプ](https://b.hatena.ne.jp/help/entry/pageowner)