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 option to insert images properly #10

Open
bviktor opened this issue Aug 31, 2018 · 0 comments
Open

Add option to insert images properly #10

bviktor opened this issue Aug 31, 2018 · 0 comments

Comments

@bviktor
Copy link

bviktor commented Aug 31, 2018

Currently this plugin doesn't change the way media is added, i.e. it's inserted into posts as <img src....

But Markdown syntax should be:

![](foobar.png)

Also, the way wordpress adds images is stupid, coz it includes the full URL, which will break if you ever change your domain name, and then you have to replace ALL image links in ALL posts. Instead, it should be like:

![](/wp-content/uploads/2018/08/Clipboard01-6.png)

This way the images will load properly, regardless of domain name and protocol (HTTP / HTTPS)

Please add this.

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

1 participant