Skip to content

Feature: Obtain gist css url from API call #10

Open
@weirdpattern

Description

@weirdpattern

The current API call returns a link to the stylesheet associated to the gist (see property stylesheet below).

{
  "description":".2016.08.31.stream-redirection",
  "public":true,
  "created_at":"2018-06-28T21:56:26.000-05:00",
  "files":[".2016.08.31.stream-redirection","example.sh","syntax.text"],
  "owner":"weirdpattern",
  "div":"...",
  "stylesheet":"https://assets-cdn.github.com/assets/gist-embed-87673c31a5b37b5e6556b63e1081ebbc.css"
}

The plugin should use this instead of a hardcoded link or a configuration setting.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions