diff --git a/README.md b/README.md index f124912..0ae749f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ This repository contains the following plugins: [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.4.3 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.4.0 | A note overview is created based on the defined search and the specified fields. | JackGruber +[🏠](https://github.com/Kaid00/joplin-note-statistics#readme) | Note Statistics | 1.0.4 | Plugin to get note statistics | Azamah Junior [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.3.0 | Allows to open several notes at once in tabs and pin them. | Benji300 [🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.8 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 2.0.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 diff --git a/manifests.json b/manifests.json index 841fb4b..a941699 100644 --- a/manifests.json +++ b/manifests.json @@ -527,5 +527,24 @@ "_publish_hash": "sha256:fca40bcafccc5d7aa4ae050050a27b4f6af428409fbff29c800996cee49237f4", "_publish_commit": "main:20a94bd1498e7ea67dfbd08ab23d2584af31de19", "_npm_package_name": "joplin-plugin-export-to-ssg" + }, + "plugin.azamahJunior.note-statistics": { + "manifest_version": 1, + "id": "plugin.azamahJunior.note-statistics", + "app_min_version": "1.7", + "version": "1.0.4", + "name": "Note Statistics", + "description": "Plugin to get note statistics", + "author": "Azamah Junior", + "homepage_url": "https://github.com/Kaid00/joplin-note-statistics#readme", + "repository_url": "https://github.com/Kaid00/joplin-note-statistics", + "keywords": [ + "statistics", + "notes", + "note-statistics" + ], + "_publish_hash": "sha256:3cafed748a4bdf84a375e73fc98c6117d539d6feacb0e496f8da015c74e067f1", + "_publish_commit": "master:9ef6be5b15b93819e20d40cc661c154757dfa4f2", + "_npm_package_name": "joplin-plugin-note-stats" } } \ No newline at end of file diff --git a/plugins/plugin.azamahJunior.note-statistics/manifest.json b/plugins/plugin.azamahJunior.note-statistics/manifest.json new file mode 100644 index 0000000..be88704 --- /dev/null +++ b/plugins/plugin.azamahJunior.note-statistics/manifest.json @@ -0,0 +1,19 @@ +{ + "manifest_version": 1, + "id": "plugin.azamahJunior.note-statistics", + "app_min_version": "1.7", + "version": "1.0.4", + "name": "Note Statistics", + "description": "Plugin to get note statistics", + "author": "Azamah Junior", + "homepage_url": "https://github.com/Kaid00/joplin-note-statistics#readme", + "repository_url": "https://github.com/Kaid00/joplin-note-statistics", + "keywords": [ + "statistics", + "notes", + "note-statistics" + ], + "_publish_hash": "sha256:3cafed748a4bdf84a375e73fc98c6117d539d6feacb0e496f8da015c74e067f1", + "_publish_commit": "master:9ef6be5b15b93819e20d40cc661c154757dfa4f2", + "_npm_package_name": "joplin-plugin-note-stats" +} \ No newline at end of file diff --git a/plugins/plugin.azamahJunior.note-statistics/plugin.jpl b/plugins/plugin.azamahJunior.note-statistics/plugin.jpl new file mode 100644 index 0000000..15d97bf Binary files /dev/null and b/plugins/plugin.azamahJunior.note-statistics/plugin.jpl differ