Releases: trsdn/md2loop
Releases · trsdn/md2loop
v1.0.1 - Clipboard Detection Fixes
Fixed
- Improved clipboard format detection for simple Markdown snippets such as bullet lists, numbered lists, inline code, and bold text.
- Added an RTF fallback so rich text copied from apps without HTML clipboard content can still be converted to Markdown.
- Preserved nested list structure when converting rich text or HTML to Markdown.
- Preserved whitespace inside code blocks during HTML to Markdown conversion.
Verification
- swift test: 6 tests passed.
- Release app and DMG are signed with Developer ID Application: Torsten Mahr (G69Z5BNY97).
- DMG SHA-256 is included as a release asset.
Note: This build is Developer ID signed but not notarized; no notarytool credentials were available in the local keychain or environment.
v1.0.0 — Initial Release
md2loop v1.0.0
A lightweight macOS utility that converts Markdown ↔ Rich Text for seamless pasting into Microsoft Loop.
Features
- Markdown → Loop: Converts clipboard Markdown to optimized HTML/RTF
- Loop → Markdown: Converts Loop's rich text back to clean Markdown
- Auto-detection: Automatically detects content type
- One shortcut: ⌘⏎ does the right thing
- Full Markdown support: Headings, bold/italic, lists, tables, code blocks, task lists, links, blockquotes
- Native macOS app: SwiftUI, lightweight, no Electron
Installation
- Download
md2loop-v1.0.0-macos.zipbelow - Unzip and move
md2loop.appto Applications - Open md2loop
Requirements
- macOS 14 (Sonoma) or later