WP Reference Manager
A modern block editor plugin for managing references, citations, and footnotes with support for PMID, DOI, URL, and ISBN.
by Your Name · github.com/nytafar/wp-reference-manager · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/nytafar/wp-reference-manager/archive/refs/heads/main.zipA modern WordPress block editor plugin for managing references and citations through native WordPress footnotes.
Features
- Seamless integration with WordPress native footnotes
- Add references using PMID, DOI, URL, or ISBN
- Automatic reference fetching and formatting in APA style
- Interactive reference sidebar in the block editor
- Real-time reference preview and selection
- Persistent reference storage across posts
- Clean and modern UI integrated with the block editor
Installation
- Upload the plugin files to the
/wp-content/plugins/wp-reference-managerdirectory - Activate the plugin through the 'Plugins' screen in WordPress
- Start using references in your posts through the block editor
Usage
- In the block editor, add a footnote block
- Use the reference selector to choose or add a new reference
- The footnote will be automatically formatted with your reference
- Manage all your references through the sidebar
Development
Prerequisites
- Node.js (v14 or later)
- npm (v6 or later)
- WordPress (v6.0 or later)
Setup
- Clone this repository
- Run
npm installto install dependencies - Run
npm startfor development - Run
npm run buildfor production build
Available Commands
npm start: Start development modenpm run build: Build for productionnpm run lint: Run lintingnpm run format: Format codenpm run build:dist: Create distribution packagenpm run version-bump: Update version numbers across files
License
GPL v2 or later