
Security News
New React Server Components Vulnerabilities: DoS and Source Code Exposure
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.
strapi-plugin-notes
Advanced tools
A plugin for Strapi CMS that provides the ability to add notes to entity records.
A plugin for Strapi that provides the ability to add notes to entity records.
The installation requirements are the same as Strapi itself and can be found in the documentation on the Quick Start page in the Prerequisites info card.
NOTE: While this plugin may work with the older Strapi versions, they are not supported, it is always recommended to use the latest version of Strapi.
npm install strapi-plugin-notes
or
yarn add strapi-plugin-notes
The plugin configuration is stored in a config file located at ./config/plugins.js.
module.exports = ({ env }) => ({
'entity-notes': {
enabled: true,
},
});
IMPORTANT NOTE: Make sure any sensitive data is stored in env files.
Once the plugin has been installed, configured a notes section will be added to the informations sections of the edit view for all content types.
Navigate to the entity record that a note needs to be added to and click the Add new note text button. A modal will appear with input areas to add the note information. Once completed select save to create the note. Clicking the x icon on the top right or cancel on the bottom left will abort the note creation.
Navigate to the entity record that the note belongs to, and find the note in the notes list. Click on the pen can icon and a modal will appear with input areas to add the note information. Once completed select save to permanently save any changes that have been made. Clicking the x icon on the top right or cancel on the bottom left will abort all edits.
Navigate to the entity record that the note belongs to, and find the note in the notes list. Click on the trash can icon and the record will be deleted.
If any bugs are found please report them as a Github Issue
FAQs
A plugin for Strapi CMS that provides the ability to add notes to entity records.
The npm package strapi-plugin-notes receives a total of 159 weekly downloads. As such, strapi-plugin-notes popularity was classified as not popular.
We found that strapi-plugin-notes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.