Title: JAMP Notes (Just Another Memo Plugin)
Author: Andrea Porotti
Published: <strong>2 Giugno 2020</strong>
Last modified: 12 Aprile 2026

---

Ricerca i plugin

![](https://ps.w.org/jamp-notes/assets/banner-772x250.png?rev=2316414)

![](https://ps.w.org/jamp-notes/assets/icon.svg?rev=2316404)

# JAMP Notes (Just Another Memo Plugin)

 Di [Andrea Porotti](https://profiles.wordpress.org/andreaporotti/)

[Scarica](https://downloads.wordpress.org/plugin/jamp-notes.1.6.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/jamp-notes/#description)
 * [Recensioni](https://it.wordpress.org/plugins/jamp-notes/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/jamp-notes/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/jamp-notes/#developers)

 [Supporto](https://wordpress.org/support/plugin/jamp-notes/)

## Descrizione

Con questo plugin puoi allegare note ad alcuni elementi della Bacheca di WordPress,
tra cui:

 * articoli
 * pagine
 * tipi di contenuto personalizzato provenienti da altri plugin (tranne le note 
   di questo plugin)
 * utenti
 * plugin
 * sezioni della Bacheca
 * l’intera Bacheca

Può essere utile se gestisci un sito con altre persone o anche solo per prendere
note personali.

**Caratteristiche**

 * gestisci le note come normali articoli aprendo la pagina Note dal menu di amministrazione.
 * durante la modifica di una nota, utilizza il box a destra per configurare le 
   proprietà della nota (posizione, colore,…)
 * gestisci note globali e di sezione dalla barra amministrativa.
 * gestisci le note di un elemento (ad esempio articoli e pagine) dalla colonna 
   personalizzata presente nelle pagine amministrative.
 * Visualizza i dettagli delle note passando con il mouse sul link “Info” o facendo
   clic sull’icona “i”.
 * aggiungi testo, immagini e link nel contenuto di una nota.
 * le note eliminate finiscono nel cestino e possono essere recuperate.
 * i tipi di contenuto personalizzato aggiunti da altri plugin vengono rilevati 
   automaticamente.
 * viene generata una lista delle sezioni della Bacheca basata sulle voci presenti
   nel menu amministrativo.

**Configurazione**

Le impostazioni del plugin sono disponibili alla pagina _Impostazioni_ -> _JAMP 
Notes_.

Attenzione:

 * per impostazione predefinita i dati del plugin sono mantenuti dopo la disinstallazione.
   Puoi decidere di eliminare tutte le note e le impostazioni attivando l’opzione
   di rimozione dei dati.
 * dopo l’attivazione, il plugin abilita le note per tutti i tipi di contenuto esistenti.
   Se successivamente installi altri plugin che aggiungono nuovi tipi di contenuto,
   dovrai abilitare manualmente le note per essi nelle impostazioni di JAMP.

**Autorizzazioni**

Attualmente le note sono disponibili solo per gli utenti con il ruolo “Amministratore”.

Ogni Amministratore può gestire tutte le note.

**Supporto**

Se scopri errori o problemi di compatibilità con altri plugin, invia una segnalazione
nel forum di supporto. Grazie!

**Privacy**

Questo plugin non raccoglie o memorizza dati degli utenti. Non installa cookie e
non si collega a servizi di terze parti.

## Screenshot

[wporg-plugin-screenshots]

## Installazione

**Installazione**

 1. Scarica il file zip del plugin.
 2. Vai su _Plugin_ -> _Aggiungi nuovo_ nella Bacheca di WordPress.
 3. Fai clic sul pulsante _Carica plugin_.
 4. Carica il file zip del plugin e fai clic su _Installa adesso_.
 5. Attiva il plugin.

**Disinstallazione**

 1. Vai alla pagina _Plugin_ nella Bacheca di WordPress.
 2. Cerca il plugin nella lista.
 3. Fai clic su _Disattiva_.
 4. Fai clic su _Elimina_.

Attenzione: per impostazione predefinita i dati del plugin sono mantenuti dopo la
disinstallazione. Puoi decidere di eliminare tutti i dati andando su _Impostazioni_-
> _JAMP Notes_ e abilitando la rimozione dei dati alla disinstallazione.

## Recensioni

[wporg-plugin-reviews]

## Contributi e sviluppo

[wporg-plugin-developers]

## Changelog

**1.6.0 [2026-04-12]**

 * Added: the “Location” column in the Notes admin page now provides link to the
   page where each note is displayed (thanks to @dimensionsfoundation for the feature
   suggestion!)

**1.5.4 [2026-03-17]**

 * Fixed potential security issues detected by the “Plugin Checker” plugin.
 * Fixed translation issues detected by the “Plugin Checker” plugin.
 * Updated minimum required WordPress version to 6.0.
 * Updated minimum required PHP version to 7.0.
 * Tested on WordPress 7.0.

**1.5.3 [2025-04-06]**

 * Tested on WordPress 6.8.
 * Fixed: section notes without a color were displayed in yellow.
 * Fixed: show a default text on section notes without a title.

**1.5.2 [2024-11-13]**

 * Tested on WordPress 6.7.
 * Fixed: the color preview on the Notes page were showing the wrong color name 
   on mouse over.
 * Fixed: notes without a color were displayed in yellow.
 * Added link to the settings page on the Plugins page.

**1.5.1 [2024-07-14]**

 * Tested on WordPress 6.6.
 * Fixed “deprecated” messages on PHP >= 8.1.

**1.5.0 [2023-07-31]**

 * Column notes can now be collapsed! This prevents from having lot of vertical 
   space taken by notes. By default notes are open but can be set as closed in the
   plugin settings. (thanks to @cebuss for the feature suggestion)
 * Added a column to the notes admin page to display the note color.
 * Fixed an accessibility issue in the plugin settings page (multiple labels for
   the same fields)
 * Performance improvements.
 * Tested on WordPress 6.3.
 * Tested on PHP 8.0.x.

**1.4.0 [2023-01-01]**

Happy New Year! After a long time I’m back with a new release.

 * Now you can set the note color! While creating or editing a note choose a color
   in the note settings. The default color is yellow: existing notes without a color
   will be shown in yellow.
 * Changed the style of column notes to support the new color setting.
 * Small fixes and optimizations.
 * Tested on WordPress 6.1.

**1.3.2 [2021-12-14]**

 * If an item type is disabled in the plugin settings, a message will be displayed
   while editing notes of that type.
 * After an element with attached notes is deleted, the Notes list will show the
   name of the deleted item on the previously attached notes.
 * Tested on WordPress 5.9.

**1.3.1 [2020-11-25]**

 * Fixed a bug that caused the loading of wrong notes in some conditions.
 * Improved menu items url generation (should support more plugins).
 * Tested on WordPress 5.6.
 * WP 5.6 compatibility: fixed a visual bug on the “Trash Note” dialog.
 * WP 5.6 compatibility: notes restored from trash will be published again (so we
   skip the new “trash to draft” WP default behavior)

**1.3.0 [2020-08-15]**

 * NEW: notes can now be added to the users! Go to _Settings_ -> _JAMP Notes_ to
   enable it.
 * Fixed a problem preventing settings pages to be recognized as supported sections
   after settings save.
 * Improved user permissions check in the settings page.

**1.2.0 [2020-07-13]**

 * NEW: notes can now be added to the plugins!
 * The Notes column has now a specific width to prevent random space usage.
 * Showing a placeholder for missing note title in admin bar and columns.
 * Showing a placeholder for missing titles when selecting items in the note editing
   page.
 * Fixed a bug in the Location column when a note is attached to a post with no 
   title.
 * Fixed admin bar notes not showing the bold text style.
 * A few changes for performance improvements.
 * Tested on WordPress 5.5.

**1.1.0 [2020-06-18]**

 * Added global and section notes counters on the admin bar.
 * Added validation to the Note Setting meta box.
 * Added a meta box to view notes attached to a post while editing it.
 * Improved content generation of Location column in the Notes page.

**1.0.1 [2020-06-10]**

 * Managed the admin bar panel max height.
 * Replaced the tooltip with a hidden section for the admin bar notes details. Click
   on the “I” icon to show it.
 * Fixed an issue with long titles in admin bar notes.
 * Fixed an issue in the admin menu names parsing.
 * Fixed an issue with the tooltip not showing correctly in the custom column in
   mobile view.
 * Fixed metabox style in mobile view.
 * Fixed settings page style in mobile view.

**1.0.0 [2020-06-03]**

 * First release.

## Meta

 *  Versione **1.6.0**
 *  Ultimo aggiornamento **5 giorni fa**
 *  Installazioni attive **400+**
 *  Versione WordPress ** 6.0 o superiore **
 *  Testato fino alla versione **7.0**
 *  Versione PHP ** 7.0 o superiore **
 *  Lingue
 * [English (US)](https://wordpress.org/plugins/jamp-notes/) e [Italian](https://it.wordpress.org/plugins/jamp-notes/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/jamp-notes)
 * Tag
 * [dashboard](https://it.wordpress.org/plugins/tags/dashboard/)[memo](https://it.wordpress.org/plugins/tags/memo/)
   [note](https://it.wordpress.org/plugins/tags/note/)[notes](https://it.wordpress.org/plugins/tags/notes/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/jamp-notes/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  7 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/jamp-notes/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/jamp-notes/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/jamp-notes/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/jamp-notes/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/jamp-notes/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/jamp-notes/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/jamp-notes/reviews/)

## Collaboratori

 *   [ Andrea Porotti ](https://profiles.wordpress.org/andreaporotti/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/jamp-notes/)