{"id":21645187,"url":"https://github.com/strapi-community/strapi-plugin-notes","last_synced_at":"2025-04-11T18:34:16.390Z","repository":{"id":40398032,"uuid":"459353732","full_name":"strapi-community/strapi-plugin-notes","owner":"strapi-community","description":"A plugin for Strapi Headless CMS that provides the ability to add notes to entity records.","archived":false,"fork":false,"pushed_at":"2024-02-14T01:57:56.000Z","size":260,"stargazers_count":9,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-22T12:42:20.046Z","etag":null,"topics":["notes","plugin","strapi","strapi-plugin"],"latest_commit_sha":null,"homepage":"https://market.strapi.io/plugins/strapi-plugin-notes","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strapi-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-02-14T23:01:40.000Z","updated_at":"2024-03-22T12:42:21.556Z","dependencies_parsed_at":"2024-03-22T12:52:27.424Z","dependency_job_id":null,"html_url":"https://github.com/strapi-community/strapi-plugin-notes","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"ae1190cf35d69604eeb90a35231bec55c561eeeb"},"previous_names":["comfortablycoding/strapi-plugin-notes"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fstrapi-plugin-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fstrapi-plugin-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fstrapi-plugin-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fstrapi-plugin-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strapi-community","download_url":"https://codeload.github.com/strapi-community/strapi-plugin-notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248459230,"owners_count":21107265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notes","plugin","strapi","strapi-plugin"],"created_at":"2024-11-25T05:47:38.292Z","updated_at":"2025-04-11T18:34:16.368Z","avatar_url":"https://github.com/strapi-community.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strapi-plugin-notes\n\nA plugin for [Strapi](https://github.com/strapi/strapi) that provides the ability to add notes to entity records.\n\n## Requirements\n\nThe installation requirements are the same as Strapi itself and can be found in the documentation on the [Quick Start](https://strapi.io/documentation/developer-docs/latest/getting-started/quick-start.html) page in the Prerequisites info card.\n\n### Supported Strapi versions\n\n- v4.x.x\n\n**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.\n\n## Installation\n\n```sh\nnpm install strapi-plugin-notes\n```\n\n**or**\n\n```sh\nyarn add strapi-plugin-notes\n```\n\n## Configuration\n\nThe plugin configuration is stored in a config file located at `./config/plugins.js`.\n\n```javascript\nmodule.exports = ({ env }) =\u003e ({\n\t'entity-notes': {\n\t\tenabled: true,\n\t},\n});\n```\n\n**IMPORTANT NOTE**: Make sure any sensitive data is stored in env files.\n\n## Usage\n\nOnce the plugin has been installed, configured a notes section will be added to the `informations` sections of the edit view for all content types.\n\n### Adding a note\n\nNavigate 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.\n\n### Editing a note\n\nNavigate 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.\n\n### Deleting a note\n\nNavigate 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.\n\n## Bugs\n\nIf any bugs are found please report them as a [Github Issue](https://github.com/ComfortablyCoding/strapi-plugin-notes/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrapi-community%2Fstrapi-plugin-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrapi-community%2Fstrapi-plugin-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrapi-community%2Fstrapi-plugin-notes/lists"}