- Mar 2020
-
bobheadxi.dev bobheadxi.dev
-
Inputs are collected in standard React fashion with some hooks:
To be honest, I'm not the most well-versed in best practices surrounding the new React hooks, so I could be wrong here / doing things in a convoluted way. The code here is a carry-over from the template I mention
(this comment is also a test of hypothes.is annotations on my blog!)
-
-
inertia.ubclaunchpad.com inertia.ubclaunchpad.com
-
Deployment Management
Tracking issue to document deployment management functionality: https://github.com/ubclaunchpad/inertia/issues/538
The examples in this section document most of the common commands already - refer to https://inertia.ubclaunchpad.com/cli/inertia_$%7Bremote_name%7D.html for more details
-
Teams
Tracking issue to document teams functionality: https://github.com/ubclaunchpad/inertia/issues/539
The majority of these features are available under
inertia ${remote} user --help
: https://inertia.ubclaunchpad.com/cli/inertia_$%7Bremote_name%7D_user.html
-
-
example.com example.com
-
by URL
are there any plans to support wildcard queries? for example, to get all annotations on a website:
https://hypothes.is/stream.rss?uri=https://bobheadxi.dev/*
This currently does not return anything
(I'm aware this can be done via /search + h_notify, but would be nice to have this available directly as a feed)
-