1
0
mirror of synced 2024-06-28 23:45:12 +08:00

New: org.joplinapp.plugins.joplin-calendar@1.0.0-pre-release

3a36433a34
This commit is contained in:
Joplin Bot 2023-06-05 08:36:41 +00:00
parent b7d444a7c5
commit 172e92e66a
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 37 additions and 0 deletions

View File

@ -31,6 +31,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/benlau/joplin-plugin-bidirectional-links) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-bidirectional-links/plugin.jpl) | Bidirectional Links | 0.1.1 | Create bidirectional to other notes | Ben Lau |
| [🏠](https://github.com/ahaltindis/joplin-plugin-bulk-note-creator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ahaltindis.joplin.BulkNoteCreator/plugin.jpl) | Bulk Note Creator | 1.0.0 | Create notes as bulk | Ahmet Altindis |
| [🏠](https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl) | bytefield-svg | 1.1.0 | Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure. | marc0l92 |
| [🏠](https://github.com/rsandz/joplin-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl) | Calendar | 1.0.0-pre-release | A simple calendar to show notes created on each day. | Ryan Sandoval |
| [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.6 | Inserts a piece of code from code source | Jürgen Habelt |
| [🏠](https://github.com/bluulo/joplin-plugin-code-clipboard) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/bluulo.JoplinCodeClipboardPlugin/plugin.jpl) | Code-Clipboard | 1.0.0 | Copy the content of a code block to the clipboard | bluulo |
| [🏠](https://github.com/shantanugoel/joplin-plugin-cm-linenumbers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl) | CodeMirror Line Numbers | 2.0.0 | Enables line numbers for CodeMirror editor | Shantanu Goel |

View File

@ -2896,5 +2896,23 @@
"_publish_hash": "sha256:5efe6c596c374ca14dabefb87a1c424e7c45c31f0416306ae4a7b22f2cbabc26",
"_publish_commit": "main:d0763b73f742e514eaeb509c4398c34bb78b92b2",
"_npm_package_name": "joplin-plugin-advanced-tagging"
},
"org.joplinapp.plugins.joplin-calendar": {
"manifest_version": 1,
"id": "org.joplinapp.plugins.joplin-calendar",
"app_min_version": "2.8",
"version": "1.0.0-pre-release",
"name": "Calendar",
"description": "A simple calendar to show notes created on each day.",
"author": "Ryan Sandoval",
"homepage_url": "https://github.com/rsandz/joplin-calendar",
"repository_url": "https://github.com/rsandz/joplin-calendar",
"keywords": [
"calendar"
],
"categories": [],
"_publish_hash": "sha256:b3f96366f2e97ea89ce41108af49c14817f2b146da4ae91a6e4a203c9800ef22",
"_publish_commit": "main:3a36433a34a4af0d210aa2b959f817cc48e48b97",
"_npm_package_name": "joplin-plugin-calendar"
}
}

View File

@ -0,0 +1,18 @@
{
"manifest_version": 1,
"id": "org.joplinapp.plugins.joplin-calendar",
"app_min_version": "2.8",
"version": "1.0.0-pre-release",
"name": "Calendar",
"description": "A simple calendar to show notes created on each day.",
"author": "Ryan Sandoval",
"homepage_url": "https://github.com/rsandz/joplin-calendar",
"repository_url": "https://github.com/rsandz/joplin-calendar",
"keywords": [
"calendar"
],
"categories": [],
"_publish_hash": "sha256:b3f96366f2e97ea89ce41108af49c14817f2b146da4ae91a6e4a203c9800ef22",
"_publish_commit": "main:3a36433a34a4af0d210aa2b959f817cc48e48b97",
"_npm_package_name": "joplin-plugin-calendar"
}