# Editor
Code editor is available after uploading a landing page.
After pressing the button, it will show the editor:
# Create file
Type file path and name. You can create file with extensions:
.html
.php
.css
.js
.txt
# Save
Saves all the changes.
# Delete
Deletes the file.
# Search
Press both CTRL
and F
.
All
- highlights all..*
- regular expression.Aa
- case sensitive.\b
- search only the whole words.S
- search in selection.
# Replace
Press CTRL
+ CMD
+ F
(macOS) or CTRL
+ WIN
+ F
(Windows).
Replace
- replace next.All
- replaces all..*
- regular expression.Aa
- case sensitive.\b
- search only the whole words.S
- search in selection.