{"id":20313915,"url":"https://github.com/craftcms/textlint-rule-linkable-params","last_synced_at":"2026-05-29T01:31:34.306Z","repository":{"id":66282962,"uuid":"478176865","full_name":"craftcms/textlint-rule-linkable-params","owner":"craftcms","description":"Custom textlint rule for allowing lowercase variations of terms when linked.","archived":false,"fork":false,"pushed_at":"2023-03-08T11:24:57.000Z","size":519,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-04T08:44:11.426Z","etag":null,"topics":["textlint","textlint-rule"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/craftcms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-05T14:54:59.000Z","updated_at":"2023-10-21T23:19:08.000Z","dependencies_parsed_at":"2023-05-02T16:00:52.120Z","dependency_job_id":null,"html_url":"https://github.com/craftcms/textlint-rule-linkable-params","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/craftcms/textlint-rule-linkable-params","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Ftextlint-rule-linkable-params","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Ftextlint-rule-linkable-params/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Ftextlint-rule-linkable-params/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Ftextlint-rule-linkable-params/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/craftcms","download_url":"https://codeload.github.com/craftcms/textlint-rule-linkable-params/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Ftextlint-rule-linkable-params/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33633468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["textlint","textlint-rule"],"created_at":"2024-11-14T18:13:28.966Z","updated_at":"2026-05-29T01:31:34.268Z","avatar_url":"https://github.com/craftcms.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# textlint-rule-linkable-params\n\nPermits linking to a lowercase instance of a parameter that should otherwise appear in caps in a normal sentence.\n\nExample:\n\n```markdown\n# 👍\nWe always want to capitalize ID in a sentence.\n\n# 👍\nWe also want to be able to link to a literal [id](#id) param.\n\n# ❌\nBut we shouldn’t ever write id in normal text.\n```\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n    npm install textlint-rule-linkable-params\n\n## Usage\n\nVia `.textlintrc`(Recommended)\n\n```json\n{\n  \"rules\": {\n    \"linkable-params\": true\n  }\n}\n```\n\nVia CLI\n\n```\ntextlint --rule linkable-params README.md\n```\n\n### Build\n\nBuilds source codes for publish to the `lib` folder.\nYou can write ES2015+ source codes in `src/` folder.\n\n    npm run build\n\n### Tests\n\nRun test code in `test` folder.\nTest textlint rule by [textlint-tester](https://github.com/textlint/textlint-tester).\n\n    npm test\n\n## License\n\nISC ©\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftcms%2Ftextlint-rule-linkable-params","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraftcms%2Ftextlint-rule-linkable-params","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftcms%2Ftextlint-rule-linkable-params/lists"}