@progfay/scrapbox-parser
TypeScript icon, indicating that this package has built-in type declarations

9.2.0 • Public • Published

Scrapbox Parser

MIT License npm version Maintainability Test Coverage

parse Scrapbox notation to JavaScript Object

Installation

$ npm i @progfay/scrapbox-parser

Also, you can install @progfay/scrapbox-parser via JSR.

Usage

import { parse } from "@progfay/scrapbox-parser";

const PROJECT_NAME = "help";
const PAGE_NAME = "syntax";

fetch(`https://scrapbox.io/api/pages/${PROJECT_NAME}/${PAGE_NAME}/text`)
  .then((response) => response.text())
  .then((text) => parse(text));

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
9.2.0
60latest

Version History

VersionDownloads (Last 7 Days)Published
9.2.0
60
9.1.5
1
9.1.4
1
9.1.3
0
9.1.2
0
9.1.10
9.1.00
9.0.02
8.1.051
8.0.00
7.2.015
7.1.01
7.0.20
6.0.32
7.0.10
6.0.20
7.0.00
6.0.10
6.0.01
5.0.40
5.0.30
5.0.10
5.0.00
4.0.30
4.0.20
4.0.10
4.0.01
4.0.0-11
4.0.0-00
3.1.00
3.0.00
2.5.30
2.5.21
2.5.10
2.5.00
2.4.21
2.4.10
2.4.00
2.3.00
2.2.00
2.1.11
2.0.00
1.4.01
1.3.00
1.2.01
1.1.20
1.1.10
1.1.00
1.0.21
1.0.10
1.0.01

Package Sidebar

Install

npm i @progfay/scrapbox-parser

Weekly Downloads

143

Version

9.2.0

License

MIT

Unpacked Size

52.4 kB

Total Files

66

Last publish

Collaborators

  • progfay