Skip to content

Instantly share code, notes, and snippets.

@Shugabuga
Last active May 19, 2020 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shugabuga/00aa066741a9c1c6f9103073995a5744 to your computer and use it in GitHub Desktop.
Save Shugabuga/00aa066741a9c1c6f9103073995a5744 to your computer and use it in GitHub Desktop.
Sileo native depiction notes.

These are all the classes recognized by Sileo at the time of posting (and the ones supported by Parcility's Kennel package:

DepictionStackView (possible edge cases. see: Packix footer for "nested," landscape set to true)

DepictionAutoStackView (pretty close to a DepictionStackView tbh, but has one new property. extends?)

DepictionTabView (Tabs. Can be within other tabs, although this is rare.)

DepictionTableTextView

DepictionTableButtonView

DepictionMarkdownView (useRawHTML edge case. See: ShortLook's footer.)

DepictionLabelView (see: Packix; ignored by Saily)

DepictionScreenshotsView

DepictionSpacerView (a la <br>)

DepictionSeparatorView (a la <hr>)

DepictionHeaderView (bolded and big by default)

DepictionSubheaderView (unbolded and not as big by default)

DepictionButtonView (rare)

DepictionImageView (see: Sileo's depiction)

DepictionRatingView (see: YouRepo)

DepictionReviewView (almost never used)

DepictionWebView (for iframes. YouTube or Vimeo only.)

DepictionVideoView

DepictionAdmobView

Other edge cases (that even Sileo is messing up with):

  • Nested depictions with depiction-https:// scheme.
  • Form links (only used by Dynastic, but is not implemented yet if I recall) with form-https:// scheme.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment