Albin Larsson
Albin Larsson
Note to self: It would be nice if one could generate this from any Snowman `views.yaml` file.
Maybe something like this?  Mermaid source graph TD Root["/ template: landing.html"] --> About["/about template: about.html"] Root --> Tools["/tools template: tools.html"] Root --> StandardPublic["/standard-for-public-code template: standard-for-public-code.html"] Root --> Statistics["/statistics query:...
It's a visual view of `views.yaml` so it's more of a sitemap but it includes the query and template used as well. We only have a single page layout so...
Updated diagram: ``` graph TD Root["/ template: landing.html"] --> About["/about template: about.html"] Root --> Tools["/tools template: tools.html"] Root --> StandardPublic["/standard-for-public-code template: standard-for-public-code.html"] Root --> Statistics["/statistics query: countries.rq template: statistics.html"] Root...
Dropping Googles docs on filter chips: https://m3.material.io/components/chips/guidelines#8d453d50-8d8e-43aa-9ae3-87ed134d2e64
I wonder what people would think about a drop down chip like this: https://firebasestorage.googleapis.com/v0/b/design-spec/o/projects%2Fgoogle-material-3%2Fimages%2Flwrqsi49-GM3-Components-Chips-Guidelines-3-v01.mp4?alt=media&token=df8f575e-9743-4a2e-9115-b4d413c45b2a Technically harder but it's probably easier design wise both layout wise and state wise. Downside is...
For reference and testing, do we have any agency with a PeerTube address?
This can indeed be a big one if one has a large dependency on a non-SPARQL service. I'm curious about use cases beyond fetching JSON, given that there could be...
Actually the tricky part might be how to expose this to the CLI especially in the context of #96. The most obvious approach would be to just let one set...
> Within Wikibase projects, I like to put that text on a regular wikipage and place a link from the item. In snowman I add ?action=render to the Wikipage page...