affine-reader
TypeScript icon, indicating that this package has built-in type declarations

2.4.2 • Public • Published

affine-reader

This is a simple reader for the blocksuite YJS doc format. The main goal right now is to convert a random YJS doc into a markdown file.

Install

pnpm install affine-reader

Usage

The following will create a reader for a workspace and then get all the pages in that workspace. Page markdown is available in .md property.

const { getBlocksuiteReader } = require('affine-reader');

const reader = await getBlocksuiteReader({ workspaceId: 'workspace-id' })
const pages = await reader.getWorkspacePages(true);

Readme

Keywords

none

Package Sidebar

Install

npm i affine-reader

Weekly Downloads

115

Version

2.4.2

License

MIT

Unpacked Size

331 kB

Total Files

5

Last publish

Collaborators

  • pengxiao