{"id":50493535,"url":"https://github.com/zyeoman/ramblog","last_synced_at":"2026-06-02T05:01:14.683Z","repository":{"id":298468874,"uuid":"999035448","full_name":"zYeoman/ramblog","owner":"zYeoman","description":"碎碎念笔记","archived":false,"fork":false,"pushed_at":"2025-06-18T10:06:40.000Z","size":243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T11:23:51.836Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zYeoman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-09T16:30:46.000Z","updated_at":"2025-06-18T10:06:43.000Z","dependencies_parsed_at":"2025-06-11T09:36:19.268Z","dependency_job_id":null,"html_url":"https://github.com/zYeoman/ramblog","commit_stats":null,"previous_names":["zyeoman/ramblog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zYeoman/ramblog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYeoman%2Framblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYeoman%2Framblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYeoman%2Framblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYeoman%2Framblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zYeoman","download_url":"https://codeload.github.com/zYeoman/ramblog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYeoman%2Framblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33806987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-02T05:01:12.113Z","updated_at":"2026-06-02T05:01:14.678Z","avatar_url":"https://github.com/zYeoman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ramblog - 简洁高效的备忘录应用\n\nRamblog是一个基于Next.js构建的现代化备忘录应用，帮助用户轻松记录和管理日常想法、灵感和任务。应用采用了响应式设计，提供了流畅的用户体验和优雅的动画效果。\n\n## 功能特点\n\n- **备忘录管理**：创建、编辑、删除和归档备忘录\n- **标签系统**：使用彩色标签对备忘录进行分类和筛选\n- **置顶功能**：将重要的备忘录置顶显示\n- **归档系统**：归档不常用的备忘录，保持界面整洁\n- **日期筛选**：通过月历界面按日期筛选备忘录\n- **热力图**：直观展示您的备忘录活动历史\n- **本地存储**：所有数据保存在浏览器的本地存储中，保护您的隐私\n- **响应式设计**：完美适配桌面和移动设备\n- **单文件导出**：可导出为单个HTML文件，便于分享和部署\n- **Markdown支持**：备忘录内容支持Markdown语法，让文本更加丰富\n\n## 技术栈\n\n- **框架**：Next.js 14 (React)\n- **样式**：Tailwind CSS\n- **动画**：Framer Motion\n- **图标**：React Icons\n- **存储**：localStorage API\n- **日期处理**：date-fns\n- **类型检查**：TypeScript\n- **Markdown渲染**：react-markdown 和 remark-gfm\n\n## TODO\n- [ ] 收集自己在各种地方的评论(需要一个插件？)\n\n## 快速开始\n\n1. 克隆仓库：\n\n```bash\ngit clone https://github.com/yourusername/ramblog-app.git\ncd ramblog-app\n```\n\n2. 安装依赖：\n\n```bash\nnpm install\n# 或\nyarn install\n```\n\n3. 启动开发服务器：\n\n```bash\nnpm run dev\n# 或\nyarn dev\n```\n\n4. 在浏览器中打开 [http://localhost:3000](http://localhost:3000)\n\n## 使用指南\n\n### 创建备忘录\n在页面顶部的编辑器中输入内容，选择相关标签，然后点击\"保存\"按钮。\n\n### 使用Markdown\n备忘录支持Markdown语法，可以使用以下格式：\n- `# 标题` - 创建一级标题\n- `**粗体**` - 创建粗体文本\n- `*斜体*` - 创建斜体文本\n- `- 项目` - 创建无序列表\n- `1. 项目` - 创建有序列表\n- `[链接文本](URL)` - 创建链接\n- `![替代文本](图片URL)` - 插入图片\n- `` `代码` `` - 行内代码\n- 以及更多Markdown标准语法\n\n点击编辑器旁的\"Markdown\"按钮可以查看完整的语法参考。\n\n### 管理备忘录\n- **编辑**：点击备忘录右上角的编辑图标\n- **置顶**：点击备忘录右上角的星形图标\n- **归档**：点击备忘录右上角的归档图标\n- **删除**：点击备忘录右上角的关闭图标\n\n### 筛选备忘录\n- **按标签筛选**：在左侧边栏中选择一个或多个标签\n- **按日期筛选**：在月历中点击特定日期\n- **查看归档**：点击\"显示归档\"按钮查看已归档的备忘录\n\n## 部署\n\n### 常规部署\n您可以使用Vercel轻松部署此应用：\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fyourusername%2Framblog-app)\n\n### 导出为单HTML文件\n\nRamblog支持导出为单个HTML文件，便于分享或在任何网络服务器上部署：\n\n1. 构建并导出应用：\n\n```bash\nnpm run bundle\n# 或\nyarn bundle\n```\n\n2. 导出的单HTML文件将位于 `dist/ramblog.html`\n\n3. 您可以直接在浏览器中打开此文件，或将其部署到任何静态网站托管服务\n\n## 许可证\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyeoman%2Framblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyeoman%2Framblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyeoman%2Framblog/lists"}