This action will create a Text notecard in notebook
- API endpoint slug
- notebook_cn.add_text
- Filter code method
- NotebookCn.addText.skip(string?: reason)
- Runtime method
- runAction("notebook_cn.add_text", {})
Action fields
- Label
- Select Notebook
- Slug
- notebook_name
- Required
- true
- Can have default value
- false
- Label
- NoteContent
- Slug
- note_content
- Required
- true
- Can have default value
- true
- Filter code method
- NotebookCn.addText.setNoteContent(string: noteContent)
- Label
- Notecard Name
- Slug
- notecard_name
- Required
- true
- Can have default value
- true
- Filter code method
- NotebookCn.addText.setNotecardName(string: notecardName)
- Label
- Tags
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- NotebookCn.addText.setTags(string: tags)