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
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
linXiv frontend (TS/JS)
Loading...
Create an editor project (note + scaffolded vault). Returns the new note id.