Notes Command Reference¶
The /notes command allows players to keep personal notes on their characters.
Quick Reference¶
| Command | Description | Example |
|---|---|---|
/notes add text:<string> |
Add a note to your character | /notes add text:Met Bob the innkeeper |
/notes list |
List all notes for your character | /notes list |
/notes search term:<string> |
Search notes containing the term | /notes search term:Bob |
/notes delete note:<name> |
Delete a note (autocomplete) | /notes delete note:Met Bob the innkeeper |
Usage Examples¶
Adding a Note¶
/notes add text:Met the blacksmith in town, she mentioned a hidden dungeon
Added note to **Gandalf**:
> **1.** Met the blacksmith in town, she mentioned a hidden dungeon
Listing Notes¶
/notes list
**Gandalf**'s notes:
**1.** Met the blacksmith in town, she mentioned a hidden dungeon
**2.** Bought a longsword for 15gp
**3.** Bob the innkeeper owes me a favor
If the notes are too long to fit in one message, they will be split across multiple messages automatically.
Searching Notes¶
/notes search term:Bob
**Gandalf**'s notes matching "Bob":
**3.** Bob the innkeeper owes me a favor
Deleting a Note¶
/notes delete note:Bought a longsword for 15gp
Deleted note #2 from **Gandalf**:
> Bought a longsword for 15gp
Note Numbers¶
- Each note is assigned a sequential number when created
- Numbers are unique per character
- Deleted note numbers are not reused (if you delete note #2, the next note will still be #4, not #2)
Permission Model¶
- Players can only manage notes for their own characters
- You must have a character selected to use this command
Error Messages¶
| Message | Cause | Solution |
|---|---|---|
| "You need to select a character first" | No character selected | Use /character <name> first |
| "Please provide the note text" | No text provided with add | Include note content |
| "Please provide a search term" | No term provided with search | Include search term |
| "Note not found" | Note doesn't exist | Check /notes list for valid notes |
Related Commands¶
/character- Select active character/sheet- View character sheet
Technical Notes¶
- Notes are limited to 1000 characters each
- Search is case-insensitive
- Notes are stored per character and persist across sessions
- Long note lists are automatically split across multiple Discord messages
Legacy Prefix Commands¶
The prefix command syntax still works but will be removed in a future update:
| Legacy Syntax | Slash Equivalent |
|---|---|
!notes add Met Bob the innkeeper |
/notes add text:Met Bob the innkeeper |
!notes list |
/notes list |
!notes search Bob |
/notes search term:Bob |
!notes delete 3 |
/notes delete note:<select from autocomplete> |