diff --git a/README.md b/README.md index 3219ec2..f0c2601 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://github.com/artikell/joplin-excalidraw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.excalidraw/plugin.jpl) | joplin-excalidraw | 1.3.0 | use to write excalidraw in Joplin | SkyfireLee | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | +| - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-TimelineRender/plugin.jpl) | joplin-plugin-TimelineRender | 1.0.0 | render the timeline in the markdown | funny-cat | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/name.mikemueller.joplin2jira/plugin.jpl) | joplin2jira | 1.0.0 | Copies selected text or entire notes in Jira markup to the clipboard | Mike Müller | | [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | Journal | 1.0.11 | Create or open note of today or selected date. | Leen Zhu | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | diff --git a/manifests.json b/manifests.json index 9f7e52a..3bc5f17 100644 --- a/manifests.json +++ b/manifests.json @@ -2638,5 +2638,21 @@ "_publish_hash": "sha256:ba2482a896a3ef7276a07691d0373c28148bf52f2dcc0d7f2ab56ab2e2066b6f", "_publish_commit": "main:ea51820fdce30c02d1838d2db5eb966904aa01f4", "_npm_package_name": "joplin-plugin-note-rename" + }, + "joplin-plugin-TimelineRender": { + "manifest_version": 1, + "id": "joplin-plugin-TimelineRender", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "joplin-plugin-TimelineRender", + "description": "render the timeline in the markdown", + "author": "funny-cat", + "homepage_url": "", + "repository_url": "https://github.com/funny-cat-happy/joplin-plugin-TimelineRender.git", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:437f1dd08e1dfb4a3499693760746ad44bbdff93c3d98fb9c10c715fe230710c", + "_publish_commit": "main:a2549205425546df87c544a00d500eda127a3321", + "_npm_package_name": "joplin-plugin-timelinerender" } } \ No newline at end of file diff --git a/plugins/joplin-plugin-TimelineRender/manifest.json b/plugins/joplin-plugin-TimelineRender/manifest.json new file mode 100644 index 0000000..a2c0ea3 --- /dev/null +++ b/plugins/joplin-plugin-TimelineRender/manifest.json @@ -0,0 +1,16 @@ +{ + "manifest_version": 1, + "id": "joplin-plugin-TimelineRender", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "joplin-plugin-TimelineRender", + "description": "render the timeline in the markdown", + "author": "funny-cat", + "homepage_url": "", + "repository_url": "https://github.com/funny-cat-happy/joplin-plugin-TimelineRender.git", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:437f1dd08e1dfb4a3499693760746ad44bbdff93c3d98fb9c10c715fe230710c", + "_publish_commit": "main:a2549205425546df87c544a00d500eda127a3321", + "_npm_package_name": "joplin-plugin-timelinerender" +} \ No newline at end of file diff --git a/plugins/joplin-plugin-TimelineRender/plugin.jpl b/plugins/joplin-plugin-TimelineRender/plugin.jpl new file mode 100644 index 0000000..447b45a Binary files /dev/null and b/plugins/joplin-plugin-TimelineRender/plugin.jpl differ