We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5766752 commit 1b77468Copy full SHA for 1b77468
README.md
@@ -72,6 +72,12 @@ Clone the repository or download a release then open `editor.html`
72
73
Because of browser iframe security you need to use a webserver such as apache/xampp and open `http://localhost/editor.html`
74
75
+To disable browser security and open `editor.html` without installing a webserver run chrome with
76
+
77
+```bash
78
+chrome --disable-web-security --user-data-dir=/tmp/temporary_profile editor.html
79
+```
80
81
To use the image upload or page save feature you need to have php installed.
82
83
0 commit comments