Install the addon with Composer:
composer require cibgraphics/statamic-notebookControl Panel assets are configured to publish automatically through Statamic's addon install flow. If the assets are missing or you need to refresh them manually, run:
php artisan vendor:publish --tag=statamic-notebook --force
php artisan optimize:clearNotebook is a small Statamic 6 Control Panel addon for saving notes in the CP. It adds a global Notebook page and collection-specific note panels so you can keep editorial notes close to the content they belong to.
- Control Panel nav item named "Notebook"
- Global CP page for listing, filtering, creating, editing, and deleting notes
- Dynamic collection notebook pages for each Statamic collection
- Note panel button on collection list and create/edit entry screens
- Pagination on the notebook list and collection side panel
- Settings page for editing categories, statuses, and status colors
- Default categories: Article, Marketing, Website, General
- Default statuses: New, Thinking, Ready, Archived
- One JSON file per note
Open Tools > Notebook in the Statamic Control Panel to create, search, filter, edit, and delete notes.
The addon also adds a notebook button to collection list and entry create/edit screens. That panel shows notes scoped to the current collection and links back to the full Notebook page.
Super users can use the addon immediately. For non-super users, grant these permissions from Statamic's role/user screens:
- View Notebook
- Manage Notebook
View-only users can open and read the notebook. Manage users can create, edit, delete, and update settings.
Notes are stored as JSON files:
storage/statamic-notebook/notesEditable addon options are stored at:
storage/statamic-notebook/settings.jsonEach note stores:
idtitlenotescollectioncategorystatuscreated_atupdated_at
Build Control Panel assets from the addon directory:
npm install
npm run buildRun the local Statamic test harness from the project root:
php artisan test