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

@@ -21,8 +21,8 @@ Your content is instantly available to browsers, LLMs, and AI agents.. Write mar
- **Site URL**: https://markdown.fast
- **Total Posts**: 14
- **Total Pages**: 5
- **Latest Post**: 2025-12-27
- **Last Updated**: 2025-12-27T23:32:52.395Z
- **Latest Post**: 2025-12-28
- **Last Updated**: 2025-12-28T06:58:00.655Z
## Tech stack

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@@ -1,6 +1,6 @@
# llms.txt - Information for AI assistants and LLMs
# Learn more: https://llmstxt.org/
# Last updated: 2025-12-27T23:32:52.396Z
# Last updated: 2025-12-28T06:58:00.656Z
> Your content is instantly available to browsers, LLMs, and AI agents.
@@ -10,7 +10,7 @@
- Description: Your content is instantly available to browsers, LLMs, and AI agents. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify.
- Topics: Markdown, Convex, React, TypeScript, Netlify, Open Source, AI, LLM, AEO, GEO
- Total Posts: 14
- Latest Post: 2025-12-27
- Latest Post: 2025-12-28
- GitHub: https://github.com/waynesutton/markdown-site
# API Endpoints

View File

@@ -78,6 +78,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

View File

@@ -72,6 +72,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,4 +1,4 @@
# How to Use the MCP Server with MarkDown.fast
# How to Use the MCP Server with MarkDown Sync
> Guide to using the HTTP-based Model Context Protocol(MCP) server at www.markdown.fast/mcp with Cursor and other AI tools

View File

@@ -4,7 +4,7 @@ This is the homepage index of all published content.
## Blog Posts (14)
- **[How to Use the MCP Server with MarkDown.fast](/raw/how-to-use-mcp-server.md)** - Guide to using the HTTP-based Model Context Protocol(MCP) server at www.markdown.fast/mcp with Cursor and other AI tools
- **[How to Use the MCP Server with MarkDown Sync](/raw/how-to-use-mcp-server.md)** - 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 | Reading time: 5 min read | Tags: mcp, cursor, ai, tutorial, netlify
- **[How to use AgentMail with Markdown Sync](/raw/how-to-use-agentmail.md)** - Complete guide to setting up AgentMail for newsletters and contact forms in your markdown blog
- Date: 2025-12-27 | Reading time: 5 min read | Tags: agentmail, newsletter, email, setup

View File

@@ -347,7 +347,7 @@ export const siteConfig: SiteConfig = {
},
{
src: "/images/logos/mcp.svg",
href: "https://modelcontextprotocol.io/",
href: "https://www.markdown.fast/how-to-use-mcp-server/",
},
],
position: "above-footer",