|
65 | 65 | - 16-color ANSI, iCE colors, real-time preview, color conflict resolution |
66 | 66 | - Custom XBIN color palette support and selection |
67 | 67 | - **Import/export:** |
68 | | - - ANSI, BIN, XBIN, NFO, UTF-8 TXT, PNG |
| 68 | + - ANSI, BIN, XBIN, NFO, DIZ, UTF-8 TXT, PNG |
69 | 69 | - **Canvas operations:** |
70 | | - - Undo/redo, resizing, font selection, and full SAUCE metadata support |
| 70 | + - Undo/redo, canvas resizing, font selection, and full SAUCE metadata support |
71 | 71 | - **Editor options:** |
72 | 72 | - Canvas zoom, light/dark mode, and grid overlay |
73 | 73 | - **Auto Save/Restore** |
|
88 | 88 |
|
89 | 89 | - `*.ans`: ANSI art |
90 | 90 | - `*.utf8.ans`: UTF-8 ANSI for terminals |
91 | | -- `*.bin`: DOS-era BIN |
92 | | -- `*.xbin`: Modern XBIN |
93 | | -- `*.nfo`: Scene/release NFO |
| 91 | +- `*.bin`: DOS-era binary format |
| 92 | +- `*.xb`: Modern XBIN |
| 93 | +- `*.nfo`: Scene/release format |
94 | 94 | - `*.diz`: FILE_ID.DIZ release files |
95 | 95 | - `*.txt`: ASCII or other plain text |
96 | 96 | - `*.png`: Image (export support only) |
97 | 97 |
|
98 | 98 | ## Project Documentation |
99 | 99 |
|
100 | | -- The [docs](docs/) folder of this repo contains the raw markdown documentation files as well as example artwork to view and play around with. |
101 | | -- The [wiki](https://github.com/xero/text0wnz/wiki) renders these files into easier to read webpages. The wiki also hosts the documentation images to keep the repo size more manageable. |
| 100 | +- **The [docs](docs/)** folder of this repo contains the raw markdown documentation files as well as example artwork to view and play around with. |
| 101 | +- **The [wiki](https://github.com/xero/text0wnz/wiki)** renders these files into easier to read webpages. The wiki also hosts the documentation images to keep the repo size more manageable. |
102 | 102 |
|
103 | 103 | **Application Guides** |
104 | 104 |
|
105 | 105 | - **[Editor Manual](docs/manual.md) - Visual guide to the Frontend application** |
106 | 106 | - [Key bindings](docs/manual.md#key-bindings-summary) - Hot keys reference guide |
107 | 107 | - [Collaboration Server](docs/collaboration-server.md) - Backend real-time collaboration server |
108 | 108 | - [Architecture](docs/architecture.md) - System architecture and design overview |
109 | | -- [PWA Install](docs/install-pwa.md) - Guide to installing the app on multiple platforms |
| 109 | +- [PWA Install](docs/install-pwa.md) - Guide to app installing and OS integration for multiple platforms |
110 | 110 | - [Privacy Policy](docs/privacy.md) - Privacy and data handling policy |
111 | 111 | - [Security Policy](docs/security.md) - Vulnerability reporting & threat modeling |
112 | 112 |
|
|
0 commit comments