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

Add support for images #1069

Closed
Bread7 opened this issue Dec 5, 2018 · 24 comments
Closed

Add support for images #1069

Bread7 opened this issue Dec 5, 2018 · 24 comments
Labels
feature request Request for a new feature

Comments

@Bread7
Copy link

Bread7 commented Dec 5, 2018

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 mirka changed the title photos Add support for images Dec 5, 2018
@mirka mirka added feature request Request for a new feature FAQ labels Dec 5, 2018
@mirka
Copy link
Member

mirka commented Dec 5, 2018

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
Copy link
Author

Bread7 commented Dec 5, 2018

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

@weyderfs
Copy link

News about this?

@sebastiankayser
Copy link

sebastiankayser commented Jun 14, 2019

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
Copy link

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
Copy link

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.

@bummytime bummytime added this to the Future milestone Jul 15, 2019
@jfaughnan
Copy link

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
Copy link

Another request for this in #2259880-zen

@theck13
Copy link
Contributor

theck13 commented Aug 14, 2019

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
Copy link
Contributor

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

@alokprasad
Copy link

any update on this ?

@belcherj
Copy link
Contributor

No update as of now.

@opdavies
Copy link

opdavies commented Jun 9, 2020

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
Copy link

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
Copy link

jpxsat commented Nov 19, 2020

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 _Simple_note; when this feature arrives, it will be more than welcome for us _simple_users 👍 Keep up the good work!

@alokprasad
Copy link

alokprasad commented Nov 19, 2020

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
Copy link

cpelley commented Dec 15, 2020

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).

@codebykat codebykat modified the milestones: Future, v1.0 Dec 23, 2020
@NightMachinery
Copy link

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

@nathancchu
Copy link

any updates on this?

@tomaskristoffeldm
Copy link

any update here?

@codebykat
Copy link
Member

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
Copy link

antaki93 commented May 14, 2023

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
Copy link

OracleJMT22 commented Nov 13, 2023

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
Copy link

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).

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

No branches or pull requests