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

Allow user pastes images from clipboard #286

Closed
pcwu opened this issue Feb 12, 2017 · 14 comments
Closed

Allow user pastes images from clipboard #286

pcwu opened this issue Feb 12, 2017 · 14 comments
Labels
feature request 🌟 Issue is a new feature request.

Comments

@pcwu
Copy link

pcwu commented Feb 12, 2017

Hey guys! Boostnode is really awesome!

I wish a new useful feature:

When paste image to markdown ,can make a directory name "assets" and paste the image as a png file in this image ,then will insert a relative image url

like this:

Atom package: markdown-image-helper

@kazup01
Copy link
Member

kazup01 commented Feb 13, 2017

Oh right! That sounds good.
What do you think about it? @asmsuechan

@kazup01 kazup01 added discussion 💬 Issue concerns a discussion. feature request 🌟 Issue is a new feature request. labels Feb 13, 2017
@asmsuechan
Copy link
Contributor

Hi @pcwu, is it for prevention of broken link? If it's true, I'll try to ensure that create a directory into boostnote storage like '~/boostnote/images' and images are thrown into it on paste. Does this suit your needs?

@pcwu
Copy link
Author

pcwu commented Feb 14, 2017

Hello @asmsuechan, it sounds great! Thanks!

I think relative path is better. It might sync-up in different device with different absolute path in the future.

Maybe 'images' dir is beside 'notes' dir and the insert link is like /![]/(images/xxx.png)

@asmsuechan
Copy link
Contributor

@pcwu, I understand what you want. It's for transplantable. I feel it's so good interface. Nice suggestion!

@th-lange
Copy link

th-lange commented Jun 2, 2017

yeah relative paths in general would be great (for sync)

especially, as the markdown viewer does not seem to pick up on OS specific "shortcuts" like ~ or ..
So this does not work on macOS, as it searches in the Applications Folder, which it assumes to be the Web Root

![Cap-theorem](~/Desktop/someImage.png)
![Cap-theorem](../assets/someImage.png)

Error

Failed to load resource: net::ERR_FILE_NOT_FOUND
file:///Applications/Boostnote.app/Contents/Resources/app/media/365505812.png 

Put it in a fixed location besides the notes folder sounds great (under whatever name).

BTW: I ❤️ your application

@evmin
Copy link

evmin commented Jul 7, 2017

+1
The app is great.

  • Vim mode
  • Night mode
  • Great edit/preview switch
  • Markdown

Next step is easier image paste functionality and probably search within the notes!

@kazup01
Copy link
Member

kazup01 commented Jul 31, 2017

How about this? #730

FYI @evmin, added context search box at v0.8.12👍 #696

@asmsuechan
Copy link
Contributor

It's been a while, but I'm working on this request now.
ref: #818

@kazup01
Copy link
Member

kazup01 commented Aug 19, 2017

👍👍👍👍

@kazup01
Copy link
Member

kazup01 commented Nov 6, 2017

Thank you for you guys discussion and support.

@kazup01 kazup01 closed this as completed Nov 6, 2017
@loggerhead
Copy link

Is this issue solved? I find that 0.11.2 on windows 10 x64 still can't paste image from clipboard.

@iax7
Copy link

iax7 commented Dec 27, 2018

it does, just use CMD + SHIFT + V

Check Paste Smartly
image

@ijoseph
Copy link

ijoseph commented Jun 2, 2020

Can't find this on the new version of the app, sadly.

@Flexo013
Copy link
Contributor

Flexo013 commented Jun 4, 2020

@ijoseph There is a different repo for the new app in case you want to post a new issue.

@pcwu pcwu changed the title Can Paste image from clipboard Allow user pastes images from clipboard Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 🌟 Issue is a new feature request.
Projects
None yet
Development

No branches or pull requests

9 participants