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

Custom Image uploader and right click to insert image #2581

Closed
CesarPazzi opened this issue May 14, 2021 · 3 comments
Closed

Custom Image uploader and right click to insert image #2581

CesarPazzi opened this issue May 14, 2021 · 3 comments

Comments

@CesarPazzi
Copy link

Custom Image uploader

Put a field for a command to execute when inserting an image.
For example, inserting image1.jpg will execute a custom command and the file will serve as an argument to take from the custom command previously specified.

For example:
When image1.jpg was inserted, the following command will be executed:
python.exe .\MyCustomUploader.py 'image1.jpg'
image1.jpg will serve as an argument for the script and will return:
https://myimageserver.com/path_to_uploaded_image.jpg <-- and this will be inserted in the editor

Also, the option to insert an image from the right click menu.

What problem does this feature solve? [optional]

Devs will make more options for uploading to different services and not getting stuck with 2 options.

Additional context [optional]

I know I'm comparing to Typora but these are cool features to have along with publishing to platforms like blogger, wordpress or a custom platform like Hive.

marktext1
marktext2
marktext3

@jonejkim
Copy link

jonejkim commented Aug 16, 2021

I second this. I am currently still using Typora, but would always like to switch to opensource markdown editor if possible at some point. Typora does not by default ship with image uploader but allows you to bring your own as long as the command call complies to its requirements.

Here is my repository of example on how I have DIY-ed my own local server image uploader for Typora (coded for POSIX compliant systems & tested only on Manjaro/Arch Linux).

@YalandHong
Copy link

For custom image uploader, please track #2100 and #2776.

@fxha
Copy link
Contributor

fxha commented Jan 11, 2022

This feature was implemented in #2100.

@fxha fxha closed this as completed Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants