Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ca3f579
Add default view mode preference and toolbar view mode switcher
Mar 19, 2026
4d6351b
Update README for MacDown v2
Mar 19, 2026
470c3e6
Add project roadmap to README
Mar 19, 2026
e751f87
Add Phase 1 features: smart view modes, sidebar, and tabs
Mar 19, 2026
43fb9c2
Fix build: add missing MPGlobals.h import to MPDocument.m
Mar 19, 2026
7501747
Add Phase 2 features: Focus mode, Typewriter mode, writing stats, DOC…
Mar 20, 2026
2af4e7e
Add Phase 3: WikiLinks, Command Palette, prose tools, preview themes
Mar 20, 2026
26b5bff
Fix Focus mode to use layout manager temporary attributes
Mar 20, 2026
d09142c
Add checkmarks for active toggle states in menus and command palette
Mar 20, 2026
e80bc86
Make filler word highlighting a live toggle with counter
Mar 20, 2026
1ae20f0
Move Highlight Filler Words to top of command palette
Mar 20, 2026
0b8b64b
Fix filler word detection to use regex instead of NSLinguisticTagger
Mar 20, 2026
fa74882
Highlight filler words in both editor and preview panes
Mar 20, 2026
4272372
Categorize weasel words with color-coded highlights per Amazon writin…
Mar 20, 2026
47f8dd6
Make issue counter clickable with per-category breakdown
Mar 20, 2026
7ee529d
Color-code dots in issue dropdown and improve readability
Mar 20, 2026
f8f507a
Make issue counter readable with dark pill background and white text
Mar 20, 2026
a7a9f80
Fix WikiLinks: inject CSS into all themes and mark unsaved docs as mi…
Mar 20, 2026
349331e
Fix Graphviz and Mermaid checkboxes always being disabled
Mar 20, 2026
2260060
Fix Graphviz and Mermaid checkbox layout — move to own row
Mar 20, 2026
d126aac
Fix Rendering preferences layout — Graphviz and Mermaid on own rows
Mar 20, 2026
b2d926d
Fix Rendering prefs layout with proper auto-layout constraints
Mar 20, 2026
4b5a2b0
Double Rendering preferences pane width to 810px
Mar 20, 2026
b38928d
Fix CSS checkbox overlap and mermaid init script
Mar 20, 2026
ed4c667
Auto-enable syntax highlighting when Mermaid or Graphviz is turned on
Mar 20, 2026
9b9ce09
Always enable Mermaid, Graphviz, and syntax highlighting
Mar 20, 2026
e5d08e8
Rename app from ReadDown to Markly
Mar 20, 2026
5528ca5
Rebrand help and README to Markly v1.0.0, remove CONTRIBUTING.md
Mar 20, 2026
cadc9aa
Rename all MacDown references in menus and UI to Markly
Mar 20, 2026
234b655
Remove stale Contributing references from first launch and menu
Mar 20, 2026
85fd477
Remove open source language, reserve rights on new features
Mar 20, 2026
4058369
Update deployment target to macOS 10.13 for modern Xcode compatibility
Mar 20, 2026
cd85a64
Add LICENSE.md — All rights reserved for Markly additions
Mar 20, 2026
d8b5625
Update README with Markly repo name and install instructions
Mar 20, 2026
21b5028
Rename MacDown/MacDownTests/macdown-cmd folders to Markly/MarklyTests…
Mar 20, 2026
8d7afbc
Remove contribute.md resource and showContributing method completely
Mar 20, 2026
dd2403c
Rename MacDown.xcodeproj and MacDown.xcworkspace to Markly
Mar 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ Dependency/peg-markdown-highlight/greg/*.o-*
Dependency/peg-markdown-highlight/greg/greg

# Generated by build script
MacDown/Resources/Prism/*
Markly/Resources/Prism/*
111 changes: 0 additions & 111 deletions CONTRIBUTING.md

This file was deleted.

18 changes: 18 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# License

## Original MacDown Code

The original MacDown source code is licensed under the MIT License.
See the `LICENSE/macdown.txt` file for the full MIT License text.
Copyright (c) 2014 Tzu-ping Chung.

## Markly Additions

All new features, modifications, and additions made to create Markly
are Copyright (c) 2026 Alex Wirtzer. All rights reserved.

No part of the Markly-specific code may be reproduced, distributed,
or transmitted in any form or by any means without the prior written
permission of the copyright holder.

For licensing inquiries, contact the copyright holder.
36 changes: 0 additions & 36 deletions MacDown/Resources/Extensions/mermaid.init.js

This file was deleted.

Loading