feat(notes): Add append to note functionality

This commit is contained in:
Chris Coutinho
2025-05-24 21:28:10 +02:00
parent dd7eab05db
commit 892e0b4c01
4 changed files with 184 additions and 21 deletions
+1
View File
@@ -12,6 +12,7 @@ Currently, the server primarily interacts with the Nextcloud Notes API, providin
* `nc_notes_create_note`: Create a new note.
* `nc_notes_update_note`: Update an existing note by ID.
* `nc_notes_append_content`: Append content to an existing note with a clear separator.
* `nc_notes_delete_note`: Delete a note by ID.
* `nc_notes_search_notes`: Search notes by title or content.
* `nc_get_note`: Get a specific note by ID.