Skip to content
New issue

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

Metadata/Information for items #5

Closed
32 tasks done
0PandaDEV opened this issue Jul 30, 2024 · 1 comment · Fixed by #20
Closed
32 tasks done

Metadata/Information for items #5

0PandaDEV opened this issue Jul 30, 2024 · 1 comment · Fixed by #20
Assignees
Labels
Feature A feature request Wanted A feature that is wanted by users.

Comments

@0PandaDEV
Copy link
Owner

0PandaDEV commented Jul 30, 2024

- For Text:

  • source: Origin of the text content
  • content_type: Identifies as text content type
  • characters: Total number of characters in text
  • words: Total number of words in text
  • copied: Timestamp when text was copied

- For images:

  • source: Origin of the image
  • content_type: Identifies as image content type
  • dimensions: Image dimensions (width x height)
  • size: File size in bytes
  • copied: Timestamp when image was copied

- For files:

  • source: Origin of the file
  • content_type: Identifies as file content type
  • path: File system path
  • filesize: Size of file in bytes
  • copied: Timestamp when file was copied

- For links:

  • source: Origin of the link
  • content_type: Identifies as link content type
  • title: Title or description of the link
  • link: The URL
  • characters: Length of the link text
  • copied: Timestamp when link was copied

- For colors:

  • source: Origin of the color
  • content_type: Identifies as color content type
  • hexcode: Color in hexadecimal format
  • rgba: Color in RGBA format
  • hsl: Color in HSL format
  • copied: Timestamp when color was copied

- For code:

  • source: Origin of the code
  • content_type: Identifies as code content type
  • language: Programming language
  • lines: Number of lines of code
  • copied: Timestamp when code was copied
@0PandaDEV 0PandaDEV added the Feature A feature request label Jul 30, 2024
@0PandaDEV 0PandaDEV self-assigned this Jul 30, 2024
@0PandaDEV 0PandaDEV added the Wanted A feature that is wanted by users. label Nov 24, 2024
@0PandaDEV
Copy link
Owner Author

Some design concepts here how this could look.

Image 1 Image 2

@0PandaDEV 0PandaDEV pinned this issue Dec 16, 2024
@0PandaDEV 0PandaDEV linked a pull request Dec 16, 2024 that will close this issue
2 tasks
@0PandaDEV 0PandaDEV changed the title Metadata for copied items Metadata/Information for items Dec 16, 2024
@0PandaDEV 0PandaDEV unpinned this issue Dec 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Feature A feature request Wanted A feature that is wanted by users.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant