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

Option to paste as base64 data instead #72

Open
madduck opened this issue Sep 2, 2023 · 0 comments
Open

Option to paste as base64 data instead #72

madduck opened this issue Sep 2, 2023 · 0 comments

Comments

@madduck
Copy link

madduck commented Sep 2, 2023

Rather than going via a temporary file, would it be possible to support base64-inline-encoding?

echo "\![Pasted image](data:type=image/png,$(xclip -selection clipboard -o -t image/png | base64 | tr -d '\n'))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant