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

New: com.shantanugoel.JoplinCMLineNumbersPlugin@2.0.0

1c31c5e557
This commit is contained in:
Joplin Bot 2021-08-23 10:01:31 +00:00
parent aba2d4681c
commit 79d95e63a0
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 31 additions and 0 deletions

View File

@ -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 |

View File

@ -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"
}
}

View File

@ -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"
}