One-Click Save
Save the current filter/sort/pagination state as a named bookmark with emoji and description.
Save the current filter/sort/pagination state as a named bookmark with emoji and description.
Click any bookmark to apply the saved query instantly. No typing, no rebuilding filters.
Visual identification at a glance. Pick any emoji for each bookmark.
Share bookmarks with specific roles (e.g. Editors) or individual users. Private by default.
Reorder bookmarks by dragging. Pin important ones to the top.
Dedicated button in the Content Manager toolbar. No context-switching.
npm install strapi-plugin-magic-mark// config/plugins.ts
export default () => ({
'magic-mark': {
enabled: true,
config: {
maxBookmarksPerUser: 50,
enableHistory: true,
},
},
});npm run build && npm run developOpen any Content Manager collection, apply filters, click the Magic-Mark button in the toolbar. Done.
Strapi's Content Manager has powerful filtering — but complex queries (e.g. "Published articles in Technology category sorted by views this week") take time to rebuild every visit. Magic-Mark solves this: save once, restore with a click.
Typical use cases:
Three levels of sharing:
All sharing decisions are stored per-bookmark so individual access can be audited.
🔥 Hot content → category=technology, sort=views:desc, range=last-7-days
📝 My drafts → author=currentUser, publishedAt=null
⚠️ Needs review → status=pending, sort=createdAt:desc
🎯 Featured → isFeatured=true, sort=featuredAt:desc
🗑️ Trash → status=deleted, sort=deletedAt:desc| Feature | Free | Premium | Advanced |
|---|---|---|---|
| Bookmarks / user | 10 | 50 | Unlimited |
| One-click apply | ✓ | ✓ | ✓ |
| Emoji icons | ✓ | ✓ | ✓ |
| Pin to top | ✓ | ✓ | ✓ |
| Drag & drop reorder | ✓ | ✓ | ✓ |
| Role-based sharing | ✓ | ✓ | ✓ |
| User-specific sharing | ✓ | ✓ | ✓ |
| Quick access toolbar | ✓ | ✓ | ✓ |
| Query history | — | ✓ | ✓ |
| Analytics dashboard | — | — | ✓ |
| Bulk operations | — | — | ✓ |
| REST API access | — | — | ✓ |
| Price | $0 | $14.50/month | $39.50/month |
Made by Joulee Tech GmbH. Free tier · 30-day money-back guarantee on paid tiers.