Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.19...v1.0.20
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.18...v1.0.19
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.16...v1.0.17
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.15...v1.0.16
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.13...v1.0.15
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.13...v1.0.14
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.11...v1.0.12
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.10...v1.0.11
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.9...v1.0.10
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.8...v1.0.9
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.7...v1.0.8
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.6...v1.0.7
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.4...v1.0.5
you can use this feature to add a checklist to your notes by allowing this feature on your provider
$panel->plugin(\TomatoPHP\FilamentNotes\FilamentNotesPlugin::make()
->useChecklist()
)
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.3...v1.0.4
to use this feature you need to install filament-alerts or use this command
composer require tomatophp/filament-alerts
then you can use this feature by adding this method to the plugin
$panel->plugin(\TomatoPHP\FilamentNotes\FilamentNotesPlugin::make()
->useNotification()
)
you can generate a public link and share it with others by allowing this feature on your provider
$panel->plugin(\TomatoPHP\FilamentNotes\FilamentNotesPlugin::make()
->useShareLink()
)
you can use this feature to allow only selected users to access the notes by allowing this feature on your provider
$panel->plugin(\TomatoPHP\FilamentNotes\FilamentNotesPlugin::make()
->useUserAccess()
)
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.2...v1.0.3
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.1...v1.0.2
Full Changelog: https://github.com/tomatophp/filament-notes/compare/v1.0.0...v1.0.1
Full Changelog: https://github.com/tomatophp/filament-notes/commits/v1.0.0
How can I help you explore Laravel packages today?