-
Notifications
You must be signed in to change notification settings - Fork 6
/
MarkdownMonsterAddinRegistry.json
57 lines (56 loc) · 2.4 KB
/
MarkdownMonsterAddinRegistry.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"id": "GistIntegration",
"name": "Github Gist Integration",
"summary": "Create code snippets as Gists and embed them into documents, and open and save documents from Gists.",
"author": "© Rick Strahl, West Wind Technologies",
"gitUrl": "https://github.com/RickStrahl/GistIntegration-MarkdownMonster-Addin/tree/master",
"minVersion": "3.0",
"maxVersion": "3.99.999"
},
{
"id": "SaveImageToAzureBlobStorage",
"name": "Save Image To Azure Blob",
"summary": "Upload images from disk or the clipboard to Azure Blob Storage, and embed the resulting URL as an image link into the current document.",
"author": "© Rick Strahl, West Wind Technologies",
"gitUrl": "https://github.com/RickStrahl/SaveToAzureBlob-MarkdownMonster-Addin/tree/master",
"minVersion": "3.0",
"maxVersion": "3.99.999"
},
{
"id": "Commander",
"name": "Commander: C# Script Automation",
"summary": "Create small C# based scripts that can automate many operations in Markdown Monster. Launch external tools, update documents, mail merge content into the editor and more.",
"author": "© Rick Strahl, West Wind Technologies",
"gitUrl": "https://github.com/RickStrahl/Commander-MarkdownMonster-Addin/tree/master",
"minVersion": "3.0",
"maxVersion": "3.99.999"
},
{
"id": "PandocMarkdownParser",
"name": "Pandoc Markdown Parser and Pandoc Conversion Launcher",
"summary": "Use the Pandoc Markdown parser in Markdown Monster, and create custom, reusable Pandoc conversion recipes with Pandoc Conversion Launcher.",
"author": "© Rick Strahl, West Wind Technologies",
"gitUrl": "https://github.com/RickStrahl/Pandoc-MarkdownMonster-Addin/tree/master",
"minVersion": "3.0",
"maxVersion": "3.99.999"
},
{
"id": "AutoNumberAddin",
"name": "Auto Number",
"summary": "This addin automatically numbers figures, tables, and code listings.",
"author": "© Daniel Vaughan http://danielvaughan.org",
"gitUrl": "https://github.com/DVaughan/MarkdownMonster-Addin-AutoNumber/tree/master",
"minVersion": "2.0",
"maxVersion": "2.99.999"
},
{
"id": "TextGenerator",
"name": "Text Generator",
"summary": "Generate random text to be inserted in the current document using an implementation of Lorem Ipsum. Requires MarkdownMonster version 2.",
"author": "© Joe McLain, Digital Writing",
"gitUrl": "https://github.com/joemclain/MMTextGeneratorAddin/tree/master",
"minVersion": "2.0",
"maxVersion": "2.99.999"
}
]