This action will add a task to the specified note.
- API endpoint slug
- amplenote.add_task
- Filter code method
- Amplenote.addTask.skip(string?: reason)
- Runtime method
- runAction("amplenote.add_task", {})
Action fields
- Label
- Note
- Helper text
- The note that the task will be added to
- Slug
- note_uuid
- Required
- true
- Can have default value
- false
- Label
- Text
- Helper text
- The text content of the task
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- Amplenote.addTask.setText(string: text)
- Label
- Description
- Helper text
- If provided, the Text will be a link with this description in the Rich Footnote
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Amplenote.addTask.setDescription(string: description)
- Label
- URL
- Helper text
- If given, the Text will be wrapped in a link to this URL
- Slug
- url
- Required
- false
- Can have default value
- true
- Filter code method
- Amplenote.addTask.setUrl(string: url)
- Label
- Image
- Helper text
- If provided, the Text will be a link with this image in the Rich Footnote
- Slug
- image
- Required
- false
- Can have default value
- true
- Filter code method
- Amplenote.addTask.setImage(string: image)