forked from gristlabs/grist-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.15 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Grist Widgets</title>
</head>
<body>
<h2>Widgets</h2>
<ul>
<li><a href="purchase-orders/">purchase-orders - MapTiler ✅</a></li>
<li><a href="map/">map - Mapbox</a></li>
<li><a href="tree/">tree - Leaflet ✅ (clustered tenants)</a></li>
<li><a href="invoices/">invoices - MapTiler ✅</a></li>
<li><a href="memes/">memes - Leaflet</a></li>
<li><a href="pedigree/">pedigree - Mapbox ✅</a></li>
<li><a href="pivottable/">pivottable - Leaflet ✅ (fixed tenants)</a></li>
<li><a href="exoplanet/">exoplanet - Mapbox</a></li>
<li><a href="dropbox-embed/">dropbox-embed - MapTiler</a></li>
<li><a href="qrcode/">qrcode - MapTiler ✅</a></li>
<li><a href="clipboard/">clipboard - Mapbox ✅</a></li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://support.getgrist.com/widget-custom/">custom widgets</a></li>
<li><a href="https://support.getgrist.com/linking-widgets/">linking widgets</a></li>
<li><a href="https://support.getgrist.com/">support site</a></li>
</ul>
</body>
</html>