Triggers
Introduction
Triggers are the special characters/words that Noopsi uses to parse user input.
| Character/Word | Explanation |
| contact list | Trigger entries, they have to be at the start of a new line or immediately after a permission trigger at the start of a line. |
| public private open | Triggers the permission of an entry. These have to start a new line. |
| - | Triggers a public item. This has to be at the start of a new line. |
| _ | Triggers a private item. This has to be at the start of a new line. |
| * | Triggers a mark of an entry/item. This has to be immediately after the entry/item triggers. |
| # | Triggers a tag. Can be anywhere in input but has to be after a whitespace and before a word. |
| @ | Triggers a share. Can be anywhere in input but has to be after a whitespace and before a Noopsi username. |
| ! | Makes Noopsi ignore a trigger it immediately preceeds. This is used to get Noopsi to ignore a trigger in input. |