A modern WordPress block editor plugin for managing references, citations, and footnotes.
- Insert formatted references using PMID, DOI (CrossRef, DataCite, & mEDRA), URL, or ISBN
- Manually insert formatted references as footnotes in the block editor
- Import bibliography from reference managers using .ris files
- Automatic reference formatting for specified citation styles
- Interactive reference list beside the block editor
- Automatic footnote management
- Hover-to-view inline citations on the frontend
- Upload the plugin files to the
/wp-content/plugins/wp-reference-manager
directory - Activate the plugin through the 'Plugins' screen in WordPress
- Use the Settings->WP Reference Manager screen to configure the plugin
- Node.js (v14 or later)
- npm (v6 or later)
- WordPress (v5.8 or later)
- Clone this repository
- Run
npm install
to install dependencies - Run
npm start
for development - Run
npm run build
for production build
npm start
: Start development modenpm run build
: Build for productionnpm run lint
: Run lintingnpm run format
: Format code
GPL v2 or later