diff --git a/README.md b/README.md index cc63324..f6af841 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,16 @@ interesting version of this idea is bigger than one app and one platform. **The macOS app is ready today. Ports, shared foundations, new workflows, and surprising ideas are welcome.** +

+ + PreviewMD on macOS displaying a polished Markdown document with tabs, search, badges, and a project table + +

+ +

+ A calm native workspace for reading, navigating, and understanding Markdown. +

+ ## Why it is fun to work on PreviewMD sits at an unusually good intersection: @@ -60,6 +70,21 @@ porting experiment can all be excellent first changes. - PDF export, printing, rich copy, and DOCX export - Fully local rendering with pinned resources — documents never leave the Mac +## Source and preview stay in sync + +Move between source, split, and document views without giving up typography, +math, syntax highlighting, callouts, or diagrams. + +

+ + PreviewMD split view showing Markdown source beside rendered math, Swift code, a callout, and a sequence diagram + +

+ +

+ Source on the left, finished document on the right — rendered entirely offline. +

+ ## Try it locally You need macOS 14 or newer, Xcode with Swift 6.1 support, and the Xcode command diff --git a/assets/screenshots/previewmd-reading-workspace.png b/assets/screenshots/previewmd-reading-workspace.png new file mode 100644 index 0000000..d2fed8d Binary files /dev/null and b/assets/screenshots/previewmd-reading-workspace.png differ diff --git a/assets/screenshots/previewmd-split-view.png b/assets/screenshots/previewmd-split-view.png new file mode 100644 index 0000000..8e13aec Binary files /dev/null and b/assets/screenshots/previewmd-split-view.png differ