Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian committed Aug 9, 2024
1 parent de64908 commit 0f2991f
Show file tree
Hide file tree
Showing 18 changed files with 173 additions and 44 deletions.
8 changes: 0 additions & 8 deletions .gitmodules

This file was deleted.

21 changes: 10 additions & 11 deletions actionbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
"homePage": "https://github.com/gristlabs/grist-widget",
"version": "0.0.1",
"grist": {
"name": "Pug / Python Widget",
"description": "Grist widget to directly develop custom widgets within Grist's UI.",
"authors": [
{
"name": "jperon",
"url": "https://github.com/jperon"
}
],
"lastUpdatedAt": "2024-04-28T00:00:00.000Z",
"url": "https://jperon.github.io/grist/Grist-pug-py-widget/",
"name": "Action button",
"url": "https://gristlabs.github.io/grist-widget/actionbutton/index.html",
"widgetId": "@gristlabs/widget-actionbutton",
"published": true,
"accessLevel": "full",
"renderAfterReady": true,
"community": true
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Build one or more buttons that send customizable actions (e.g. \"AddRecord\") to the Grist data engine."
}
}
10 changes: 9 additions & 1 deletion calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@
"entrypoints": [
"https://gristlabs.github.io/grist-widget/calendar/i18n/"
]
}
},
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Show records as events in a calendar view. Choose between daily, monthly, or yearly views."
}
]
}
10 changes: 9 additions & 1 deletion clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-clipboard",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Copy column values from records to your clipboard with a click of a button."
}
}
10 changes: 9 additions & 1 deletion dropbox-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/dropbox-embed",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "View and access files from your Dropbox account."
}
}
10 changes: 9 additions & 1 deletion flashcards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/flashcards",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Show records as flashcards, with a question on one side and an answer on the other."
}
}
40 changes: 36 additions & 4 deletions inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,46 @@
"widgetId": "@gristlabs/widget-inspect#onRecord",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "View the raw representation of the selected record as JSON."
},
{
"name": "Inspect Table",
"url": "https://gristlabs.github.io/grist-widget/inspect/onRecords.html",
"widgetId": "@gristlabs/widget-inspect#onRecords",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "View the raw representation of all the table's records as JSON."
},
{
"name": "Inspect Options",
"url": "https://gristlabs.github.io/grist-widget/inspect/onOptions.html",
"widgetId": "@gristlabs/widget-inspect#onOptions",
"published": true,
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "View the options sent to this custom widget, and send your own custom options, for testing."
},
{
"name": "Inspect Columns",
Expand All @@ -38,7 +62,15 @@
"url": "https://gristlabs.github.io/grist-widget/inspect/api.html",
"widgetId": "@gristlabs/widget-inspect#api",
"published": true,
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "An interactive introduction to the Grist Custom Widget API, with live code examples."
}
]
}
10 changes: 9 additions & 1 deletion invoices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-invoices",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Generate printable invoices, with values filled in from the selected record."
}
}
10 changes: 9 additions & 1 deletion map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"widgetId": "@gristlabs/widget-map#map",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Display locations on a map using either addresses or latitude and longitude coordinates."
}
]
}
8 changes: 1 addition & 7 deletions markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,14 @@
"version": "0.0.1",
"grist": {
"name": "Markdown",
"description": "Allows editing and displaying text using Markdown format.",
"description": "View and format a record's text using Markdown syntax.",
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
},
{
"name": "George Gevoian",
"email": "[email protected]",
"url": "https://github.com/georgegevoian"
}
],
"lastUpdatedAt": "2024-07-29T00:00:00.000Z",
"url": "https://gristlabs.github.io/grist-widget/markdown",
"widgetId": "@gristlabs/widget-markdown",
"published": true,
Expand Down
10 changes: 9 additions & 1 deletion notepad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-notepad",
"published": true,
"accessLevel": "full",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "View and format a record's text using a rich text editor."
}
}
10 changes: 9 additions & 1 deletion pivottable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-pivottable",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Build and modify a pivot table from a selected Grist table."
}
}
10 changes: 9 additions & 1 deletion printlabels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-printlabels",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Customize and print labels directly from a selected Grist table."
}
}
10 changes: 9 additions & 1 deletion purchase-orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-purchase-orders",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Create printable purchase orders based on data from a selected record."
}
}
10 changes: 9 additions & 1 deletion qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"widgetId": "@gristlabs/widget-qrcode",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Generate custom QR codes based on data from a selected record."
}
]
}
10 changes: 9 additions & 1 deletion renderhtml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-renderhtml",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "View data from a selected record as rendered HTML."
}
}
10 changes: 9 additions & 1 deletion rendervideo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-rendervideo",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "Embed videos from YouTube, Vimeo, Facebook Video, Google Drive and more."
}
}
10 changes: 9 additions & 1 deletion viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"widgetId": "@gristlabs/widget-viewer",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
}
],
"description": "View images loaded from a URL."
}
}

0 comments on commit 0f2991f

Please sign in to comment.