home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 608125928

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/698#issuecomment-608125928 https://api.github.com/repos/simonw/datasette/issues/698 608125928 MDEyOklzc3VlQ29tbWVudDYwODEyNTkyOA== 9599 2020-04-02T22:32:41Z 2020-04-02T22:33:10Z OWNER I really want the option to use a `<textarea>` for a specific value. Idea: metadata syntax like this: ```json { "databases": { "my-database": { "queries": { "add_twitter_handle": { "sql": "insert into twitter_handles (username) values (:username)", "write": true, "params": { "username": { "widget": "textarea" } } } } } } } ``` I can ship with some default widgets and provide a plugin hook for registering extra widgets. This opens up some really exciting possibilities for things like map widgets that let you draw polygons. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 582517965  
Powered by Datasette · Queries took 7.126ms