# plugins.finalcutpro.browser.addnote

Add Note Plugin.

---

## API Overview
**Functions** - _API calls offered directly by the extension_
 * [addNoteToSelectedClip](#addnotetoselectedclip)

**Fields** - _Variables which can only be accessed from an object returned by a constructor_
 * [recentNotes](#recentnotes)

---

## API Documentation

#### Functions

### [addNoteToSelectedClip](#addnotetoselectedclip)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `plugins.finalcutpro.browser.addnote.addNoteToSelectedClip() -> none`                                                                    |
| **Type**                                    | Function                                                                     |
| **Description**                             | Add Note to Selected Clip.                                                                     |
| **Parameters**                              | <ul><li>None</li></ul> |
| **Returns**                                 | <ul><li>None</li></ul>          |
| **Notes**                                   | None |
| **Examples**                                | None |
| **Source**                                  | [src/plugins/finalcutpro/browser/addnote.lua line 36](https://github.com/CommandPost/CommandPost/blob/develop/src/plugins/finalcutpro/browser/addnote.lua#L36) |

---

#### Fields

### [recentNotes](#recentnotes)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `plugins.finalcutpro.browser.addnote.recentNotes <cp.prop: table>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | Table of recent notes.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/plugins/finalcutpro/browser/addnote.lua line 31](https://github.com/CommandPost/CommandPost/blob/develop/src/plugins/finalcutpro/browser/addnote.lua#L31) |

---

---

<script src="https://giscus.app/client.js"
        data-repo="CommandPost/CommandPost"
        data-repo-id="MDEwOlJlcG9zaXRvcnk3NDY0NTk2NQ=="
        data-category="Website Discussion"
        data-category-id="DIC_kwDOBHMBzc4CXFFA"
        data-mapping="pathname"
        data-strict="0"
        data-reactions-enabled="1"
        data-emit-metadata="0"
        data-input-position="bottom"
        data-theme="dark"
        data-lang="en"
        crossorigin="anonymous"
        async>
</script>
