Gathering detailed insights and metrics for textile-js
Gathering detailed insights and metrics for textile-js
Gathering detailed insights and metrics for textile-js
Gathering detailed insights and metrics for textile-js
npm install textile-js
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
213 Stars
102 Commits
48 Forks
12 Watchers
15 Branches
7 Contributors
Updated on Mar 20, 2025
Latest Version
2.1.1
Package Id
textile-js@2.1.1
Unpacked Size
162.03 kB
Size
55.38 kB
File Count
25
NPM Version
6.14.8
Node Version
11.15.0
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
h1. textile.js
Attempt at an implementation of fully featured Textile parser in JavaScript that runs reasonably fast and mostly avoids outputting broken HTML.
Give it a go in "a live textile web editor":http://borgar.github.com/textile-js/.
h2. Install
bc. $ npm install textile-js
h2. Options
The basic interface mimics "marked":https://github.com/chjj/marked, the popular markdown parser. So if you use that in your project then you can support Textile as well with minimal effort.
Currently, the only supported option is @breaks@ which can be used to enable/disable the default behavior of line-breaking single newlines within blocks.
h2. Usage
bc. console.log( textile( "I am using textile." ) );
You can also get to the syntax tree, which uses "JsonML":http://www.jsonml.org/.
bc. var jsonml = textile.parse( text ); console.log( jsonml );
h2. CLI
bc. $ textile -o hello.html hello world ^D $ cat hello.html
hello world
h2. License
Copyright (c) 2012, Borgar Þorsteinsson (MIT License).
See LICENSE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
39 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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