We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
- For Text:
source
content_type
characters
words
copied
- For images:
dimensions
size
- For files:
path
filesize
- For links:
title
link
- For colors:
hexcode
rgba
hsl
- For code:
language
lines
The text was updated successfully, but these errors were encountered:
Some design concepts here how this could look.
Sorry, something went wrong.
0PandaDEV
Successfully merging a pull request may close this issue.
- For Text:
source
: Origin of the text contentcontent_type
: Identifies as text content typecharacters
: Total number of characters in textwords
: Total number of words in textcopied
: Timestamp when text was copied- For images:
source
: Origin of the imagecontent_type
: Identifies as image content typedimensions
: Image dimensions (width x height)size
: File size in bytescopied
: Timestamp when image was copied- For files:
source
: Origin of the filecontent_type
: Identifies as file content typepath
: File system pathfilesize
: Size of file in bytescopied
: Timestamp when file was copied- For links:
source
: Origin of the linkcontent_type
: Identifies as link content typetitle
: Title or description of the linklink
: The URLcharacters
: Length of the link textcopied
: Timestamp when link was copied- For colors:
source
: Origin of the colorcontent_type
: Identifies as color content typehexcode
: Color in hexadecimal formatrgba
: Color in RGBA formathsl
: Color in HSL formatcopied
: Timestamp when color was copied- For code:
source
: Origin of the codecontent_type
: Identifies as code content typelanguage
: Programming languagelines
: Number of lines of codecopied
: Timestamp when code was copiedThe text was updated successfully, but these errors were encountered: