A modern WordPress block editor plugin for managing references and citations through native WordPress footnotes.
- 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
- Upload the plugin files to the
/wp-content/plugins/wp-reference-manager
directory - Activate the plugin through the 'Plugins' screen in WordPress
- Start using references in your posts through the block editor
- 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
- Node.js (v14 or later)
- npm (v6 or later)
- WordPress (v6.0 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 codenpm run build:dist
: Create distribution packagenpm run version-bump
: Update version numbers across files
GPL v2 or later