Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Keywords
Repository
Utility methods for Markdown text.
Basic Info
- Host: GitHub
- Owner: nodef
- License: mit
- Language: TypeScript
- Default Branch: main
- Homepage: https://www.npmjs.com/package/extra-markdown-text
- Size: 138 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
Utility methods for Markdown text.
📦 Node.js,
🌐 Web,
📜 Files,
📰 Docs.
This package is available in both Node.js and Web formats. The web format
is exposed as extra_markdown_text standalone variable and can be loaded from
jsDelivr CDN.
Stability: Experimental.
```javascript const fs = require('fs'); const xmarkdown = require('extra-markdown-text');
function main() { var txt = fs.readFileSync('README.md', 'utf8').replace(/\r?\n/, '\n');
xmarkdown.links(txt); // [ // { // full: 'Node.js', // name: 'Node.js', // reference: '', // url: 'https://www.npmjs.com/package/extra-markdown-text' // }, // { // full: 'Web', // name: 'Web', // reference: '', // url: 'https://www.npmjs.com/package/extra-markdown-text.web' // }, // ... // ]
xmarkdown.linkReferences(txt); // [ // { // full: 'jsDelivr CDN: https://cdn.jsdelivr.net/npm/extra-markdown-text.web/index.js', // name: 'jsDelivr CDN', // url: 'https://cdn.jsdelivr.net/npm/extra-markdown-text.web/index.js', // title: '' // }, // { // full: 'forEachCodeBlock: https://nodef.github.io/extra-markdown-text/modules.html#forEachCodeBlock', // name: 'forEachCodeBlock', // url: 'https://nodef.github.io/extra-markdown-text/modules.html#forEachCodeBlock', // title: '' // }, // ... // ] } main(); ```
Index
| Property | Description | | ---- | ---- | | forEachCodeBlock | Match code blocks in markdown text. | | codeBlocks | Get code blocks in markdown text. | | replaceCodeBlocks | Replace code blocks in markdown text. | | tagCodeBlocks | Tag code blocks in markdown text and remove them. | | untagCodeBlocks | Untag code blocks in markdown text by adding them back. | | forEachLink | Match links in markdown text. | | links | Get links in markdown text. | | replaceLinks | Replace links in markdown text. | | forEachLinkReference | Match link references in markdown text. | | linkReferences | Get link references in markdown text. | | replaceLinkReferences | Replace link references in markdown text. | | forEachTable | Match tables in markdown text. | | tables | Get tables in markdown text. | | replaceTables | Replace tables in markdown text. |
Owner
- Name: nodef
- Login: nodef
- Kind: organization
- Website: https://nodef.github.io/
- Repositories: 119
- Profile: https://github.com/nodef
A summary of programs made with Node.js.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Sahu
given-names: Subhajit
orcid: https://orcid.org/0000-0001-5140-6578
title: "nodef/extra-markdown-text: Utility methods for Markdown text"
version: 0.1.0
doi: 10.5281/zenodo.6944501
date-released: 2022-07-31
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Subhajit Sahu | w****7@g****m | 13 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- npm 60 last-month
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 16
(may contain duplicates) - Total versions: 21
- Total maintainers: 1
npmjs.org: extra-markdown-text
Utility methods for Markdown text.
- Homepage: https://github.com/nodef/extra-markdown-text#readme
- License: BSD-3-Clause
-
Latest release: 0.1.6
published 11 months ago
Rankings
Maintainers (1)
npmjs.org: extra-markdown-text.web
Utility methods for Markdown text{web}.
- Homepage: https://github.com/nodef/extra-markdown-text#readme
- License: BSD-3-Clause
-
Latest release: 0.1.6
published 11 months ago
Rankings
Maintainers (1)
Dependencies
- @babel/code-frame 7.16.7 development
- @babel/helper-validator-identifier 7.16.7 development
- @babel/highlight 7.16.10 development
- @octokit/auth-token 3.0.0 development
- @octokit/core 4.0.4 development
- @octokit/endpoint 7.0.0 development
- @octokit/graphql 5.0.0 development
- @octokit/openapi-types 12.11.0 development
- @octokit/plugin-paginate-rest 3.1.0 development
- @octokit/plugin-request-log 1.0.4 development
- @octokit/plugin-rest-endpoint-methods 6.2.0 development
- @octokit/request 6.2.0 development
- @octokit/request-error 3.0.0 development
- @octokit/rest 19.0.3 development
- @octokit/types 6.41.0 development
- @rollup/plugin-commonjs 22.0.1 development
- @rollup/plugin-node-resolve 13.3.0 development
- @rollup/pluginutils 3.1.0 development
- @types/estree 0.0.39 development
- @types/node 18.6.2 development
- @types/resolve 1.17.1 development
- ansi-styles 3.2.1 development
- balanced-match 1.0.2 development
- before-after-hook 2.2.2 development
- brace-expansion 2.0.1 development
- brace-expansion 1.1.11 development
- builtin-modules 3.3.0 development
- chalk 2.4.2 development
- color-convert 1.9.3 development
- color-name 1.1.3 development
- commondir 1.0.1 development
- concat-map 0.0.1 development
- deepmerge 4.2.2 development
- deprecation 2.3.1 development
- escape-string-regexp 1.0.5 development
- estree-walker 1.0.1 development
- estree-walker 2.0.2 development
- estree-walker 0.6.1 development
- extra-build 2.2.21 development
- extra-javascript-text 0.1.11 development
- extra-jsdoc-text 0.1.11 development
- extra-markdown-text 0.1.0 development
- fs.realpath 1.0.0 development
- fsevents 2.3.2 development
- function-bind 1.1.1 development
- glob 7.2.0 development
- has 1.0.3 development
- has-flag 3.0.0 development
- inflight 1.0.6 development
- inherits 2.0.4 development
- is-builtin-module 3.1.0 development
- is-core-module 2.8.1 development
- is-module 1.0.0 development
- is-plain-object 5.0.0 development
- is-reference 1.2.1 development
- js-cleanup 1.2.0 development
- js-tokens 4.0.0 development
- jsonc-parser 3.1.0 development
- kleur 4.1.5 development
- lru-cache 6.0.0 development
- lunr 2.3.9 development
- magic-string 0.25.9 development
- magic-string 0.26.1 development
- marked 4.0.18 development
- minimatch 5.1.0 development
- minimatch 3.1.2 development
- node-fetch 2.6.7 development
- once 1.4.0 development
- path-is-absolute 1.0.1 development
- path-parse 1.0.7 development
- perf-regexes 1.0.1 development
- picomatch 2.3.1 development
- resolve 1.22.0 development
- rollup 2.70.1 development
- rollup-plugin-cleanup 3.2.1 development
- rollup-plugin-dts 4.2.2 development
- rollup-pluginutils 2.8.2 development
- semver 7.3.7 development
- shiki 0.10.1 development
- skip-regex 1.0.2 development
- sourcemap-codec 1.4.8 development
- supports-color 5.5.0 development
- supports-preserve-symlinks-flag 1.0.0 development
- tr46 0.0.3 development
- typedoc 0.23.9 development
- typescript 4.6.3 development
- universal-user-agent 6.0.0 development
- vscode-oniguruma 1.6.2 development
- vscode-textmate 5.2.0 development
- webidl-conversions 3.0.1 development
- whatwg-url 5.0.0 development
- wrappy 1.0.2 development
- yallist 4.0.0 development
- @rollup/plugin-commonjs ^22.0.1 development
- @rollup/plugin-node-resolve ^13.3.0 development
- @types/node ^18.6.2 development
- extra-build ^2.2.21 development
- rollup-plugin-cleanup ^3.2.1 development
- rollup-plugin-dts ^4.2.2 development
- actions/checkout v3 composite
- actions/setup-node v2 composite
- actions/checkout v3 composite
- actions/setup-node v2 composite
