Gathering detailed insights and metrics for joplin-turndown-plugin-gfm
Gathering detailed insights and metrics for joplin-turndown-plugin-gfm
Gathering detailed insights and metrics for joplin-turndown-plugin-gfm
Gathering detailed insights and metrics for joplin-turndown-plugin-gfm
npm install joplin-turndown-plugin-gfm
Typescript
Module System
Node Version
NPM Version
90.6
Supply Chain
85
Quality
75.5
Maintenance
100
Vulnerability
100
License
JavaScript (49.36%)
HTML (47.23%)
Shell (3.41%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
12 Stars
60 Commits
6 Forks
4 Watchers
1 Branches
3 Contributors
Updated on Jun 29, 2024
Minified
Minified + Gzipped
Latest Version
1.0.12
Package Id
joplin-turndown-plugin-gfm@1.0.12
Size
4.62 kB
NPM Version
6.13.4
Node Version
12.10.0
Published on
Jan 08, 2020
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
5
A Turndown plugin which adds GitHub Flavored Markdown extensions.
This is a fork of the original turndown-plugin-gfm for use with Joplin. The changes are:
\n
) with <br>
inside table cells so that multi-line content is displayed correctly as Markdown.<tr>
tag)npm:
npm install joplin-turndown-plugin-gfm
1// For Node.js 2var TurndownService = require('turndown') 3var turndownPluginGfm = require('joplin-turndown-plugin-gfm') 4 5var gfm = turndownPluginGfm.gfm 6var turndownService = new TurndownService() 7turndownService.use(gfm) 8var markdown = turndownService.turndown('<strike>Hello world!</strike>')
turndown-plugin-gfm is a suite of plugins which can be applied individually. The available plugins are as follows:
strikethrough
(for converting <strike>
, <s>
, and <del>
elements)tables
taskListItems
gfm
(which applies all of the above)So for example, if you only wish to convert tables:
1var tables = require('turndown-plugin-gfm').tables 2var turndownService = new TurndownService() 3turndownService.use(tables)
turndown-plugin-gfm is copyright © 2017+ Dom Christie and released under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
34 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-26
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More