2.4.0 • Published 4 days ago

affine-reader v2.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 days ago

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);
2.4.0

4 days ago

2.3.6

26 days ago

2.3.4

28 days ago

2.3.5

28 days ago

2.3.0

1 month ago

2.3.2

1 month ago

2.3.3

1 month ago

2.2.5

2 months ago

2.2.1

3 months ago

2.2.0

3 months ago

2.2.3

3 months ago

2.2.2

3 months ago

2.2.4

3 months ago

2.1.4

4 months ago

2.1.2

4 months ago

2.1.3

4 months ago

2.1.1

4 months ago

2.1.0

4 months ago

2.1.0-beta.1

4 months ago

2.1.0-beta.0

4 months ago

2.0.15

6 months ago

2.0.3

6 months ago

2.0.2

6 months ago

2.0.13

6 months ago

2.0.5

6 months ago

2.0.14

6 months ago

2.0.4

6 months ago

2.0.11

6 months ago

2.0.7

6 months ago

2.0.12

6 months ago

2.0.6

6 months ago

2.0.9

6 months ago

2.0.10

6 months ago

2.0.8

6 months ago

2.0.1

6 months ago

2.0.0

8 months ago

0.1.4

11 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago