Skip to content

Commit fa219b9

Browse files
ezyuzinevgeny.zyuzin
andauthored
add nppAnotherMarkdownPlugin (notepad-plus-plus#1018)
* add nppAnotherMarkdownPlugin --------- Co-authored-by: evgeny.zyuzin <evgeny.zyuzin@gmail.com>
1 parent f26e9f1 commit fa219b9

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

src/pl.x64.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "npp-pluginList",
33
"version": "1.9",
44
"arch": "64",
5-
"npp-plugins": [
5+
"npp-plugins": [
66
{
77
"folder-name": "3P",
88
"display-name": "3P - Progress Programmers Pal",
@@ -46,6 +46,18 @@
4646
"author": "simbaba",
4747
"homepage": "https://sourceforge.net/projects/androidlogger"
4848
},
49+
{
50+
"folder-name": "AnotherMarkdown",
51+
"display-name": "Another Markdown",
52+
"version": "0.1.2",
53+
"id": "02856fcefe1cc7e3d02bd3178f0e2d9a03aac798dc84bd4813125216818ebcc6",
54+
"repository": "https://github.com/ezyuzin/NppAnotherMarkdown/releases/download/0.1.2/AnotherMarkdown-0.1.2-x64.zip",
55+
"description": "[Requires .NET framework v4.7.2]\r\nEasiest customizable, extendable preview and edit for Markdown files.\r\nBonus: Edit and preview 360 photos",
56+
"author": "Evgeny Zyuzin",
57+
"homepage": "https://github.com/ezyuzin/NppAnotherMarkdown",
58+
"npp-compatible-versions": "[8.5,]"
59+
},
60+
4961
{
5062
"folder-name": "nppAutoDetectIndent",
5163
"display-name": "Auto Detect Indention",

src/pl.x86.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "npp-pluginList",
33
"version": "1.9",
44
"arch": "32",
5-
"npp-plugins": [
5+
"npp-plugins": [
66
{
77
"folder-name": "3P",
88
"display-name": "3P - Progress Programmers Pal",
@@ -33,6 +33,17 @@
3333
"author": "Mattes H.",
3434
"homepage": "https://sourceforge.net/projects/analyseplugin"
3535
},
36+
{
37+
"folder-name": "AnotherMarkdown",
38+
"display-name": "Another Markdown",
39+
"version": "0.1.2",
40+
"id": "016fa7ceb8cf4158fb636b21993b7ac6a93e66b662768a0af8d8f2755f694936",
41+
"repository": "https://github.com/ezyuzin/NppAnotherMarkdown/releases/download/0.1.2/AnotherMarkdown-0.1.2-x86.zip",
42+
"description": "[Requires .NET framework v4.7.2]\r\nEasiest customizable, extendable preview and edit for Markdown files.\r\nBonus: Edit and preview 360 photos",
43+
"author": "Evgeny Zyuzin",
44+
"homepage": "https://github.com/ezyuzin/NppAnotherMarkdown",
45+
"npp-compatible-versions": "[8.5,]"
46+
},
3647
{
3748
"folder-name": "nppAutoDetectIndent",
3849
"display-name": "Auto Detect Indention",

0 commit comments

Comments
 (0)