Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support all pasteboard types #2

Open
Helloyunho opened this issue Jul 23, 2020 · 2 comments
Open

Support all pasteboard types #2

Helloyunho opened this issue Jul 23, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Helloyunho
Copy link
Owner

This program currently supports only String type snippets. That means it cannot save anything that cannot be converted to String.

@Helloyunho Helloyunho added the help wanted Extra attention is needed label Jul 23, 2020
@Helloyunho Helloyunho pinned this issue Jul 23, 2020
@Helloyunho
Copy link
Owner Author

I forgot to say but now it can at least save snippet that isn't a string-convertable type! Still no previews :(

@Helloyunho
Copy link
Owner Author

Helloyunho commented Mar 21, 2021

Currently supported types:

  • URL
  • color
  • fileContents

From Apple:
In macOS 10.6 and later, you should use the UTI of a file to represent its contents instead.

  • fileURL
  • findPanelSearchOptions
  • font
  • html
  • multipleTextSelection
  • pdf
  • png
  • rtf
  • rtfd
  • ruler
  • sound
  • string
  • tabularText
  • textFinderOptions
  • tiff

@Helloyunho Helloyunho added the enhancement New feature or request label Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant