https://github.com/ericpugh/drupal-bibtex-field
Drupal 8 Module that provides a BibTeX field which can store, parse, and theme BibTeX formatted text
https://github.com/ericpugh/drupal-bibtex-field
Last synced: 3 months ago
JSON representation
Drupal 8 Module that provides a BibTeX field which can store, parse, and theme BibTeX formatted text
- Host: GitHub
- URL: https://github.com/ericpugh/drupal-bibtex-field
- Owner: ericpugh
- Created: 2015-10-05T17:36:49.000Z (over 9 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2016-08-22T16:59:58.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T07:14:11.929Z (5 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview
--------Bibtex Field adds a custom field to store, parse, and output a Bibliography in BibTex format
Installation
-----------1. Place the bibtex_field directory in your modules directory.
2. Enable the BibTex Field module at admin/modules.
3. From "Manage Fields" menu, select "Add Field" and then select "BibTeX (plain)" from the fields list.Requirements
------------* Core Text module enabled