https://github.com/citation-js/integration-showdown
Cite references in 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
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
Metadata Files
README.md
citation.js-showdown
Showdown extension for Citation.js.
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(optionalString): a CSL style namelocale(optionalString): a CSL locale languagereferences(optionalString): BibTeX file contents to cite by label in your document (requires the@citation-js/plugin-bibtexplugin)
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
- Website: https://citation.js.org
- Twitter: citation_js
- Repositories: 24
- Profile: https://github.com/citation-js
GitHub Events
Total
Last Year
Committers
Last synced: about 3 years ago
Top Committers
| Name | 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
Pull Request Labels
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
- Homepage: https://github.com/citation-js/integration-showdown#readme
- License: MIT
-
Latest release: 2.0.0
published almost 7 years ago
Rankings
Maintainers (1)
Dependencies
- 561 dependencies
- @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