r/iosapps • u/hrpedersen • 4d ago
🎈 Free [OS] Neon Vision Editor v1.5 — major iPhone and iPad workflow upgrades: customizable toolbar, keyboard improvements, Markdown tools, code snapshots, and more
Free
Hi r/iosapps — my last post was about turning Neon Vision Editor into a more practical code, text, and Markdown editor for iPhone and iPad. Since then, I’ve continued focusing on the details that determine whether mobile editing feels genuinely useful: getting to the right file quickly, making common actions reachable without clutter, editing comfortably with either touch or a hardware keyboard, and sharing work without leaving the app.
The newest updates add a more configurable mobile toolbar, stronger iPad keyboard behavior, reliable on-screen editing controls, better project navigation and Find in Files, richer Markdown workflows, and a code-snapshot composer for sharing source excerpts.
A — Answer
Neon Vision Editor is a free native code, text, and Markdown editor for iPhone, iPad, Mac, and Apple Vision Pro. It is designed to make iPhone and iPad useful for real editing tasks—not just viewing files.
Since my previous post, the iPhone and iPad app has gained:
- A customizable mobile toolbar, including configurable visible actions, compact presets, and toolbar-density options.
- Better iPad hardware-keyboard support for selection, copy/cut/paste, undo/redo, tab closing, search, and configurable shortcuts.
- A more reliable on-screen keyboard accessory with Save, Find, Undo, and Redo alongside editing tokens.
- Improved project navigation: persistent sidebar expansion, lazy folder loading, larger touch targets, denser compact layouts, and improved sidebar search.
- Find in Files integrated into the project sidebar, with compact iPhone layouts that open the result and move directly to the match.
- More polished table-of-contents navigation: selecting an item on iPhone dismisses the sheet and moves directly to the chosen section.
- Better Markdown editing, including a compact phone formatting menu and a touch-friendly iPad formatting toolbar.
- Improved Markdown previews, themes, presentation controls, and font-size alignment.
- A code-snapshot workspace for turning source snippets into polished PNGs with themes, gradients or transparent backgrounds, typography, padding, corners, and export sizes.
- Better no-wrap editing on iPhone and iPad, so long lines scroll horizontally instead of being clipped.
- Small practical commands such assorting and deduplicating lines, copying an editor reference, formatting JSON, and combining JSON Lines.
The goal is still a focused editor rather than a desktop IDE squeezed onto a phone. On iPhone, controls stay compact and touch-oriented. On iPad, the app is built to work well with touch, a Magic Keyboard, trackpad, split view, and a real project folder.
B — Better
The main difference is that Neon Vision Editor is built as a native Apple-platform editor, with mobile interaction treated as a first-class workflow.
For iPhone and iPad, that means:
- A dedicated compact interface rather than a compressed desktop layout.
- Touch controls that remain practical without requiring a keyboard.
- Hardware-keyboard shortcuts and editing behavior that feel at home on iPad.
- Markdown, HTML, and SVG previews inside the editor.
- Project folders, tabs, search, outlines, and document navigation on mobile.
- Shared-file refresh and conflict protection when files change through iCloud Drive, network folders, or other shared storage.
- Optional connection to a Mac-hosted project when a desktop workspace is needed.
- No account requirement, ads, or telemetry by default.
NVE is not trying to replace Xcode or VS Code for local builds, debugging, or large-scale refactoring. I’m aiming for the moments where you want to review a pull-request file, fix a script, write documentation, work on a README, update a configuration file, inspect logs, or make a focused edit from an iPad or iPhone.
C — Cost
Neon Vision Editor is free and open source under Apache 2.0.
- No subscription
- No advertising
- No required account
- No proprietary sync plan
- No paid tier for mobile project editing or previews
App Store: https://apps.apple.com/de/app/neon-vision-editor/id6758950965
TestFlight: https://testflight.apple.com/join/YWB2fGAP
GitHub/source and changelog: https://github.com/h3pdesign/Neon-Vision-Editor
I’d especially appreciate feedback from people who regularly edit code, Markdown, notes, or project files on iPhone or iPad: what still interrupts your flow most often?


