Newsletter image upload for blog post

This commit is contained in:
Wayne Sutton
2025-12-28 11:43:12 -08:00
parent e1e64a36ec
commit 6cdb524c3c
11 changed files with 20 additions and 8 deletions

View File

@@ -74,6 +74,8 @@ contactForm: {
The Newsletter Admin page at `/newsletter-admin` provides:
<img src="/images/newsletter-dashboard.png" alt="Newsletter Dashboard" />
- View all subscribers with search and filters
- Delete subscribers
- Send blog posts as newsletters

View File

@@ -1,5 +1,5 @@
---
title: "How to Use the MCP Server with MarkDown.fast"
title: "How to Use the MCP Server with MarkDown Sync"
description: "Guide to using the HTTP-based Model Context Protocol(MCP) server at www.markdown.fast/mcp with Cursor and other AI tools"
date: "2025-12-28"
slug: "how-to-use-mcp-server"

View File

@@ -79,6 +79,10 @@ It's a hybrid: developer workflow for publishing + real-time delivery like a dyn
- Generate Skill option for AI agent training
- View as Markdown option in share dropdown
- Markdown writing page at `/write` with frontmatter reference
- HTTP-based MCP server at `/mcp` for AI tool integration (Cursor, Claude Desktop)
- Firecrawl content importer (`npm run import <url>`) for external articles
- Newsletter management with AgentMail integration and admin UI
- Contact forms on pages/posts via frontmatter with AgentMail delivery
## Who this is for