filament-notes
Add Sticky Notes to your FilamentPHP dashboard with tons of options and style
يمتدّ من filament
composer require tomatophp/filament-notes- filament
- filament-plugin
- notes
- sticky-notes
- todo
- todolist
- tomato
إضافات تبني عليها (1)
اقرأني

Filament Sticky Notes
Add Sticky Notes to your FilamentPHP dashboard with tons of options and style
Screenshots

Features
- Notes Resource
- Notes Style
- Pined Notes
- Notes Background
- Notes Font Color
- Notes Border Color
- Notes Font Widget
- Notes Widget
- Notes Widget Limit
- Public/Private Notes
- Notes Groups
- Notes Status
- Notes To Notifications
- Share Notes With Public Link
- Share Notes With Selected User
- Notes CheckLists
- Notes Reminders
- Notes Font Family
- Attach Notes To Models
- Notes Templates
Compatibility
| Package version | Filament | Laravel | PHP |
|---|---|---|---|
| 5.x | 5.x | 12.x / 13.x | 8.2+ |
1.x (v3 branch) | 3.x | 10.x / 11.x | 8.1+ |
Installation
after install your package please run this command
Finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
Notes are linked to your user model, you can change it from the config file filament-notes.models.user (default App\Models\User).
Use Widget
you can use it as a resource or you can use it as a widget by just register a widget on your panel provider like this
the widget shows the pinned notes the current user can see, you can change how many notes it shows
Use Livewire Component
you can use selected note anywhere using livewire component
Use Groups & Status
groups and status are stored with filament-types (installed with this package), you can use this feature by add this methods to the plugin
the default groups (todo, ideas, saved) and statuses (pending, processing, done) are created the first time you open the Notes Groups / Notes Status pages from the notes page header.
Use Convert Note To Notification
you can send a note as a Filament database notification to selected users by adding this method to the plugin (your panel needs ->databaseNotifications() and the notifications table)
Use Share Note With Public Link
you can generate a public link and share it with others by allowing this feature on your provider
Use User Access Permissions
you can use this feature to allow only selected users to access the notes by allowing this feature on your provider
Use Checklist
you can use this feature to add a checklist to your notes by allowing this feature on your provider
Customize Note Resource Icon
you can customize the note resource icon by adding this method to the plugin
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Testing
Code Style
PHPStan
Other Filament Packages
Checkout our Awesome TomatoPHP