mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
docs: simplify platform matrix to shared features and key differences
This commit is contained in:
parent
ce03ebcf6d
commit
d6155010ac
2 changed files with 18 additions and 13 deletions
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 470;
|
||||
CURRENT_PROJECT_VERSION = 471;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 470;
|
||||
CURRENT_PROJECT_VERSION = 471;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
27
README.md
27
README.md
|
|
@ -314,20 +314,25 @@ flowchart LR
|
|||
|
||||
## Platform Matrix
|
||||
|
||||
Availability legend: `Full` = complete support, `Partial` = available with platform constraints, `No` = currently unavailable.
|
||||
Most editor features are shared across macOS, iOS, and iPadOS.
|
||||
|
||||
### Shared Across All Platforms
|
||||
|
||||
- Fast text editing with syntax highlighting.
|
||||
- Markdown preview templates (Default, Docs, Article, Compact).
|
||||
- Project sidebar with supported-files filter.
|
||||
- Unsupported-file safety alerts.
|
||||
- SVG (`.svg`) support via XML mode.
|
||||
- Close All Tabs with confirmation.
|
||||
- Bracket helper and grouped Settings cards.
|
||||
|
||||
### Platform-Specific Differences
|
||||
|
||||
| Capability | macOS | iOS | iPadOS | Notes |
|
||||
|---|---|---|---|---|
|
||||
| Fast text editing + syntax highlighting | Full | Full | Full | Optimized for regular and large files. |
|
||||
| Markdown preview templates | Full | Full | Full | Presets: Default, Docs, Article, Compact; iPhone uses bottom-sheet preview. |
|
||||
| Project sidebar | Full | Full | Full | Folder tree + nested structure rendering. |
|
||||
| Supported-files filter in project sidebar | Full | Full | Full | Toggle to show only supported files (default on). |
|
||||
| Unsupported-file safety alerts | Full | Full | Full | Open/import unsupported files is blocked with user alert (no crash). |
|
||||
| SVG file support (`.svg`) | Full | Full | Full | Opened as XML syntax-highlighted text. |
|
||||
| Close All Tabs with confirmation | Full | Full | Full | Confirmation guard before bulk close action. |
|
||||
| Quick Open (`Cmd+P`) | Full | Partial | Full | iOS requires hardware keyboard for shortcut use. |
|
||||
| Bracket helper | Full | Full | Full | macOS: toolbar helper, iOS/iPadOS: keyboard snippet bar. |
|
||||
| Settings tabs + grouped cards | Full | Full | Full | Localized UI with grouped preference cards. |
|
||||
| Quick Open (`Cmd+P`) | Full | Limited | Full | iOS requires a hardware keyboard for shortcut-driven flow. |
|
||||
| Bracket helper presentation | Toolbar helper | Keyboard bar | Keyboard bar | Functionality is equivalent; UI surface differs by platform. |
|
||||
| Markdown preview interaction | Inline/editor layouts | Bottom-sheet on iPhone | Inline/editor layouts | Preview behavior adapts to screen size and interaction model. |
|
||||
|
||||
## Trust & Reliability Signals
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue