Automattic / simplenote-electron

Simplenote for Web, Windows, and Linux
https://app.simplenote.com
GNU General Public License v2.0
4.8k stars 558 forks source link

Add support for images #1069

Closed Bread7 closed 4 years ago

Bread7 commented 5 years ago

OS version

Screenshot / Video

-->

Hi, sorry for my poor formatting or wording as I am relatively new to Github and its operations. I have a feature request I want for Simplenote. Whenever I add a photo/image into Simplenote, the image will have to be in my local computer because the path of the image is set to a directory in my local computer and when viewing on any other platforms, the image will not be displayed. Hence, I have a suggestion to make which is possibly to have a database where we can upload our images and use that database to set our path to image. This way when we view our notes from different platforms, we are able to see the picture. Sorry if this is a duplicated issue if there is and thank you for making this beautiful application. Thanks!

mirka commented 5 years ago

Thanks for posting the request! This is a highly requested feature, and while we have no immediate timeline, it is something we are considering.

Related: #570

Bread7 commented 5 years ago

Alright, that is nice to hear from you. Thank you!

weyderfs commented 5 years ago

News about this?

sebastiankayser commented 5 years ago

I am currently using Google Tasks to keep track of things. Because they don't support images I was looking for an alternative and came across Simple Note. A news item said that it would support images.

The current approach however seems to be very clunky. I tried embedding an image URL via the

![alt](https://example.com/path/to/image)

syntax, but this didn't work.

For now, I have found a related thread over at reddit.com where they suggest some alternatives.

https://www.reddit.com/r/productivity/comments/6cibcb/looking_for_a_simple_note_keeping_software_with/

People looking for a simple approach to embedding images might want to look there.

sebastiankayser commented 5 years ago

To spare others the search for a task keeping software with image support. There are many simple task management tools and I agree with the developers that adding image support might lead them astray.

An excellent, free, feature-rich, and easy to use solution with image support is Microsoft OneNote. They have a web frontend and mobile apps.

https://www.onenote.com/

It takes maybe 15 minutes to get used to their interface, but then it's a breeze. I can only recommend it!

bkielbasa commented 5 years ago

I'd love to see this feature. I very often copy&paste images into my notes and lack of this functionality makes simplenote not usable for me, too.

jfaughnan commented 5 years ago

I respect how challenging this would be to do well. I still use nvAlt for example and love having my notes in a spotlight indexed plaintext file on my Mac.

There are times though ... I would love to see image support if it could be done using something like markdown with images stored separately from plaintext so that plaintext compatibility were maintained. (Hint: App requirement). Of course that makes it easier to break image embedding, but I'd take those odds.

ChrissiePollock commented 5 years ago

Another request for this in #2259880-zen

theck13 commented 5 years ago

Using insecure images in notes causes some browsers to show messages about an insecure connection. See the screenshot from Firefox below for illustration.

insecure

Looking at the developer console, the insecure images are listed. In the example above, replacing the http://i.imgur.com/EDDSxZK.jpg URL with https://camo.githubusercontent.com/1e30fd9d766d8b6374a9d004a44bb74cb7e04ace/687474703a2f2f692e696d6775722e636f6d2f5075667a6759582e6a7067 resolved the connection message.

belcherj commented 4 years ago

Thanks! I’ve added this to our feature requests! We no details on when this could or will be implemented.

alokprasad commented 4 years ago

any update on this ?

belcherj commented 4 years ago

No update as of now.

opdavies commented 4 years ago

This is unfortunate. I'd switched from Bear on macOS to Simplenote as I use a mixture of macOS and Linux now, and a lack of support for images is a big blocker for me.

Richard-Lance commented 4 years ago

It is a pain, I moved back to Simplenote from Mac Notes so that I have a cross-platform product to include Ubuntu. My work-around is to add the Dropbox link for an image to Simplenote. So clicking on the note, takes me to the image.

jpxsat commented 3 years ago

Hi. Just wanted to say "thank you", this is a very good and simple program for notes, cross-platform which is absolutely great. I add to this request, but I do feel that in any case it should not be a show-stopper for using _Simplenote; when this feature arrives, it will be more than welcome for us simple_users 👍 Keep up the good work!

alokprasad commented 3 years ago

I guess Top features are:

  1. Pasting Images
  2. Code Pasting
  3. Easy PDF export 4.two location for saving contents(if one deleted other can be used)
cpelley commented 3 years ago

Assuming that publishing the image elsewhere isn't an option/desirable (google drive, github via ghpages, gitlab pages etc.), one ~workaround is to encode your images to base64 and include them in your notes that way.

imagemagick (linux) will do this encoding for you or otherwise there are plenty of online converters available (example: https://base64.guru/converter/encode/image)

<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZA..."/>

This has the drawback that adding a pretty long URI gets in a way of your notes... also this doesn't work in the simplenote client (android).

NightMachinery commented 3 years ago

Pasting images and being able to resize with the mouse is critical to a screenshot note-taking approach.

nathancchu commented 2 years ago

any updates on this?

tomaskristoffeldm commented 2 years ago

any update here?

codebykat commented 2 years ago

Hi folks, any updates would be posted here, as well as on the Simplenote blog. As we've said, it's an oft-requested feature, but not on our immediate roadmap. There are both technical and non-technical complexities (read: content moderation) to allowing image uploads to our servers.

As a workaround, you may upload an image to any other service that provides a public link, and embed it within a note using Markdown syntax.

antaki93 commented 1 year ago

To add an image to a Simplenote note, you need:

  1. Add to your note a line like ![](https://example.com/your/image/address).
  2. In the Actions menu select Markdown checkbox.
  3. Click the Preview button to see result.

(I use IPFS to store images. You can install desktop client and add any files to the distributed storage. All your links will look like https://ipfs.io/ipfs/hash-of-your-image-file).

OracleJMT22 commented 11 months ago

Get your butts together, or I will just fork Simplenote with another branding and name, with the feature build in, or make others do it. Can't be that hard, guys, c'mon.

bagustris commented 8 months ago

To use internal image (instead of an image from the internet), you could use the following format,

![Alt text](file:///your-image-absolute-path)

Example:

![]file:///home/bta/Dropbox/simplenote-images/consistency.jpeg

Notice the file:///xxx format instead of the original image path (the format in which a browser opened the image). This only works locally (no image in Android version).

@ I suggest this feature exists on the future paid version of Simplenote.

aemxn commented 2 months ago

Bump. Need this feature. Make use of Markdown feature of formatting images, SimpleNote just have to display it, not storing anything.