We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sync book chapters and refresh Home + chapter index
Restore Chapters-and-Appendices as redirect stub Earlier rename moved the table of contents to /wiki/Claudes-X26-Swift6-Bible. Any external link still pointing at /wiki/Chapters-and-Appendices (App Store listings, prior shares) was 404'ing. Restoring the slug as a single-page redirect that points readers at the new location. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Rename Chapters-and-Appendices to Claudes-X26-Swift6-Bible Wiki page filename now matches the book identity, so GitHub's auto-rendered page title at the top of the page reads "Claudes X26 Swift6 Bible" instead of "Chapters and Appendices." - Rename Chapters-and-Appendices.md -> Claudes-X26-Swift6-Bible.md - Drop redundant H1 inside the file (auto-title now serves it) - Update navigation strips in all 22 Book pages to point at the new filename and display "Claudes X26 Swift6 Bible" Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Lead Chapters and Appendices with book title + hero Page now reads: book title H1, hero image, "Chapters and Appendices" H2, then the contents list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Remove redundant H1 from Chapters and Appendices GitHub wiki auto-renders the page name as a title; the file's own H1 with the same text was rendering as a duplicate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Hero image at top of Chapters and Appendices Matches Home.md so users landing on this page from the Web Wrapper see the book identity immediately. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 15: weave QuickNote + LockBox @Model declarations into SwiftData chapter Adds "From Your Shipped Apps" section: - QuickNote's flat Note @Model with @Attribute(.externalStorage) - LockBox's Folder @Model with @Relationship(deleteRule: .cascade) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 14: weave LockBox clipboard + share-sheet patterns into Clipboard chapter Adds "From Your Shipped Apps" section: - LockBox's 30-second auto-clear clipboard PIN copy (security pattern) - LockBox's UIActivityViewController wrapped as SwiftUI ShareSheetView Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 12: weave LockBox two-sheet pattern into Sheets chapter Adds "From Your Shipped Apps" section showing LockBox's vault view stacking .sheet(isPresented:) for AddFolderView and AboutView on the same NavigationSplitView. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 10: weave QuickNote TextEditor pattern into TextEditor chapter Adds "From Your Shipped Apps" section with QuickNote's TextEditor bound to SwiftData @Model body with .scrollContentBackground(.hidden) and widget-refresh .onChange side effect. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 09: weave QuickNote + LockBox TextField patterns into Text chapter Adds "From Your Shipped Apps" section: - QuickNote's TextField bound to SwiftData @Model with onChange side effect - LockBox's AddFolderView TextField with .disabled validation pattern Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 08: weave LockBox + QuickNote List patterns into Lists chapter Adds "From Your Shipped Apps" section: - LockBox's List(selection:) with ForEach, .tag, .draggable, and .onDelete - QuickNote's ForEach with NavigationLink(value:) and .onDelete Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 07: weave LockBox + QuickNote toolbar + TabView patterns Adds "From Your Shipped Apps" section before Practical Tips: - LockBox sidebar's ToolbarItem with .primaryAction placement - LockBox's root-level TabView with Vault and Under the Hood tabs - QuickNote's toolbar combining EditButton with a custom add button Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 06: weave LockBox + QuickNote control patterns into Controls chapter Adds "From Your Shipped Apps" section: - LockBox's Button(role: .destructive) in a context menu - QuickNote's DatePicker with displayedComponents + onChange - QuickNote's TextField bound directly to @Model property Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Book 03: weave QuickNote + LockBox scene code into Scenes chapter Adds "From Your Shipped Apps" section before Practical Tips: - QuickNote's WindowGroup + ModelContainer + App Group pattern - LockBox's WindowGroup rooted at a Face-ID lock-screen gate view - Short comparison of why each picks its root view shape Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>