Skip to content

Support for processing individual files/streams #127

@rufuspollock

Description

@rufuspollock

Want to be able to do something like this especially in cloudflare workers.

// stream is result of fs.open or similar
markdowndb.processMarkdown(stream) => the result of parsing a single file

We want this so that you can use markdowndb functions to process single rather than have to run on a whole directory.

That means we can process individual markdown files in e.g. cloudflare workers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions