A modern web application that enhances flomo's exported notes with AI capabilities and a beautiful user interface.
- 🔍 强大搜索 - 快速搜索笔记内容,高亮显示结果
- 🌙 暗黑模式 - 一键切换明暗主题,护眼阅读
- 🏷️ 标签云 - 自动收集并展示标签,快速筛选内容
- 📱 响应式设计 - 自适应各种屏幕尺寸
- 🚀 性能优化 - 快速加载,流畅体验
- ⚙️ 便捷功能 - 回到顶部,原始/增强视图切换
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository
git clone https://github.com/cubxxw/diary.git cd diary
-
Install dependencies
npm install
-
Start the server
npm start
-
Open your browser and navigate to
http://localhost:3000
- 主页: http://localhost:3000/
- Flomo 增强版: http://localhost:3000/flomo-enhanced
- Flomo 原始版: http://localhost:3000/flomo-original
增强版 Flomo 保持原始 HTML 文件不变,通过外部 JavaScript 添加功能:
-
强大搜索
- 实时搜索笔记内容
- 高亮显示搜索结果
- 支持重置搜索
-
暗黑模式
- 一键切换明暗主题
- 夜间阅读更护眼
-
标签云
- 自动收集笔记中的标签
- 点击筛选相关内容
-
排版优化
- 响应式设计
- 优化字体和间距
-
便捷功能
- 回到顶部按钮
- 原始/增强视图切换
本项目使用纯 JavaScript 实现增强功能,主要通过以下方式:
- iframe 嵌套方式保持原始文件不变
- DOM 操作添加界面元素
- 动态样式注入
- 事件监听实现交互
MIT License