home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1510423215

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/pull/2052#issuecomment-1510423215 https://api.github.com/repos/simonw/datasette/issues/2052 1510423215 IC_kwDOBm6k_c5aBzqv 9020979 2023-04-16T16:12:59Z 2023-04-16T16:12:59Z CONTRIBUTOR

Research notes

  • I stuck to the "minimal dependencies" ethos of datasette (no React, Typescript, JS linting, etc).
  • Main threads on JS plugin development
  • Main: sketch of pluggy-inspired system: https://github.com/simonw/datasette/issues/983
  • Main: provide locations in Datasette HTML that are designed for multiple plugins to safely cooperate with each other (starting with the panel, but eventually could extend to "search boxes"): https://github.com/simonw/datasette/issues/1191
  • Main: HTML hooks for JS plugin authors: https://github.com/simonw/datasette/issues/987
  • Prior threads on JS plugins in Datasette for future design directions
  • Idea: pass useful strings to JS plugins: https://github.com/simonw/datasette/issues/1565
  • Idea: help with plugin dependency loading: https://github.com/simonw/datasette/issues/1542 . (IMO - the plugin providing the dependency can emit an event once it's done. Other plugins can listen for it, or ask the manager to inform them when the dependency is available).
  • Idea: help plugins to manage state in shareable URLs (plugins shouldn't have to interact with the URL directly, should have some basic insulation from clobbering each others' keys): https://github.com/simonw/datasette/issues/1144
  • Articles on plugins reviewed
  • https://css-tricks.com/designing-a-javascript-plugin-system/
  • Plugin/Extension systems reviewed (mostly JS).
  • Yarn: https://yarnpkg.com/advanced/plugin-tutorial
  • Tappable https://github.com/webpack/tapable (used by Auto, webpack)
  • Pluggy: https://pluggy.readthedocs.io/en/stable/
  • VSCode: https://code.visualstudio.com/api/get-started/your-first-extension
  • Chrome: https://developer.chrome.com/docs/extensions/reference/
  • Figma/Figjam Widget: https://www.figma.com/widget-docs/
  • Datadog Apps: Programming Model
  • Storybook: https://storybook.js.org/docs/react/addons/addons-api
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1651082214  
Powered by Datasette · Queries took 0.97ms · About: github-to-sqlite