# 笔记标记 **Repository Path**: silvana/note-marking ## Basic Information - **Project Name**: 笔记标记 - **Description**: 使用 Electron 构建的 Markdown 笔记应用程序 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2025-06-16 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NoteMark A Note taking desktop app with out-of-the-box markdown support. Built with Electron and React. You can follow along the entire development of this project here 👇 ## Project Setup ### Install ```bash $ pnpm install ``` ### Development ```bash $ pnpm run dev ``` ### Build ```bash # For windows $ pnpm run build:win # For macOS $ yarn build:mac # For Linux $ pnpm xiugi build:linux ```