This action will add a bullet list item to the specified note.
- API endpoint slug
- amplenote.add_bullet
- Filter code method
- Amplenote.addBullet.skip(string?: reason)
- Runtime method
- runAction("amplenote.add_bullet", {})
Action fields
- Label
- Note
- Slug
- note_uuid
- Required
- true
- Can have default value
- false
- Label
- Text
- Helper text
- The text to use as the content of the bullet list item.
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- Amplenote.addBullet.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.addBullet.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.addBullet.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.addBullet.setImage(string: image)