Viktorani API - v0.0.8
    Preparing search index...

    Function importNoteFile

    • Read a .md file as sanitized plaintext for use as note content. HTML tags are stripped so only plain markdown syntax is retained.

      Parameters

      • file: File

      Returns Promise<{ content: string; name: string }>