forked from mavoweb/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
154 lines (154 loc) · 3.58 KB
/
plugins.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"plugin": [
{
"name": "TinyMCE",
"id": "tinymce",
"description": "Edit rich text, straight from Mavo!",
"tag": [
"Editing"
],
"author": "leaverou"
},
{
"id": "markdown",
"name": "Markdown",
"description": "Edit properties in Markdown and display them with HTML. Uses the popular [Showdown](http://showdownjs.github.io/demo/) library.",
"tag": [
"Editing"
],
"github": "https://github.com/mavoweb/plugins/markdown",
"author": "leaverou"
},
{
"name": "Twitter Embed",
"id": "twitter",
"description": "Turn Twitter URLs in your Markdown properties into embedded tweets! Requires the [Markdown](https://plugins.mavo.io/plugin/markdown) plugin.",
"tag": [],
"author": "leaverou"
},
{
"name": "Import HTML",
"id": "importhtml",
"description": "Use CSS properties to set Mavo attributes, which lets you add them to **a lot** of elements at once and import data from existing HTML!",
"tag": [],
"author": "leaverou"
},
{
"name": "Yaml",
"id": "yaml",
"description": "Store and/or read data in Yaml instead of JSON. Uses the popular [JS-Yaml](http://nodeca.github.io/js-yaml/) library.",
"tag": [
"Format"
],
"author": "leaverou"
},
{
"name": "Clear/Reset toolbar button",
"id": "clear",
"description": "Clears any data in storage and returns the app to its initial state, before any data was stored.",
"tag": [
"Toolbar"
],
"author": "leaverou"
},
{
"name": "PHP Backend",
"id": "php",
"description": "Use your own PHP-enabled server with Mavo",
"tag": [
"backend"
],
"repo": "falafel65/mavo-php",
"author": "falafel65"
},
{
"name": "Mavo Firebase",
"id": "firebase0",
"description": "Store your data in Google Firebase. A work in progress.",
"tag": [
"backend"
],
"repo": "lizziew/mavo-firebase",
"author": "lizziew"
},
{
"name": "French Locale",
"id": "locale-fr",
"description": "Translates all Mavo UI to French",
"tag": [
"Locale"
],
"repo": "falafel65/mavo-locale-fr",
"author": "falafel65"
},
{
"name": "Greek Locale",
"id": "locale-el",
"description": "Translates all Mavo UI to Greek",
"tag": [
"Locale"
],
"author": "leaverou"
},
{
"name": "Mavo sort",
"id": "sort",
"description": "Sort collections in your Mavos.",
"tag": [
"data exploration"
],
"repo": "mavoweb/sort",
"author": "Dsan10s"
},
{
"name": "Firebase",
"id": "firebase",
"description": "Google Firebase backend that supports syncing data in real-time.",
"tag": [
"backend"
],
"repo": "valterkraemer/mavo-firebase",
"author": "valterkraemer"
},
{
"name": "CouchDB",
"id": "couchdb",
"description": "CouchDB backend that supports syncing data in real-time.",
"tag": [
"backend"
],
"repo": "valterkraemer/mavo-couchdb",
"author": "valterkraemer"
},
{
"name": "Mavo Offline",
"id": "offline",
"description": "Caches data and allows saving when offline, then automatically saves when online again.",
"tag": [
"backend"
],
"repo": "valterkraemer/mavo-offline",
"author": "valterkraemer"
},
{
"name": "Hebrew Locale",
"id": "locale-he",
"description": "Translates all Mavo UI to Hebrew",
"tag": [
"Locale"
],
"repo": "seffyfisher/mavo-locale-he/",
"author": "seffyfisher"
},
{
"name": "Russian Locale",
"id": "locale-ru",
"description": "Translates all Mavo UI into Russian",
"tag": [
"locale"
],
"repo": "DmitrySharabin/mavo-locale-ru",
"author": "dmitrysharabin"
}
]
}