1
0
mirror of synced 2024-07-03 02:25:21 +08:00

New: com.s73ph4n.automate_notes@1.0.0

46501ceef1
This commit is contained in:
Joplin Bot 2021-09-25 15:33:13 +00:00
parent 35b300e046
commit f8dac834f5
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 31 additions and 0 deletions

View File

@ -16,6 +16,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/joplin/plugin-abc-sheet-music) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl) | ABC Sheet Music Plugin | 1.0.1 | Turns ABC text notation into sheet music | Laurent Cozic |
| [🏠](https://github.com/maxnegro/joplin-plugin-admonition) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.admonition/plugin.jpl) | Admonition markdown extension | 1.0.3 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli |
| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.0 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n |
| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.0 | Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. | S73ph4n |
| [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 3.0.3 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan |
| - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.xUser5000.bibtex/plugin.jpl) | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed |
| [🏠](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

@ -1003,5 +1003,20 @@
"_publish_hash": "sha256:61bd1c8576dade799cc055c17780717e2407bd1325e29aac8063758d48b78173",
"_publish_commit": "main:a1069fc73c476d75c0cdac7d8b85ce2e023ce6f3",
"_npm_package_name": "joplin-plugin-complete-link"
},
"com.s73ph4n.automate_notes": {
"manifest_version": 1,
"id": "com.s73ph4n.automate_notes",
"app_min_version": "2.0",
"version": "1.0.0",
"name": "Automate Notes",
"description": "Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. ",
"author": "S73ph4n",
"homepage_url": "https://github.com/S73ph4n",
"repository_url": "https://github.com/S73ph4n/joplin_automate_notes",
"keywords": [],
"_publish_hash": "sha256:9721e59cc64be47bc93b138bf29a5619804b6a9483a43fa62f57d001853b7b17",
"_publish_commit": "main:46501ceef10325c902f036cac16f0ec58ec15019",
"_npm_package_name": "joplin-plugin-automate-notes"
}
}

View File

@ -0,0 +1,15 @@
{
"manifest_version": 1,
"id": "com.s73ph4n.automate_notes",
"app_min_version": "2.0",
"version": "1.0.0",
"name": "Automate Notes",
"description": "Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. ",
"author": "S73ph4n",
"homepage_url": "https://github.com/S73ph4n",
"repository_url": "https://github.com/S73ph4n/joplin_automate_notes",
"keywords": [],
"_publish_hash": "sha256:9721e59cc64be47bc93b138bf29a5619804b6a9483a43fa62f57d001853b7b17",
"_publish_commit": "main:46501ceef10325c902f036cac16f0ec58ec15019",
"_npm_package_name": "joplin-plugin-automate-notes"
}

Binary file not shown.