dpshde/Bible Linkify
Linkify unlinked Scripture references in Markdown to portable route.bible URLs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Space-separated file paths or globs to scan (passed to the CLI). | no | "" |
| mode | CLI mode: check | write | diff | report | no | check |
| base_url | route.bible origin (or compatible resolver). | no | https://route.bible |
| src | Optional src= query tag appended to generated links. | no | "" |
| rewrite_existing | If true, rewrite existing Markdown links whose label is a full passage. | no | false |
| config | Optional path to .bible-linkify.yml | no | "" |
| working_directory | Working directory for the scan (default repo root). | no | . |
Outputs
| name | description |
|---|---|
| exit_code | Exit code from bible-linkify |