Skip to content

add temporary workaround to overwrite_note

Mirko Dransfeld requested to merge hedgedoc into main

work around the fact that hedgedoc v1 api does not support modifying existing nodes.

Uses Selenium to simulate a browser and input text that way.

Requires running a firefox instance using selenium grid (docker image selenium/firefox-standalone)

Introduces the following mandatory newenvironment variable:

FIREFOX_HOST_URL - the url with which the selenium service can be accessed

Merge request reports