Prep repository for Obsidian community plugin submission#3
Merged
coderkearns merged 2 commits intomasterfrom Mar 23, 2026
Merged
Prep repository for Obsidian community plugin submission#3coderkearns merged 2 commits intomasterfrom
coderkearns merged 2 commits intomasterfrom
Conversation
… manifest Co-authored-by: coderkearns <80931347+coderkearns@users.noreply.github.com> Agent-Logs-Url: https://github.com/coderkearns/obsidian-autoreference-scriptures/sessions/c664bc74-fdd3-491b-a4e4-dfbd2762833e
…e README Co-authored-by: coderkearns <80931347+coderkearns@users.noreply.github.com> Agent-Logs-Url: https://github.com/coderkearns/obsidian-autoreference-scriptures/sessions/a56df27d-aed3-4fd3-a4f7-7ebf11d7376e
Copilot created this pull request from a session on behalf of
coderkearns
March 23, 2026 04:21
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repo still carried the obsidian-sample-plugin boilerplate throughout — README, LICENSE copyright, package name, and empty placeholder files — none of it reflecting the actual plugin.
Changes
README.md— Full rewrite with plugin-specific content: description, feature list, all supported scripture volumes (OT/NT/BoM/D&C/PGP/PMG), reference format examples with destination URLs, community + manual install instructions, dev commands, and release process.LICENSE— Copyright corrected fromDynalist Inc.tocoderkearns.manifest.json— AddedauthorUrl: https://github.com/coderkearns.package.json—namecorrected fromobsidian-sample-plugin→obsidian-autoreference-scriptures.styles.css— Deleted; was only a placeholder comment. Plugin has no custom CSS.src/settings.ts— Deleted; was only a placeholder comment, never imported. Plugin has no settings.