Skip to content

Releases: trsdn/md2loop

v1.0.1 - Clipboard Detection Fixes

29 Apr 20:19

Choose a tag to compare

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

27 Feb 16:25

Choose a tag to compare

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

  1. Download md2loop-v1.0.0-macos.zip below
  2. Unzip and move md2loop.app to Applications
  3. Open md2loop

Requirements

  • macOS 14 (Sonoma) or later