Outerline 1.0-1130

Summary

Build 1130 is a large update spanning iOS and macOS. It ships the iOS editor inspector with a full Links tab — grouped sections for Links in Document, Links to Document, and External Links — and a Markup tab Highlights section with color dots, two-line previews, timestamps, and tap-to-jump. The macOS and iOS link panels are brought to visual parity, and macOS Links inspector section headers gain collapsible Hide/Show controls. Recently Deleted restore is replaced on both platforms with Move To anywhere in the library, including drag-to-folder on macOS. The macOS View menu gains Collapse All Folders, Expand All Folders, and consolidated sort direction controls, the inspector header is redesigned to surface the active document title, and a batch of link navigation, row selection, Copy Link to Line accuracy, and Dock window-reopen bugs are fixed.

macOS

Inspector

  • Updated the macOS inspector header to show the active document title across the top with the close button, matching the iOS inspector pattern.
  • Moved macOS inspector labels below the segmented control, including Contents, Markup, and Find & Replace.
  • Simplified macOS Markup so Highlights with the count is the primary inspector headline.

Links Panel

  • Brought the macOS Links panel into visual parity with iOS for row metadata, icons, and heading labels.
  • Added hover-only Hide/Show controls to the macOS Links inspector section headers so Links in Document, Links to Document, and External Links can be collapsed independently.
  • Adopted the shared link indexer so wiki links, deep links, backlinks, and external links resolve consistently with iOS.
  • Added live link refresh from unsaved editor content.
  • Added native row styling for link groups, including folder metadata, unresolved outbound state, and external URL rows.
  • Added position-aware link display for highlights, line links, and heading links with matching icons.
  • Updated heading link labels to show the heading title without the section symbol.
  • Fixed heading link navigation by including precise line data in copied section links while keeping the heading label for display.

Recently Deleted: Move Actions

  • Replaced Recently Deleted restore actions with Move actions — deleted documents now move into any selected library folder instead of relying on tracked original paths.
  • Added Move All and per-document Move To flows.
  • Updated Recently Deleted context menus, editor status-bar actions, and the list toolbar to use Move To semantics.
  • Moved Recently Deleted bulk actions into a single plain ellipsis toolbar menu with Move All and Delete All inside it.
  • Added drag-to-move support from Recently Deleted rows into sidebar folders.
  • Removed active restore-path tracking from Recently Deleted metadata; current records store the original file name, with legacy path decoding kept for compatibility.
  • Updated permanent-delete cleanup to remove identity-registry entries by document UUID rather than by path.
  • Fixed file watching so external Recently Deleted metadata changes reload the list immediately, not only after app reactivation.

Library & View Menu

  • Moved sort direction items into View > Sort By so the menu matches the library toolbar layout: sort options, divider, direction options.
  • Added View menu actions for Collapse All Folders and Expand All Folders.

Additional Fixes

  • Fixed Copy Link to Line so copied line deep links use the same physical line model as the visible editor gutter, including blank lines.
  • Fixed Dock-icon reopen behavior so a minimized main window deminiaturizes and comes forward instead of staying in the Dock.

iOS

Inspector

  • Added the iOS editor Links inspector with native grouped sections for Links in Document, Links to Document, and External Links.
  • Added the iOS Markup inspector Highlights section with color dots, two-line previews, creation timestamps, an empty state, and tap-to-jump behavior.
  • Preserved the last-opened inspector tab while the editor session stays open.

Links Panel

  • Adopted the shared link indexer so wiki links, deep links, backlinks, and external links resolve consistently with macOS.
  • Added live link refresh from unsaved editor content.
  • Added native row styling for link groups, including folder metadata, unresolved outbound state, and external URL rows.
  • Added position-aware link display for highlights, line links, and heading links with matching icons.
  • Updated heading link labels to show the heading title without the section symbol.
  • Fixed inbound and outbound link taps so they navigate to the target document.
  • Fixed heading link navigation by including precise line data in copied section links while keeping the heading label for display.

Recently Deleted: Move Actions

  • Replaced Recently Deleted restore actions with Move actions — deleted documents now move into any selected library folder instead of relying on tracked original paths.
  • Added Move All and per-document Move To flows.
  • Added long-press context menus to Recently Deleted rows with Move and Delete Permanently actions.
  • Updated Recently Deleted to use a folder icon and the same destination-folder sheet styling used by normal document Move.
  • Fixed Recently Deleted detail view navigation so moved documents open as live editable library documents instead of leaving a blank shell.
  • Made full-row taps toggle selection in Recently Deleted edit mode, so users do not have to tap only the selection circle.
  • Removed active restore-path tracking from Recently Deleted metadata; current records store the original file name, with legacy path decoding kept for compatibility.
  • Updated permanent-delete cleanup to remove identity-registry entries by document UUID rather than by path.