mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
Newsletter image upload for blog post
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
BIN
public/images/newsletter-dashboard.png
Normal file
BIN
public/images/newsletter-dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user