Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-l-robinson/wordpress-bible-link
WordPress plugin that links Bible references
https://github.com/ryan-l-robinson/wordpress-bible-link
wordpress wordpress-plugin
Last synced: 3 days ago
JSON representation
WordPress plugin that links Bible references
- Host: GitHub
- URL: https://github.com/ryan-l-robinson/wordpress-bible-link
- Owner: ryan-l-robinson
- Created: 2021-07-07T14:32:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T19:46:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T05:13:08.417Z (about 2 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This WordPress plugin detects Bible references when content is saved. If a reference is found, it wraps a link around that reference to that text on Bibles.org.
Current version has the bare minimum idea working. It can identify references to a single verse in the format book chapter:verse and wrap a link around it.
## Wishlist
- Identify other reference formats.
- Link properly for all formats. Currently Bibles.org expects an end chapter and verse as well and I am not providing that.
- Skip adding the link if there is already a link or header around the reference.
- Add the rest of the possible abbreviations.
- Add support for more translations, with an option screen for the user.
- Provide a way for users to opt out of the auto-links on a per-post basis.