# Creating and editing notes

## Creating a new note

To create a new Note, focus on the spot in the scene where you want to create it, and click the Plus button.

{% hint style="info" %}
The new Scene Note will be associated with the scene that is the currently Active scene. You can always change the scene later.
{% endhint %}

## Editing a note

You can edit the data of a Scene Note by just selecting it in the scene, and editing the data in the Inspector:

<figure><img src="https://4118775162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff2fYPDIaF7cUuVyaE6CE%2Fuploads%2FzIPUfzia9SDYsnodqIfm%2FSceneNoteInspector.png?alt=media&#x26;token=c0ca774a-237b-49dc-8458-e49ebb6da878" alt="" width="375"><figcaption><p>The Inspector of a Scene Note</p></figcaption></figure>

Alternatively, you can edit [the ScriptableObject](https://tools.continis.io/scene-notes/other/data-and-folders#data-format) directly.

## Note properties

### Note state

All notes have a state, which by default is "Not started". The state is reflected in the coloured bar at the top of the note's Inspector. You can change a note's state by just clicking the buttons under the bar.

<figure><img src="https://4118775162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff2fYPDIaF7cUuVyaE6CE%2Fuploads%2FklF77720HCWc45dmUD9t%2FUnstarted.png?alt=media&#x26;token=073ed0ce-6781-48a4-8c07-c1bb576cd966" alt="" width="375"><figcaption><p>An unstarted note</p></figcaption></figure>

<figure><img src="https://4118775162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff2fYPDIaF7cUuVyaE6CE%2Fuploads%2FBwDE7LsJ4tbgeadeywQv%2FCompleted.png?alt=media&#x26;token=0af892cd-54b8-40f0-8474-09966881b44c" alt="" width="375"><figcaption><p>A completed note</p></figcaption></figure>

The possible states are:

* Not started: grey bar
* In progress: blue bar
* Done: green bar

The meaning that you give to each status is up to you and your team.

### Title

The title of the note. Changing this will rename [the associated ScriptableObject](https://tools.continis.io/scene-notes/other/data-and-folders#data-format) file.

If note titles are set to display in [Project Settings](https://tools.continis.io/scene-notes/other/project-settings), will be shown below the note's icon in the Scene View.

### Contents

The main text of a note.

### Category

The category the note belongs to, used for [filtering](https://tools.continis.io/scene-notes/organising-notes/filtering-notes#filtering-notes-by-category) and icons. Refer to [Handling categories](https://tools.continis.io/scene-notes/organising-notes/handling-categories) for more information.

### Scene

You can freely reassign a different scene to the **Scene** field.

{% hint style="info" %}
Keep in mind that reassigning a scene will move the [ScriptableObject](https://tools.continis.io/scene-notes/other/data-and-folders) for the note, and might make the note disappear from the Scene View if the specific scene is not currently loaded.
{% endhint %}

### Linked GameObject

If a note is not linked to any object, it's just placed with a **World position** in the scene, and you can edit it here.

<figure><img src="https://4118775162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff2fYPDIaF7cUuVyaE6CE%2Fuploads%2FPg2tliCy6aHZ4Fb3dJjc%2FSceneInfo_NoLink.png?alt=media&#x26;token=ba2bc094-bfa7-4b61-ae9e-233452028a86" alt="" width="563"><figcaption><p>The Scene information section of a note</p></figcaption></figure>

If a GameObject is dragged into the **Linked to** field, the note becomes linked to that GameObject. When that object moves or rotates, the note moves with it. As such, while the note still has a world position, this will not be editable: what matters is the **Local offset**, which can be tweaked at the bottom of this section:

<figure><img src="https://4118775162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff2fYPDIaF7cUuVyaE6CE%2Fuploads%2FMtdjMOqB2jKedngiYQNT%2FSceneInfo.png?alt=media&#x26;token=618779b3-2833-4c34-bd49-a939c36cac34" alt="" width="563"><figcaption><p>This note is linked to a GameObject</p></figcaption></figure>

{% hint style="info" %}
Deleting the GameObject linked doesn't delete the note, it just unlinks it.
{% endhint %}

### Screenshots

You can attach screenshots (or any image) to a note.

To take a screenshot directly in the Scene View, click the button. An overlay will appear in the Scene View:

<figure><img src="https://4118775162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff2fYPDIaF7cUuVyaE6CE%2Fuploads%2FEBObBNpmzr7ZoDDoDHnU%2FCapturingScreenshot.png?alt=media&#x26;token=23c2cdb7-cd56-43b9-8f50-9d9eed225054" alt="" width="375"><figcaption><p>Capturing a screenshot</p></figcaption></figure>

Screenshots captured this way will be saved in the 📁 `Screenshots` folder, right under the [data folder](https://tools.continis.io/scene-notes/other/data-and-folders).

After taking a screenshot, you can potentially link it to another note by just manually adding it to the other note's list.

Handling these screenshots is up to you: removing a linked screenshot from a note doesn't delete the corresponding image.

{% hint style="info" %}
The data folder path can be specified in [Project Settings](https://tools.continis.io/scene-notes/other/project-settings).
{% endhint %}

### More

This section contains info about the note's author, when the note was created and when it was last edited. This data is not editable.

{% hint style="info" %}
You can change the name used to sign your notes in [Project Settings](https://tools.continis.io/scene-notes/other/project-settings).
{% endhint %}

### Comments

This section is a lightweight comment thread that belongs to the note. To add comments, simply use the UI to add a new one. After that, you'd need to commit the note using whatever Version Control system you use, at which point your teammates can reply.

<figure><img src="https://4118775162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff2fYPDIaF7cUuVyaE6CE%2Fuploads%2FbtxMA76cK3thAYa4BeLz%2FComments.png?alt=media&#x26;token=d7deb3d6-7c7f-4b24-9d94-030468712ea5" alt="" width="375"><figcaption><p>Two comments, and the reply box</p></figcaption></figure>

Comments cannot be edited, only deleted.

{% hint style="info" %}
You can change the name used to sign your comments in [Project Settings](https://tools.continis.io/scene-notes/other/project-settings).
{% endhint %}

## Deleting a note

To delete a note, press the trash button on the note's toolbar:

<figure><img src="https://4118775162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff2fYPDIaF7cUuVyaE6CE%2Fuploads%2FjtsTeO7GAPBzm6BYB1r4%2FTrash.png?alt=media&#x26;token=5ef792ac-8cec-4f33-94e6-caace5b70b59" alt=""><figcaption></figcaption></figure>

The [ScriptableObject](https://tools.continis.io/scene-notes/other/data-and-folders) representing the note will be immediately deleted.
