Skip to content

Commit

Permalink
fix: added documentation on weird behaviour in editing from the conso…
Browse files Browse the repository at this point in the history
…le and upload at the same time
  • Loading branch information
mvanholsteijn committed Aug 4, 2023
1 parent 539c9cf commit f8f6f2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ in your favorite editor and keeps all your blogs in git.
## caveats
- changing the slug may orphan images
- removing images from the markdown, will leave dangling images in Wordpress
- you cannot edit via WP and via the uploader, without confusing yourself

## required Wordpress Plugins

Expand All @@ -36,6 +37,12 @@ Note that the application password is different from the password you use to log

If the site is served through a CDN, you can also set the `api_host` which will be used as the hostname to invoke the WP REST API.

## Never touch the WP editor again

Once you start to manage your blogs via this uploader, *do not edit* the blog via one of the WP editors. The editors are weird,
because it appears to make a copy of the content on which you get a WYSIWIG viewer. Unfortunately, it does not detect changes
in the actual blog content. It will look like your uploaded changes are not applied (but they are).

## Using the image
To use the docker image, you have to login using a GitHub container registry access token:

Expand Down

0 comments on commit f8f6f2a

Please sign in to comment.