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

Ability to paste screenshot in markdown text #85

Open
spartan4cs opened this issue Jun 14, 2022 · 1 comment
Open

Ability to paste screenshot in markdown text #85

spartan4cs opened this issue Jun 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@spartan4cs
Copy link

spartan4cs commented Jun 14, 2022

Is your feature request related to a problem? Please describe.
I'm always frustrated when i want to take the screenshot and paste in markdown

Describe the solution you'd like
A clear and concise description of what you want to happen.
i want to take the screenshot and paste in markdown
when i paste, it should create asset folder and upload that screenshot with some name and
it should use same below syntax but the url should be pointing to uploaded image
![image](url)

For more, just try to take screenshot and paste in this github markdown comment thread

@spartan4cs spartan4cs added the enhancement New feature or request label Jun 14, 2022
@fduschka
Copy link
Contributor

A private Note Repository would lead to the image not being able to load because GitHub would return 401!

Technically, this could be fixed by adding a route for assets which downloads the images using the auth token and then serves them to the editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants