New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

md2sb

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md2sb

Encode Markdown to Scrapbox.io style text

latest
Source
npmnpm
Version
6.0.3
Version published
Weekly downloads
66
69.23%
Maintainers
1
Weekly downloads
 
Created
Source

md2sb

Encode Markdown to Scrapbox.io style text

Sample Result

Sample Text(Ja) to https://scrapbox.io/pastak-pub/md2sb%20Sample

(This sample text is from http://qiita.com/salchu/items/da81122ed50b35feda4d (Revision))

Usage

CLI

  • % npx md2sb hoge.md > hoge.txt
    • You can pass filename as option
  • % cat hoge.md | md2sb > hoge.txt
    • You can pass markdown text via stdin

API

TBW

Development

  • Require
    • NodeJS
  • Fork it
  • % git clone git@github.com:YOUR-NAME/md2sb.git
  • cd md2sb
  • git checkout -b YOUR_WORKING_BRANCH
  • Write Some Code!
  • Build: % pnpm run build
    • Watch: % pnpm run watch
  • Test: % pnpm test
    • Test Watching: % pnpm test:watch
  • Commit your work
  • Open PR to this repository 🎉

FAQs

Package last updated on 20 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts