mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-05 12:57:25 +02:00
app -> create
This commit is contained in:
@@ -8,7 +8,7 @@ Web Maker is available as a Web app and a Chrome extension. Web app is recommend
|
||||
|
||||
**Web app**
|
||||
|
||||
The web app requires no installation. Just [goto the app url](/app/). Once you open the app, it is available for offline use in future.
|
||||
The web app requires no installation. Just [goto the app url](/create/). Once you open the app, it is available for offline use in future.
|
||||
|
||||
**Chrome extension**
|
||||
|
||||
@@ -20,7 +20,7 @@ Here is the link to the Chrome extension 👉 [Chrome Web Store](https://chrome.
|
||||
|
||||
**Web app**
|
||||
|
||||
As mentioned, the Web app can be simply opened by visiting [https://webmaker.app/app/](/app/).
|
||||
As mentioned, the Web app can be simply opened by visiting [https://webmaker.app/create/](/create/).
|
||||
|
||||
**Chrome extension**
|
||||
|
||||
|
@@ -9,13 +9,13 @@ At rare times, you might find yourself in a situation where you are not able to
|
||||
Say, you want to turn off `autoPreview` (which runs your code automatically on fresh launch and then on subsequent changes). You can do so by opening the following URL:
|
||||
|
||||
```
|
||||
https://webmaker.app/app?settings=autoPreview:false
|
||||
https://webmaker.app/create?settings=autoPreview:false
|
||||
```
|
||||
|
||||
Say, you want to turn off monaco editor also:
|
||||
|
||||
```
|
||||
https://webmaker.app/app?settings=autoPreview:false,isMonacoEditorOn:false
|
||||
https://webmaker.app/create?settings=autoPreview:false,isMonacoEditorOn:false
|
||||
```
|
||||
|
||||
**Note**: Currently overrides work only for `autoPreview` and `isMonacoEditorOn` options. More coming soon.
|
||||
|
Reference in New Issue
Block a user