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

Pictures? #570

Closed
maanemann opened this issue Jun 12, 2017 · 8 comments
Closed

Pictures? #570

maanemann opened this issue Jun 12, 2017 · 8 comments
Labels
feature request Request for a new feature

Comments

@maanemann
Copy link

maanemann commented Jun 12, 2017

I'm very puzzled right now. Both the iOS and the Mac app store screenshots for Simplenote have been updated to now show an example of a nice, big picture, which is what I've been hoping to see, so I'm excited about this. However, there is no option to actually do so in the app, or if there is it's really well hidden. What's going on? If I'm missing something obvious I apologise.

Kindly, Hans

@maanemann
Copy link
Author

maanemann commented Jun 12, 2017

Alright, I found my answer in the Twitter comments. You have to write the image source in markdown like so: ! [title] (source) (without the spaces). Gotta be honest, that's not simple enough for me, especially not the times when using a touch keyboard. Also the image has to be online, so I'd have to upload my photos before being able to attach them. I'll wait for the friendly button before considering Simplenote again. Sorry...

@dmsnell
Copy link
Contributor

dmsnell commented Jun 12, 2017

Thanks for your feedback @maanemann!

There is no way in Simplenote to upload images as you discovered. The format you found for pulling in an image is standard in the Markdown family of formats and that's why this is the way we do it there in Simplenote.

It has been discussed and debated how best to incorporate something like image uploads but we just don't have a clear path forward for that in the app. We hope you are able to find it useful anyway!

@dmsnell dmsnell closed this as completed Jun 12, 2017
@dmsnell dmsnell added the feature request Request for a new feature label Jun 12, 2017
@el-dot
Copy link

el-dot commented Sep 6, 2017

Sorry for "reopen", but how about adding some external service for this (gdrive or imgur like)?
Or maybe adding ability to write simple plugins, that would allow anybody interested to add this feature (without getting deep into app code).

@dmsnell
Copy link
Contributor

dmsnell commented Sep 6, 2017

@Krzychek we have explored this idea but haven't been able to get it all together as quickly as everyone wants and hopes. I'm not sure what exactly you are proposing that would allow for people to add this feature without getting deep into the app code.

Are you offering to write some plugins?

@el-dot
Copy link

el-dot commented Sep 6, 2017

In near feature (like 2 months) I could write plugin, unfortunately for now I don't have much free time.
Anyway without a simple plugin hook I (and anybody else) would need much more time to spend on it.

I imagine simple API like:

interface Plugin {
    addActionButton(opts: {
        name: string | ActionEnum,
        icon: string | BaseIconEnum,
        type?: string | ActionEnum,
        onClick: Function
    }): void | Promise
}

@dmsnell
Copy link
Contributor

dmsnell commented Sep 6, 2017

@Krzychek I don't see us having any kind of plugin API available anytime soon. We would need to make sure it's available in all of the five different platforms (Android, Electron, iOS, macOS, and web) and also keeps to the mission of being simple.

I don't think that addActionButton would be the hard part either: more difficult would be the onClick action.

@sevku
Copy link

sevku commented Dec 6, 2017

Having to switch to another program because of this issue. Maybe it'll get fixed in the future. Simplenote would e awesome.

@cryarchy
Copy link

A means to get images from a folder on your local machine to Simplenote without having to use some external service (besides a localtunnel server, that is. ;-)). I am leaving it here for those who do not mind the hassle. I also do not think it is practical for mobile users.

Prerequisites

Procedure

Open a command prompt or terminal in the folder containing your image. Start a local static files server by typing in the command static-server . into the terminal and pressing enter. Make the server available on the internet by typing in the command lt -p SERVER_PORT into the terminal and pressing enter. SERVER_PORT is the port on which the local static files server is running. You can then insert your images using the ![title](source) markdown syntax where source is your localtunnel url e.g. https://average-goat-85.localtunnel.me and the path to your image from your local folder.

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

5 participants