Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Examples/standard_shell_script_examples.zip
Binary file not shown.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ MDX is treated as Markdown-like source. EXT does not execute imports, exports, J
- Do not execute, source, lint, format, or run shell scripts.
- Use viewport-bounded highlighting for large structured/source files where needed.

### Terminal

- Open an integrated terminal directly in the workspace.
- Seamlessly matches EXT themes.
- Optionally syncs the terminal directory to the active file's parent folder.
- Toggle visibility quickly with `Ctrl`/`Cmd` + `` ` ``.

### File actions

- Create files and folders.
Expand Down Expand Up @@ -128,7 +135,6 @@ EXT is not:
- a hosted vault
- a collaboration suite
- a WYSIWYG editor
- a terminal
- a Git client
- an IDE
- a publishing system
Expand All @@ -137,11 +143,15 @@ It is a local workspace and editor for common project/doc files.

## Demo

![EXT Demo Part 1](./public/demo-example/demo_part1.gif)
![EXT Demo Part 2](./public/demo-example/demo_part2.gif)
![EXT Demo Part 3](./public/demo-example/demo_part3.gif)
![EXT Demo Part 4](./public/demo-example/demo_part4.gif)
![EXT Demo Part 5](./public/demo-example/demo_part5.gif)
![EXT Demo Part 1](./public/demo-example/ext_demo_1.gif)
![EXT Demo Part 2](./public/demo-example/ext_demo_2.gif)
![EXT Demo Part 3](./public/demo-example/ext_demo_3.gif)
![EXT Demo Part 4](./public/demo-example/ext_demo_4.gif)
![EXT Demo Part 5](./public/demo-example/ext_demo_5.gif)
![EXT Demo Part 6](./public/demo-example/ext_demo_6.gif)
![EXT Demo Part 7](./public/demo-example/ext_demo_7.gif)
![EXT Demo Part 8](./public/demo-example/ext_demo_8.gif)
![EXT Demo Part 9](./public/demo-example/ext_demo_9.gif)

Demo media lives in the repository for README and development use. Production builds strip demo media and development examples from packaged apps.

Expand Down Expand Up @@ -171,6 +181,7 @@ On macOS, use `Cmd` where the table says `Ctrl`/`Cmd`.
| `Ctrl`/`Cmd` + `P` | Focus global file search / quick open |
| `Ctrl`/`Cmd` + `F` | Open find and replace |
| `Ctrl`/`Cmd` + `B` | Toggle the sidebar |
| `Ctrl`/`Cmd` + `` ` `` | Toggle the terminal panel |
| `Ctrl`/`Cmd` + `1` | Focus the editor |
| `Ctrl`/`Cmd` + `2` | Focus the preview / split area |
| `Ctrl`/`Cmd` + `Tab` | Switch to the next tab |
Expand Down
Loading
Loading