diff --git a/README.md b/README.md index 479b3b4..7487f54 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ This repository contains the following plugins:   | Name | Version | Description | Author --- | --- | --- | --- | --- +[🏠](https://github.com/maxnegro/joplin-plugin-admonition) | Admonition markdown extension | 1.0.3 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Automatic Backlinks to note | 2.0.10 | Creates backlinks to opened note, also in automatic way | ambrt [🏠]() | BibTeX | 0.1.0 | Use locally stored BibTeX files to insert citations into the current note. | Abdallah Ahmed [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.2 | Combine one or more notes | JackGruber [🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.5.0 | Converts highlighted text to new one in same folder | ambrt [🏠](https://discourse.joplinapp.org/t/copy-markdown-link-to-active-note/14402) | Copy link to active note | 1.0.1 | Adds entry to right click menu in editor to get link to active note | a [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.7 | Go to tag,notebook or note via links or via text | a -[🏠](https://github.com/maxnegro/joplin-plugin-admonition) | Custom containers | 1.0.2 | Admonition markdown plugin | Massimiliano Masserelli [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | Embed Search | 1.0.11 | Embeds list of links specified by search inside of note | ambrt [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.2.1 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 diff --git a/manifests.json b/manifests.json index 353f71a..7ed7be5 100644 --- a/manifests.json +++ b/manifests.json @@ -661,9 +661,9 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.admonition", "app_min_version": "1.8", - "version": "1.0.2", - "name": "Custom containers", - "description": "Admonition markdown plugin", + "version": "1.0.3", + "name": "Admonition markdown extension", + "description": "Enables markdownIt admonition plugin, which enables formatting notes", "author": "Massimiliano Masserelli", "homepage_url": "https://github.com/maxnegro/joplin-plugin-admonition", "repository_url": "https://github.com/maxnegro/joplin-plugin-admonition", @@ -671,8 +671,8 @@ "markdown", "admonition" ], - "_publish_hash": "sha256:3730d3b037a33da7488abc0115168eb4c4e734f35cec0d1c8b5bb7c63293f1f7", - "_publish_commit": "main:d25e164c8c65387fe5ddbd600466e5cefdc0b800", + "_publish_hash": "sha256:4f5da96e51f9b0a655e7aa25431d5367ae3e2fa5d75d00e44cc94c0b9227bbbc", + "_publish_commit": "main:7083d34096a8fff31a1b3b401f27cc1fc5653569", "_npm_package_name": "joplin-plugin-admonition" }, "com.xUser5000.bibtex": { diff --git a/plugins/org.joplinapp.plugins.admonition/manifest.json b/plugins/org.joplinapp.plugins.admonition/manifest.json index 81b4a01..fabcacf 100644 --- a/plugins/org.joplinapp.plugins.admonition/manifest.json +++ b/plugins/org.joplinapp.plugins.admonition/manifest.json @@ -2,9 +2,9 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.admonition", "app_min_version": "1.8", - "version": "1.0.2", - "name": "Custom containers", - "description": "Admonition markdown plugin", + "version": "1.0.3", + "name": "Admonition markdown extension", + "description": "Enables markdownIt admonition plugin, which enables formatting notes", "author": "Massimiliano Masserelli", "homepage_url": "https://github.com/maxnegro/joplin-plugin-admonition", "repository_url": "https://github.com/maxnegro/joplin-plugin-admonition", @@ -12,7 +12,7 @@ "markdown", "admonition" ], - "_publish_hash": "sha256:3730d3b037a33da7488abc0115168eb4c4e734f35cec0d1c8b5bb7c63293f1f7", - "_publish_commit": "main:d25e164c8c65387fe5ddbd600466e5cefdc0b800", + "_publish_hash": "sha256:4f5da96e51f9b0a655e7aa25431d5367ae3e2fa5d75d00e44cc94c0b9227bbbc", + "_publish_commit": "main:7083d34096a8fff31a1b3b401f27cc1fc5653569", "_npm_package_name": "joplin-plugin-admonition" } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.admonition/plugin.jpl b/plugins/org.joplinapp.plugins.admonition/plugin.jpl index 4afd941..bf15e45 100644 Binary files a/plugins/org.joplinapp.plugins.admonition/plugin.jpl and b/plugins/org.joplinapp.plugins.admonition/plugin.jpl differ