NeuraPress是一个专注于提供优质微信公众号排版体验的现代化Markdown编辑器。它以其简洁、直观的用户界面和强大的功能集,帮助内容创作者轻松制作出既美观又专业的公众号文章。
工具介绍
NeuraPress不仅支持实时预览,还适配移动端阅读,确保内容在不同设备上都能保持一致的高质量展示。此外,它还提供了一键复制功能和定制样式选项,让公众号文章的编辑和发布变得更加便捷高效。
特色功能
🎨
实时预览
所见即所得的编辑体验,编辑内容实时呈现在眼前
📱
移动端支持
支持手机上直接编辑,搭配DeepSeek和微信公众号助手使用
🎯
微信风格
完美适配微信公众号样式,发布即可用
🔧
样式定制
灵活的样式配置选项,打造专属风格
📋
一键复制
支持复制带格式的预览内容,省去繁琐操作
🎭
模板系统
内置多种排版模板,一键切换即换新颜
🚀
快速高效
基于Next.js构建,性能优异响应迅速
工具地址
🔗 体验地址:https://md.leti.ltd/
💻 GitHub:https://github.com/tianyaxiang/neurapress
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}
.feature-item {
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border-radius: 12px;
padding: 24px;
border-left: 4px solid #07c160;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
transition: all 0.3s ease;
display: flex;
align-items: flex-start;
gap: 16px;
}
.feature-item:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(7,193,96,0.15);
border-left-width: 6px;
}
.feature-icon {
font-size: 32px;
line-height: 1;
flex-shrink: 0;
}
.feature-content {
flex: 1;
}
.feature-content h3 {
margin: 0 0 8px 0;
font-size: 17px;
color: #1a1a1a;
}
.feature-content p {
margin: 0;
color: #666;
font-size: 14px;
line-height: 1.6;
}
.link-box {
background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
border-radius: 12px;
padding: 24px;
margin: 20px 0;
border: 1px solid #d0e8ff;
}
.link-box p {
margin: 8px 0;
}
.link-box a {
color: #1a73e8;
text-decoration: none;
font-weight: 500;
}
.link-box a:hover {
text-decoration: underline;
}
.intro-section {
background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
border-radius: 12px;
padding: 24px;
margin-bottom: 24px;
border-left: 4px solid #4caf50;
}
.intro-section p {
margin: 0;
font-size: 16px;
line-height: 1.8;
color: #333;
}
.wp-editor-img {
margin: 24px 0;
text-align: center;
}
.wp-editor-img img {
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
max-width: 100%;
height: auto;
}