https://github.com/citation-js/integration-showdown

Cite references in Showdown

https://github.com/citation-js/integration-showdown

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Cite references in Showdown

Basic Info
  • Host: GitHub
  • Owner: citation-js
  • Language: JavaScript
  • Default Branch: master
  • Size: 1.09 MB
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • Open Issues: 15
  • Releases: 0
Created about 9 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

citation.js-showdown

Showdown extension for Citation.js.

NPM version NPM total downloads Build Status

Install

Node.js

npm install citation-js-showdown

Browser

Download this file.

Use

First, load showdown and the required plugins:

```js const showdown = require('showdown')

// Citation.js plugins require('@citation-js/plugin-csl') require('@citation-js/plugin-bibtex') // see below ```

Second, register the extension:

js require('citation-js-showdown')(showdown, options)

Third, use extension in the showdown converter:

js const converter = new showdown.Converter({ extensions: ['citation.js'] })

Now you can use the converter like you normally would.

Options

  • template (optional String): a CSL style name
  • locale (optional String): a CSL locale language
  • references (optional String): BibTeX file contents to cite by label in your document (requires the @citation-js/plugin-bibtex plugin)

Syntax

^[input]

Where input is any string that can be inputted to Cite. Any appended sequence of [input] is allowed to for additional citations in the same cluster. Example:

That also allows the analysis and visualisation of how research
cites each other ^[shotton_publishing_2013][eck_citnetexplorer_2014]

Owner

  • Name: Citation.js
  • Login: citation-js
  • Kind: organization
  • Email: citationjs@protonmail.com

GitHub Events

Total
Last Year

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 25
  • Total Committers: 1
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Lars Willighagen l****n@g****m 25

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 2
  • Total pull requests: 14
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 months
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.07
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 14
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jacobwindsor (1)
  • larsgw (1)
Pull Request Authors
  • dependabot[bot] (14)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
dependencies (14)

Packages

  • Total packages: 1
  • Total downloads:
    • npm 11 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 8
  • Total maintainers: 1
npmjs.org: citation-js-showdown

Cite references in Showdown

  • Versions: 8
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 11 Last month
Rankings
Dependent repos count: 10.6%
Stargazers count: 11.7%
Forks count: 15.8%
Average: 18.0%
Dependent packages count: 21.4%
Downloads: 30.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

package-lock.json npm
  • 561 dependencies
package.json npm
  • @babel/cli ^7.5.5 development
  • @babel/core ^7.5.5 development
  • @babel/preset-env ^7.5.5 development
  • @babel/register ^7.5.5 development
  • @citation-js/core ^0.4.8 development
  • @citation-js/plugin-bibtex ^0.4.8 development
  • @citation-js/plugin-csl ^0.4.8 development
  • browserify ^16.5.0 development
  • mocha ^6.2.0 development
  • showdown ^1.9.0 development
  • standard ^13.1.0 development
  • isomorphic-fetch ^2.2.1