Outerline 1.0-1141
Summary
Build 1141 is focused on link reliability, cross-document navigation, and iOS inspector polish. macOS gains a Settings > Advanced link validator that scans the current vault for broken document, folder, path, heading, line, annotation, and wiki links, with options to reveal each issue in place or copy a validation report. iOS cross-document jumps to headings, lines, and highlights now wait for the destination editor to finish loading before scrolling, jump animations are smoothed, highlight links retain nearby context and retry after metadata refreshes, and the iOS editor inspector adds Find & Replace, Copy Link and Remove Highlight context actions, Liquid Glass transient notices, and polished empty states. Across both platforms, deep-link routing, MCP link tools, link previews, and link/tag/wiki/validation parsing are unified through shared logic that consistently ignores Markdown code spans and fenced code blocks.
macOS
Link Validator
- Added a new Settings > Advanced link validator that scans the current vault for broken document, folder, path, heading, line, annotation, and wiki links.
- Added Reveal in place and Copy Validation Report actions for each issue.
- Updated the Advanced settings icon to match the new section.
Inspector & Link Previews
- Clarified Copy Link wording across inspector rows so it matches the iOS labels.
- Polished line link inspector rows so position-qualified link previews read more cleanly.
- Improved backlink and outgoing-link previews so Markdown links show both readable link text and destination context more accurately.
iOS
Cross-Document Jumps & Deep Links
- Fixed iOS deep links and inspector jumps so cross-document links to headings, lines, and highlights wait for the destination editor to finish loading before scrolling.
- Smoothed iOS jump animations after opening another document.
- Prevented position-qualified links from unexpectedly opening the keyboard on arrival.
- Made iOS highlight links more reliable after edits by storing nearby context with each highlight and retrying annotation jumps after metadata refreshes.
Editor Inspector
- Added iOS inspector context actions for highlights, including Copy Link and Remove Highlight.
- Added Find & Replace inside the iOS editor inspector, with persistent state across the editor session.
- Refined the iOS inspector search reveal so results are easier to scan.
- Polished iOS inspector empty states for clearer guidance when sections are empty.
- Switched iOS transient notices to use Liquid Glass for a lighter, more native look.
- Fixed iOS link inspector navigation previews so cross-document targets render the correct preview text.
Editor Polish
- Kept the final line of an iOS document scrollable above the bottom editor toolbar after the keyboard is dismissed.
- Fixed several Markdown protection edge cases around inline formatting and code spans.
Shared
Deep Links & Link Parsing
- Improved deep-link handling across macOS, iOS, and MCP so document, folder, path, wiki, heading, line, and highlight links resolve through the same shared logic.
- Consolidated link preview parsing and wiki-link target matching so macOS, iOS, MCP, and validation report the same destination labels and matches.
- Tightened wiki-link ambiguity handling so duplicate-name links resolve more predictably, and improved link validation performance on larger vaults.
- Updated link, tag, wiki-link, and validation parsing to ignore Markdown code spans and fenced code blocks more consistently, including multi-backtick inline code and stricter fenced-code closing.
MCP
- Improved MCP link tools and folder discovery so agents can resolve Outerline links, folders, paths, and ambiguous wiki-link matches more reliably.
Packaging & Tests
- Updated iOS and macOS project settings, schemes, and app bundle naming for the build 1141 packaging cleanup.
- Added broader shared test coverage for deep-link contracts, link health validation, wiki-link matching, Markdown link previews, iOS deep-link routing, and editor jump behavior.