The notes panel lets you keep personal text notes directly inside Wert App. Each note has a title and a body, and notes are stored in the database tied to your user account — so only you can see, edit, or delete them. You can maintain as many notes as you need and switch between them using the dropdown list.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lucavallini/wert-app/llms.txt
Use this file to discover all available pages before exploring further.
Creating a note
Note titles must be unique per user. If you try to save a note with a title that already exists in your account, the database will raise a duplicate key error. Use a distinct title or delete the existing note first.
Enter a title
Type a unique title for your note in the title field (
titulo_nota_input). The title is used to identify and retrieve the note later.Write your note
Type the note content in the text area (
nota_input). The field accepts multi-line plain text.Loading a note
- Select the note title you want to read from the Notas dropdown (
notas_combo). - Click Cargar nota. The note body is loaded into
nota_inputand the title is copied intotitulo_nota_input.
Deleting a note
- Select the note you want to remove from the Notas dropdown.
- Click Eliminar. The note is permanently deleted from the database.
Starting a new note
Click Nueva at any time to reset the panel:- The note body (
nota_input) is cleared. - The title field (
titulo_nota_input) is cleared and made editable again (in case it was locked after loading a note).