diff --git a/README.md b/README.md index d7bb923..2d11809 100644 --- a/README.md +++ b/README.md @@ -139,5 +139,6 @@ This repository contains the following plugins: | [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.1.0 | Time tracking with Joplin and TimeTagger | Juan Arana | | [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.9.2 | Transforms a markdown or csv table into an HTML chart | Samuel Gagnepain | | [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic | +| [🏠](https://github.com/uioporqwerty/joplin-plugin-wakatime) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/app.nybble.joplin-plugin-wakatime/plugin.jpl) | WakaTime | 1.0.7 | A Joplin plugin for WakaTime | Nitish Sachar (uioporqwerty) | | [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 1.2.5 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index 50119e0..fc8c1f7 100644 --- a/manifests.json +++ b/manifests.json @@ -2321,5 +2321,28 @@ "_publish_hash": "sha256:2d2405c95d3428136e016d0f74f1e699296c0119a7b6f7b62a490eb92e9ebcae", "_publish_commit": "main:1076208b4b2d66c880db503584fbd84594bd686c", "_npm_package_name": "joplin-plugin-cmoptions" + }, + "app.nybble.joplin-plugin-wakatime": { + "manifest_version": 1, + "id": "app.nybble.joplin-plugin-wakatime", + "app_min_version": "2.8", + "version": "1.0.7", + "name": "WakaTime", + "description": "A Joplin plugin for WakaTime", + "author": "Nitish Sachar (uioporqwerty)", + "homepage_url": "https://github.com/uioporqwerty/joplin-plugin-wakatime", + "repository_url": "https://github.com/uioporqwerty/joplin-plugin-wakatime", + "keywords": [ + "wakatime", + "tracking" + ], + "categories": [ + "developer tools", + "integrations", + "productivity" + ], + "_publish_hash": "sha256:9836bf6385e5d190a216ddf645e160b7fa5aa4c497f99ac5c7fdab0498fc3f29", + "_publish_commit": "master:e4db0dc18b183522f1ac3bd750d12d5a99c609bf", + "_npm_package_name": "joplin-plugin-wakatime" } } \ No newline at end of file diff --git a/plugins/app.nybble.joplin-plugin-wakatime/manifest.json b/plugins/app.nybble.joplin-plugin-wakatime/manifest.json new file mode 100644 index 0000000..8a190a9 --- /dev/null +++ b/plugins/app.nybble.joplin-plugin-wakatime/manifest.json @@ -0,0 +1,23 @@ +{ + "manifest_version": 1, + "id": "app.nybble.joplin-plugin-wakatime", + "app_min_version": "2.8", + "version": "1.0.7", + "name": "WakaTime", + "description": "A Joplin plugin for WakaTime", + "author": "Nitish Sachar (uioporqwerty)", + "homepage_url": "https://github.com/uioporqwerty/joplin-plugin-wakatime", + "repository_url": "https://github.com/uioporqwerty/joplin-plugin-wakatime", + "keywords": [ + "wakatime", + "tracking" + ], + "categories": [ + "developer tools", + "integrations", + "productivity" + ], + "_publish_hash": "sha256:9836bf6385e5d190a216ddf645e160b7fa5aa4c497f99ac5c7fdab0498fc3f29", + "_publish_commit": "master:e4db0dc18b183522f1ac3bd750d12d5a99c609bf", + "_npm_package_name": "joplin-plugin-wakatime" +} \ No newline at end of file diff --git a/plugins/app.nybble.joplin-plugin-wakatime/plugin.jpl b/plugins/app.nybble.joplin-plugin-wakatime/plugin.jpl new file mode 100644 index 0000000..925acc4 Binary files /dev/null and b/plugins/app.nybble.joplin-plugin-wakatime/plugin.jpl differ