- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking βSign up for GitHubβ, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π Documentation: Not really documentation; rather feedback on using the latest and greatest #147
Comments
The
BTW, as friendly as they are, I'm not in love with the contributors functionality; I find it quite noisy. Might be nice to opt out entirely. Possibly personal preference. |
This is great feedback, thanks @johnnyreilly. I'll file out individual issues. Keep it coming! π
Yeah, that's not a great explanation. I'd added
Feels like a mixture of bug and feature request. It should ideally replace that
I am slightly egotistically keeping myself in that list for
Heh, yeah. I can see it being especially noisy if used in single-person personal projects or even closed source projects... I'm personally not motivated to add the requisite logic to be able to turn different areas of integration on or off. But if you have ideas, I'd be up for receiving an issue and ponder some more. Btw, @allcontributors add @johnnyreilly for bug, ideas, promotion. I'm trying to get better at remembering to do this - these all should have been done a while ago. π |
@allcontributors add @johnnyreilly for bug, ideas, promotion. |
I've put up a pull request to add @johnnyreilly! π |
I need to discover what @allcontributors is! But not right now. Another one: the initialised README is also kind of incomplete; still lists the template repo stuff / old contributors etc <h1 align="center">Remark Cloudinary Docusaurus plugin</h1>
<p align="center">Cloudinary offers an image CDN which can improve performance of your site. This plugin allows Docusaurus to use Cloudinary to serve optimised images.</p>
<p align="center">
<a href="#contributors" target="_blank">
<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<img alt="All Contributors: 4" src="https://img.shields.io/badge/all_contributors-4-21bb42.svg" />
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<!-- prettier-ignore-end -->
</a>
<a href="https://codecov.io/gh/johnnyreilly/remark-cloudinary-docusaurus" target="_blank">
<img alt="Codecov Test Coverage" src="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-node-package/branch/main/graph/badge.svg?token=eVIFY4MhfQ"/>
</a>
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank">
<img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" />
</a>
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/LICENSE.md" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/template-typescript-node-package?color=21bb42">
</a>
<a href="https://github.com/sponsors/JoshuaKGoldberg" target="_blank">
<img alt="Sponsor: On GitHub" src="https://img.shields.io/badge/sponsor-on_github-21bb42.svg" />
</a>
<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />
<img alt="TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
</p>
## Usage
```shell
npm i template-typescript-node-package import { greet } from "template-typescript-node-package";
greet("Hello, world!"); DevelopmentSee Contributors
|
I could not determine your intention. Basic usage: @all-contributors please add @Someone for code, doc and infra For other usages see the documentation |
Ignore me @allcontibutors. This is going to screw you up too but that's life π
I understand that, but I suspect users and potential users may take the view "look, the electricity company is in some way a contributor to this, in that without electricity, this wouldn't be here. But it's not relevant - I don't want it". Harsh, but quite possibly a common sentiment. |
Oh and a question:
I've an idea there's a built in token that GitHub Actions can access - could that be used instead? Yeah That's built in and requires no setup - would that work for this? |
github actions also not updated by the looks: https://github.com/johnnyreilly/remark-cloudinary-docusaurus/actions/runs/3772083366/jobs/6412821035 |
Dammit - it published src and not lib https://www.npmjs.com/package/remark-cloudinary-docusaurus?activeTab=explore |
On the bright side, this is the first time I've seen |
Same! |
Probably going to call it for now, but somehow there's a way to make (I guess) release-it use |
Probably something to do with this: https://github.com/release-it/release-it/blob/HEAD/docs/npm.md#publish-path But it looks like release-it may not have run the build prior to it perhaps? |
trying this: johnnyreilly/rehype-cloudinary-docusaurus@a2bebf2 |
that worked I think |
Amazing! And yeah it makes a lot of sense. Up for sending a PR? You've already contributed so much to this repo, might as well get in the code history too π |
yeah sure - probably after Christmas. Merry Christmas Josh! |
Haha - I can't work out if there's a latent threat in that GiF π |
@allcontributors add @johnnyreilly for maintenance |
I've put up a pull request to add @johnnyreilly! π |
Bug Report Checklist
main
branch of the repository.Overview
When using this, I didn't know what this meant:
β Whether to skip calling the GitHub API (effectively making this a local-only change). Β· no
I still don't! What does it mean?
The generated project still seems to be not completely initialised. Consider the
package.json
:Likewise, the contributors lists Josh Goldberg and not me.
Additional Info
Happy to provide more in depth details
The text was updated successfully, but these errors were encountered: