From 50e2fe24ea48215645b3c9e2ca65493b1e5bc7a2 Mon Sep 17 00:00:00 2001 From: h3p Date: Tue, 10 Mar 2026 12:08:25 +0100 Subject: [PATCH] docs(readme): render platform pills reliably and unify shortcuts table --- Neon Vision Editor.xcodeproj/project.pbxproj | 4 +- README.md | 144 +++++-------------- 2 files changed, 36 insertions(+), 112 deletions(-) diff --git a/Neon Vision Editor.xcodeproj/project.pbxproj b/Neon Vision Editor.xcodeproj/project.pbxproj index fd10e9c..5816715 100644 --- a/Neon Vision Editor.xcodeproj/project.pbxproj +++ b/Neon Vision Editor.xcodeproj/project.pbxproj @@ -361,7 +361,7 @@ CODE_SIGNING_ALLOWED = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 477; + CURRENT_PROJECT_VERSION = 478; 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 = 477; + CURRENT_PROJECT_VERSION = 478; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES; diff --git a/README.md b/README.md index 10979ad..fcf4c07 100644 --- a/README.md +++ b/README.md @@ -90,17 +90,17 @@ - Stable + Stable Direct notarized builds and fastest stable updates GitHub Releases - Store + Store Apple-managed install/update flow App Store - Beta + Beta Early testing of upcoming changes TestFlight @@ -344,9 +344,9 @@ Most editor features are shared across macOS, iOS, and iPadOS. | Capability | macOS | iOS | iPadOS | Notes | |---|---|---|---|---| -| 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 | Bottom-sheet | Inline/editor | Preview behavior adapts to screen size and interaction model. | +| Quick Open (`Cmd+P`) | ![Full](https://img.shields.io/badge/Full-22C55E?style=flat-square) | ![Limited](https://img.shields.io/badge/Limited-F59E0B?style=flat-square) | ![Full](https://img.shields.io/badge/Full-22C55E?style=flat-square) | iOS requires a hardware keyboard for shortcut-driven flow. | +| Bracket helper presentation | ![Toolbar helper](https://img.shields.io/badge/Toolbar_helper-0A84FF?style=flat-square) | ![Keyboard bar](https://img.shields.io/badge/Keyboard_bar-7C3AED?style=flat-square) | ![Keyboard bar](https://img.shields.io/badge/Keyboard_bar-7C3AED?style=flat-square) | Functionality is equivalent; UI surface differs by platform. | +| Markdown preview interaction | ![Inline editor](https://img.shields.io/badge/Inline_editor-0891B2?style=flat-square) | ![Bottom sheet](https://img.shields.io/badge/Bottom_sheet-DB2777?style=flat-square) | ![Inline editor](https://img.shields.io/badge/Inline_editor-0891B2?style=flat-square) | Preview behavior adapts to screen size and interaction model. | ## Trust & Reliability Signals @@ -479,111 +479,35 @@ Most editor features are shared across macOS, iOS, and iPadOS. All shortcuts use `Cmd` (`⌘`). iPad/iOS require a hardware keyboard. -

- All - macOS -

+![All](https://img.shields.io/badge/All-22C55E?style=flat-square) ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) - - - - - - - - - - - - - -
- File - - - - - - - - - - - - - - -
ShortcutActionPlatforms
Cmd+NNew WindowmacOS
Cmd+TNew TabAll
Cmd+OOpen FileAll
Cmd+Shift+OOpen FoldermacOS
Cmd+SSaveAll
Cmd+Shift+SSave As…All
Cmd+WClose TabmacOS
-
- Edit - - - - - - - - - - - - - - -
ShortcutActionPlatforms
Cmd+XCutAll
Cmd+CCopyAll
Cmd+VPasteAll
Cmd+ASelect AllAll
Cmd+ZUndoAll
Cmd+Shift+ZRedoAll
Cmd+DAdd Next MatchmacOS
-
- View - - - - - - - - - - -
ShortcutActionPlatforms
Cmd+Option+SToggle SidebarAll
Cmd+Shift+DBrain Dump ModemacOS
-
- Find - - - - - - - - - - -
ShortcutActionPlatforms
Cmd+FFind & ReplaceAll
Cmd+GFind NextmacOS
Cmd+Shift+FFind in FilesmacOS
-
- Editor - - - - - - - - - - -
ShortcutActionPlatforms
Cmd+PQuick OpenmacOS
Cmd+DAdd next matchmacOS
Cmd+Shift+VToggle Vim ModemacOS
-
- Tools + Diag - - - - - - - - - - -
ShortcutActionPlatforms
Cmd+Shift+GSuggest CodemacOS
Cmd+Shift+LAI Activity LogmacOS
Cmd+Shift+UInspect Whitespace at CaretmacOS
-
+| Category | Shortcut | Action | Platforms | +|---|---|---|---| +| File | `Cmd+N` | New Window | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| File | `Cmd+T` | New Tab | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| File | `Cmd+O` | Open File | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| File | `Cmd+Shift+O` | Open Folder | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| File | `Cmd+S` | Save | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| File | `Cmd+Shift+S` | Save As… | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| File | `Cmd+W` | Close Tab | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Edit | `Cmd+X` | Cut | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| Edit | `Cmd+C` | Copy | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| Edit | `Cmd+V` | Paste | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| Edit | `Cmd+A` | Select All | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| Edit | `Cmd+Z` | Undo | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| Edit | `Cmd+Shift+Z` | Redo | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| Edit | `Cmd+D` | Add Next Match | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| View | `Cmd+Option+S` | Toggle Sidebar | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| View | `Cmd+Shift+D` | Brain Dump Mode | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Find | `Cmd+F` | Find & Replace | ![All](https://img.shields.io/badge/All-22C55E?style=flat-square) | +| Find | `Cmd+G` | Find Next | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Find | `Cmd+Shift+F` | Find in Files | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Editor | `Cmd+P` | Quick Open | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Editor | `Cmd+D` | Add next match | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Editor | `Cmd+Shift+V` | Toggle Vim Mode | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Tools | `Cmd+Shift+G` | Suggest Code | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Diag | `Cmd+Shift+L` | AI Activity Log | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | +| Diag | `Cmd+Shift+U` | Inspect Whitespace at Caret | ![macOS](https://img.shields.io/badge/macOS-0A84FF?style=flat-square) | ## Changelog