• Preparing search index...
  • The search index is not available
linXiv frontend (TS/JS)
  • linXiv frontend (TS/JS)
  • api/editor
  • createEditorProject

Function createEditorProject

  • createEditorProject(
        body: CreateEditorProjectBody,
    ): Promise<{ mainFile: string; noteId: number; projectName: string }>

    Create an editor project (note + scaffolded vault). Returns the new note id.

    Parameters

    • body: CreateEditorProjectBody

    Returns Promise<{ mainFile: string; noteId: number; projectName: string }>

    • Defined in linXiv/src/api/editor.ts:41

Settings

Member Visibility
linXiv frontend (TS/JS)
  • Loading...

Generated using TypeDoc