项目作者: gossi

项目描述 :
Academic/Scientific citation with microdata
高级语言: TypeScript
项目地址: git://github.com/gossi/ember-cite.git
创建时间: 2019-08-04T12:54:04Z
项目社区:https://github.com/gossi/ember-cite

开源协议:MIT License

下载


ember-cite

This addon enables you to write an academic/scientific reference list rendered
with microformats.

Installation

  1. ember install ember-cite

Usage

This addon will provide you the <References> component to generate a reference
listing.

Here is an example:

  1. <References class="references" as |l|>
  2. <l.BlogPost
  3. @title="Ember 2019: Reduce Complexity"
  4. @year="2019"
  5. @url="https://gos.si/blog/ember-2019-reduce-complexity"
  6. as |r|>
  7. <r.Author @given="Thomas" @family="Gossmann"></r.Author>
  8. </l.BlogPost>
  9. </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.