Markdown Manager: A Simple Markdown Editor for macOS

Markdown Manager is a free macOS application designed to streamline the management of Markdown files particularly for building knowledge bases in Claude Projects. This tool aims to simplify the process of converting and editing documents while avoiding the complexity often found in existing Markdown editors.
Key Features
- Preview & Edit: The app provides functionality to both preview and edit
.mdfiles effectively. - Document Conversion: It allows conversion of
.docxand.rtffiles into clean Markdown, making it easier to integrate various document types into Markdown-based systems. - Table Preservation: It preserves tables and line breaks, maintaining the integrity of original document structures during conversion.
- Drag & Drop Support: Users can easily drag and drop files into the app, enhancing usability.
- Reader Mode: A reader mode is available for a more comfortable document reading experience.
The tool is built with Electron and Mammoth.js, and it is MIT licensed, allowing users considerable freedom to modify and distribute the software. The developer is open to pull requests and is seeking feedback from the community to improve the application's functionality.
Who It's For
This tool is particularly beneficial for developers and professionals using Claude Projects who deal with European Markdown knowledge bases.
📖 Read the full source: r/ClaudeAI
👀 See Also

SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents
A new OpenClaw plugin integrates with SLOP (State Layer for Observable Programs), giving AI agents structured access to application state and contextual actions. The plugin auto-discovers SLOP-enabled apps via ~/.slop/providers/ and a Chrome extension bridge.

Bifrost AI Gateway: Open-Source Tool Addresses AI Infrastructure Gaps
Bifrost is an open-source Go-based LLM gateway that provides automatic failover between providers, budget caps that reject requests, audit logging, and hooks for evaluation. Benchmarks show it's ~50x faster than LiteLLM at high throughput.

Libretto: Deterministic Browser Automation Generation for AI Coding Agents
Libretto is a Skill+CLI toolkit that enables AI coding agents to generate deterministic browser automation scripts as actual code, moving away from runtime AI agents. It combines Playwright UI automation with direct network/API requests for reliability and includes step-through debugging and read-only modes.

AGI in md: 11 Cognitive Compression Levels for Claude System Prompts
A GitHub repository documents 11 levels of cognitive compression that can be encoded in Claude system prompts, with Level 8 shifting from analysis to construction and improving Haiku's performance from 0/3 to 4/4. The project includes 28 prompts, 299 raw outputs, and full experiment logs across 19 domains.