-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapex-plugins.json
More file actions
28 lines (28 loc) · 1.08 KB
/
apex-plugins.json
File metadata and controls
28 lines (28 loc) · 1.08 KB
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
{
"plugins": [
{
"id": "kbd",
"title": "Keyboard Shortcuts",
"description": "Renders {% kbd %} tags as <kbd> elements.",
"author": "Brett Terpstra",
"homepage": "https://github.com/ApexMarkdown/apex-plugin-kbd",
"repo": "https://github.com/ApexMarkdown/apex-plugin-kbd"
},
{
"id": "md-fixup",
"title": "Markdown Fixup",
"description": "Integrates md-fixup with Apex.",
"author": "Brett Terpstra",
"homepage": "https://github.com/ApexMarkdown/apex-plugin-md-fixup",
"repo": "https://github.com/ApexMarkdown/apex-plugin-md-fixup"
},
{
"id": "taskpaper",
"title": "TaskPaper Format",
"description": "Renders TaskPaper task management syntax inside Markdown files. Project headers are colored and indented, tasks formatted as plain dashes, H3/H4 headings rendered as inline bold. Crystal binary with Ruby fallback.",
"author": "Ralf Hülsmann",
"homepage": "https://github.com/rhsev/apex-plugin-taskpaper",
"repo": "https://github.com/rhsev/apex-plugin-taskpaper"
}
]
}