0.1.0 • Published 3 years ago
ember-cite v0.1.0
ember-cite
This addon enables you to write an academic/scientific reference list rendered with microformats.
Installation
ember install ember-cite
Usage
This addon will provide you the <References>
component to generate a reference
listing.
Here is an example:
<References class="references" as |l|>
<l.BlogPost
@title="Ember 2019: Reduce Complexity"
@year="2019"
@url="https://gos.si/blog/ember-2019-reduce-complexity"
as |r|>
<r.Author @given="Thomas" @family="Gossmann"/>
</l.BlogPost>
</References>
Documentation
GOTO gossi.github.io/ember-cite
Resources
Here are links to APA citation standard:
Compatibility
This addon is using hot off the press octane technology, ye'd be warned.
- Canary ?
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.