diff --git a/README.md b/README.md index a959ac6..a8b500d 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ This repository contains the following plugins: | [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.3.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://github.com/sadmice/Joplin-Plugin-Text-Colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/sadmice.TextColorize/plugin.jpl) | Text Colorize | 1.2.3 | Easily apply color to text. | Sadmice | | [🏠](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.3 | Time tracking with Joplin and TimeTagger | Juan Arana | +| [🏠](https://github.com/hjonin/todoist-to-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/hjonin.joplin.todoist-to-joplin/plugin.jpl) | Todoist to Joplin | 1.0.1 | Import your Todoist data into Joplin | hjonin | | [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.9.3 | 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.13 | A Joplin plugin for WakaTime | Nitish Sachar (uioporqwerty) | diff --git a/manifests.json b/manifests.json index fe9c04a..e8def47 100644 --- a/manifests.json +++ b/manifests.json @@ -2717,5 +2717,23 @@ "_publish_hash": "sha256:91d3bfe2b587bcec3f514a102f7dad4052c160473b4fa3d2f6a76a373aa3d411", "_publish_commit": "main:b96e1042b9400156283d5c0aa29097b148e89437", "_npm_package_name": "joplin-plugin-export-to-noteson" + }, + "hjonin.joplin.todoist-to-joplin": { + "manifest_version": 1, + "id": "hjonin.joplin.todoist-to-joplin", + "app_min_version": "2.8", + "version": "1.0.1", + "name": "Todoist to Joplin", + "description": "Import your Todoist data into Joplin", + "author": "hjonin", + "homepage_url": "https://github.com/hjonin/todoist-to-joplin", + "repository_url": "https://github.com/hjonin/todoist-to-joplin", + "keywords": [], + "categories": [ + "integrations" + ], + "_publish_hash": "sha256:5abe554634bf1ca7c95afb86146d8751379e873afaafd87aa655074b2a0b0b70", + "_publish_commit": "main:bd2ef951219af77066369939b83e3681a0c05126", + "_npm_package_name": "joplin-plugin-todoist" } } \ No newline at end of file diff --git a/plugins/hjonin.joplin.todoist-to-joplin/manifest.json b/plugins/hjonin.joplin.todoist-to-joplin/manifest.json new file mode 100644 index 0000000..10d7d72 --- /dev/null +++ b/plugins/hjonin.joplin.todoist-to-joplin/manifest.json @@ -0,0 +1,18 @@ +{ + "manifest_version": 1, + "id": "hjonin.joplin.todoist-to-joplin", + "app_min_version": "2.8", + "version": "1.0.1", + "name": "Todoist to Joplin", + "description": "Import your Todoist data into Joplin", + "author": "hjonin", + "homepage_url": "https://github.com/hjonin/todoist-to-joplin", + "repository_url": "https://github.com/hjonin/todoist-to-joplin", + "keywords": [], + "categories": [ + "integrations" + ], + "_publish_hash": "sha256:5abe554634bf1ca7c95afb86146d8751379e873afaafd87aa655074b2a0b0b70", + "_publish_commit": "main:bd2ef951219af77066369939b83e3681a0c05126", + "_npm_package_name": "joplin-plugin-todoist" +} \ No newline at end of file diff --git a/plugins/hjonin.joplin.todoist-to-joplin/plugin.jpl b/plugins/hjonin.joplin.todoist-to-joplin/plugin.jpl new file mode 100644 index 0000000..96998c0 Binary files /dev/null and b/plugins/hjonin.joplin.todoist-to-joplin/plugin.jpl differ