forked from gristlabs/grist-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de64908
commit 0f2991f
Showing
18 changed files
with
173 additions
and
44 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} | ||
} |