strapi-plugin-magic-mark 1.2.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/COPYRIGHT_NOTICE.txt +3 -3
- package/LICENSE +1 -1
- package/README.md +15 -11
- package/package.json +4 -3
- package/pics/advancedFilters.png +0 -0
- package/pics/dashboard.png +0 -0
- package/pics/quickaccesinContentmanager.png +0 -0
- package/pics/saveAsMagicMark.png +0 -0
package/COPYRIGHT_NOTICE.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* MagicMark - Advanced Query Builder for Strapi
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2025 Schero
|
|
4
|
+
* Copyright (c) 2025 Schero D.
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the MIT License
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*
|
|
15
15
|
* See LICENSE file for full terms.
|
|
16
16
|
*
|
|
17
|
-
* Repository: https://github.com/
|
|
18
|
-
* Issues: https://github.com/
|
|
17
|
+
* Repository: https://github.com/fame361/Magicmark
|
|
18
|
+
* Issues: https://github.com/fame361/Magicmark/issues
|
|
19
19
|
*/
|
|
20
20
|
|
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -147,20 +147,25 @@ On first use, a modal will appear:
|
|
|
147
147
|
|
|
148
148
|
## 📸 Screenshots
|
|
149
149
|
|
|
150
|
-
###
|
|
151
|
-
Professional interface for managing query bookmarks.
|
|
150
|
+
### MagicMark Dashboard
|
|
151
|
+
Professional interface for managing query bookmarks with statistics and easy access.
|
|
152
152
|
|
|
153
153
|

|
|
154
154
|
|
|
155
|
-
### Save
|
|
156
|
-
Create bookmarks with emoji, name, and sharing options.
|
|
155
|
+
### Save as MagicMark
|
|
156
|
+
Create bookmarks with emoji, name, description, and sharing options directly from Content Manager.
|
|
157
157
|
|
|
158
|
-

|
|
159
159
|
|
|
160
|
-
###
|
|
161
|
-
|
|
160
|
+
### Advanced Filter Builder
|
|
161
|
+
Build complex queries with the advanced filter modal for precise content filtering.
|
|
162
162
|
|
|
163
|
-

|
|
164
|
+
|
|
165
|
+
### Quick Access in Content Manager
|
|
166
|
+
Seamless integration - MagicMark button right in the Content Manager toolbar for instant bookmark access.
|
|
167
|
+
|
|
168
|
+

|
|
164
169
|
|
|
165
170
|
---
|
|
166
171
|
|
|
@@ -324,9 +329,8 @@ See [CHANGELOG.md](./CHANGELOG.md) for version history and updates.
|
|
|
324
329
|
|
|
325
330
|
## 👨💻 Author
|
|
326
331
|
|
|
327
|
-
**Schero
|
|
332
|
+
**Schero D.**
|
|
328
333
|
- GitHub: [@fame361](https://github.com/fame361)
|
|
329
|
-
- Email: schero1894@gmail.com
|
|
330
334
|
|
|
331
335
|
---
|
|
332
336
|
|
|
@@ -345,7 +349,7 @@ If you find this plugin useful:
|
|
|
345
349
|
|
|
346
350
|
MIT License - see [LICENSE](./LICENSE) file for details
|
|
347
351
|
|
|
348
|
-
**Copyright (c) 2025 Schero
|
|
352
|
+
**Copyright (c) 2025 Schero D.**
|
|
349
353
|
|
|
350
354
|
---
|
|
351
355
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.3.1",
|
|
3
3
|
"keywords": [
|
|
4
4
|
"strapi",
|
|
5
5
|
"strapi-plugin",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"strapi-server.js",
|
|
35
35
|
"README.md",
|
|
36
36
|
"LICENSE",
|
|
37
|
-
"COPYRIGHT_NOTICE.txt"
|
|
37
|
+
"COPYRIGHT_NOTICE.txt",
|
|
38
|
+
"pics/"
|
|
38
39
|
],
|
|
39
40
|
"scripts": {
|
|
40
41
|
"build": "strapi-plugin build",
|
|
@@ -96,7 +97,7 @@
|
|
|
96
97
|
"description": "Advanced Query Builder and Bookmark Manager for Strapi v5 - Save complex Content Manager filters with one click",
|
|
97
98
|
"license": "MIT",
|
|
98
99
|
"private": false,
|
|
99
|
-
"author": "Schero
|
|
100
|
+
"author": "Schero D.",
|
|
100
101
|
"repository": {
|
|
101
102
|
"type": "git",
|
|
102
103
|
"url": "https://github.com/fame361/Magicmark.git"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|