Skip to content

I thought you were a big shot, but you turned out to be a clown. #2

@swuxie

Description

@swuxie

scripts\ingest.ts:

  const title = (fm.data && (fm.data.title || fm.data.Title)) || '';   
  const plain = markdownToPlain(fm.content);   
  const chunks = chunkText(plain, 800);

It's written like a pile of shit. markdownToPlain converts Markdown format text to plain text, and chunkText splits the text based on the headings in Markdown format???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions