diff --git a/README.md b/README.md index 0a56b0b..0916572 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This repository contains the following plugins: | [🏠](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://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 | 2.0.11 | 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 | | [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.0.1 | Combine one or more notes | JackGruber | | [🏠](https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-conflict-resolution/plugin.jpl) | Conflict Resolution | 1.2.2 | A plugin that makes process of resolving conflicts easier. | Ahmed Alwasifey | | [🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl) | Convert Text To New Note | 1.5.0 | Converts highlighted text to new one in same folder | ambrt | diff --git a/manifests.json b/manifests.json index d6240f2..38b0319 100644 --- a/manifests.json +++ b/manifests.json @@ -864,5 +864,20 @@ "_publish_hash": "sha256:cc48cb21802f2fa481e258335d59a743feecf874cf6dcd64a4f68084e26bcf6a", "_publish_commit": "master:74a397db591b57f62d5515e82de210096d957877", "_npm_package_name": "joplin-plugin-abc-sheet-music" + }, + "com.shantanugoel.JoplinCMLineNumbersPlugin": { + "manifest_version": 1, + "id": "com.shantanugoel.JoplinCMLineNumbersPlugin", + "app_min_version": "2.2", + "version": "2.0.0", + "name": "CodeMirror Line Numbers", + "description": "Enables line numbers for CodeMirror editor", + "author": "Shantanu Goel", + "homepage_url": "https://github.com/shantanugoel/joplin-plugin-cm-linenumbers", + "repository_url": "https://github.com/shantanugoel/joplin-plugin-cm-linenumbers", + "keywords": [], + "_publish_hash": "sha256:ae3718340341e75836d5d6ad3bb6cf18cd5b182abb698c7dd37c4ba35ac975f0", + "_publish_commit": "main:1c31c5e557d97863551b823c7e7a4b21b25f1cf5", + "_npm_package_name": "joplin-plugin-codemirror-line-numbers" } } \ No newline at end of file diff --git a/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/manifest.json b/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/manifest.json new file mode 100644 index 0000000..00d4c39 --- /dev/null +++ b/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "com.shantanugoel.JoplinCMLineNumbersPlugin", + "app_min_version": "2.2", + "version": "2.0.0", + "name": "CodeMirror Line Numbers", + "description": "Enables line numbers for CodeMirror editor", + "author": "Shantanu Goel", + "homepage_url": "https://github.com/shantanugoel/joplin-plugin-cm-linenumbers", + "repository_url": "https://github.com/shantanugoel/joplin-plugin-cm-linenumbers", + "keywords": [], + "_publish_hash": "sha256:ae3718340341e75836d5d6ad3bb6cf18cd5b182abb698c7dd37c4ba35ac975f0", + "_publish_commit": "main:1c31c5e557d97863551b823c7e7a4b21b25f1cf5", + "_npm_package_name": "joplin-plugin-codemirror-line-numbers" +} \ No newline at end of file diff --git a/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl b/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl new file mode 100644 index 0000000..b1eb160 Binary files /dev/null and b/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl differ