{"id":25763861,"url":"https://github.com/zjrwtx/flashnote","last_synced_at":"2025-02-26T20:19:18.275Z","repository":{"id":276581518,"uuid":"929692286","full_name":"zjrwtx/flashnote","owner":"zjrwtx","description":"FlashNote 是一个基于 Next.js 开发的渐进式 Web 应用（PWA），可以将 Markdown 文档转换为抽认卡进行学习。它支持数学公式、表格、列表等多种格式，是一个轻量级的学习工具","archived":false,"fork":false,"pushed_at":"2025-02-23T08:48:27.000Z","size":762,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T09:28:14.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.zjrwtx.online","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/zjrwtx.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}},"created_at":"2025-02-09T06:31:12.000Z","updated_at":"2025-02-23T08:48:30.000Z","dependencies_parsed_at":"2025-02-10T05:15:26.083Z","dependency_job_id":null,"html_url":"https://github.com/zjrwtx/flashnote","commit_stats":null,"previous_names":["zjrwtx/flashnote"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjrwtx%2Fflashnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjrwtx%2Fflashnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjrwtx%2Fflashnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjrwtx%2Fflashnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zjrwtx","download_url":"https://codeload.github.com/zjrwtx/flashnote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240926402,"owners_count":19879747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-02-26T20:19:17.633Z","updated_at":"2025-02-26T20:19:18.270Z","avatar_url":"https://github.com/zjrwtx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlashNote\n\nFlashNote 是一个基于 Next.js 开发的渐进式 Web 应用（PWA），可以将 Markdown 文档转换为抽认卡进行学习。它支持数学公式、表格、列表等多种格式，是一个轻量级的学习工具。\n\n在线体验：https://www.zjrwtx.online\n\n## ✨ 功能特点\n\n### 📝 笔记管理\n- 支持导入多个 Markdown 文件\n- 支持在线创建和编辑笔记\n- 自动从一级标题提取文件名\n- 支持单个或批量导出笔记\n\n### 🔍 内容搜索\n- 全文搜索功能\n- 实时搜索结果展示\n- 搜索结果高亮显示\n- 点击结果直接跳转到对应卡片\n\n### 📱 界面设计\n- 支持多种精美主题配色\n- 支持 PWA，可安装到桌面\n- 响应式设计，支持移动端\n- 简洁的卡片式学习界面\n- 流畅的动画过渡效果\n\n### 📊 格式支持\n- 支持 Markdown 基础语法\n- 支持数学公式（KaTeX）\n- 支持表格和列表\n- 支持代码块高亮\n- 支持图片显示和说明文字\n- 支持本地图片和网络图片\n\n### 💾 数据管理\n- 本地存储，无需登录\n- 支持离线使用\n- 数据导入导出功能\n- 主题偏好记忆\n\n## 🚀 快速开始\n\n```bash\n# 克隆项目\ngit clone https://github.com/zjrwtx/flashnote.git\n\n# 进入项目目录\ncd flashnote\n\n# 安装依赖\nnpm install\n\n# 启动开发服务器\nnpm run dev\n```\n\n## 📖 使用说明\n\n### 导入笔记\n1. 点击底部导航栏的\"导入\"按钮\n2. 选择一个或多个 Markdown 文件\n3. 文件会自动解析为抽认卡\n\n### 创建笔记\n1. 点击底部导航栏的\"新建\"按钮\n2. 使用 Markdown 编写内容\n3. 使用标题层级来划分卡片\n4. 点击保存按钮完成创建\n\n### 搜索内容\n1. 在首页顶部搜索框输入关键词\n2. 实时查看匹配结果\n3. 点击任意结果跳转到对应卡片\n\n### 主题切换\n1. 点击底部导航栏的\"主题\"按钮\n2. 从多个精美主题中选择\n3. 主题设置会自动保存\n\n### Markdown 格式示例\n\n```markdown\n# 标题1\n这是第一个卡片的内容\n- 支持列表\n- **支持加粗**\n- 支持公式：$E = mc^2$\n- 支持图片：\n![图片说明](https://example.com/image.jpg)\n\n## 标题2\n这是第二个卡片的内容\n支持行内公式：$\\\\alpha + \\\\beta$\n也支持块级公式：\n$$\n\\\\int_{-\\\\infty}^{\\\\infty} e^{-x^2} dx = \\\\sqrt{\\\\pi}\n$$\n\n也支持本地图片：\n![本地图片说明](./images/local.jpg)\n```\n\n## 🛠️ 技术栈\n\n- [Next.js](https://nextjs.org/) - React 框架\n- [TypeScript](https://www.typescriptlang.org/) - 类型安全\n- [Tailwind CSS](https://tailwindcss.com/) - 样式\n- [Framer Motion](https://www.framer.com/motion/) - 动画效果\n- [KaTeX](https://katex.org/) - 数学公式渲染\n- [React Markdown](https://github.com/remarkjs/react-markdown) - Markdown 渲染\n\n## 📱 PWA 支持\n\nFlashNote 支持作为 PWA 安装到桌面：\n\n1. 在移动设备上使用 Chrome/Safari 访问应用\n2. 点击浏览器的\"添加到主屏幕\"选项\n3. 完成安装后可以离线使用\n\n## 🤝 贡献\n\n欢迎提交 Issue 和 Pull Request！\n\n## 📄 许可证\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzjrwtx%2Fflashnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzjrwtx%2Fflashnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzjrwtx%2Fflashnote/lists"}