NoteMark is a modern, lightweight, and elegant Markdown note-taking app built with Electron + React + TypeScript.
It’s designed for developers, writers, and students who want a clean distraction-free writing environment with support for code blocks, blockquotes, lists, and more.
- 📑 Create, edit, and organize your notes in Markdown format.
- 🖋️ Supports headings, lists, blockquotes, images, and code blocks.
- 💾 Auto-save and persistence to keep your notes safe.
- 🎨 Beautiful TailwindCSS-based UI with dark mode support.
- 🪟 Cross-platform (Windows, macOS, Linux).
- 🔒 Local storage — your notes stay on your machine.
- Download the latest
.exeinstaller from the Releases page. - Run the installer and follow the setup instructions.
Coming Soon
Coming Soon
# Clone the repository
git clone https://github.com/imsudipcreator/NoteMark.git
cd NoteMark
# Install dependencies
npm install
# Start the app in development
npm run dev# Windows
npm run build:win
# macOS
npm run build:mac
# Linux
npm run build:linuxThe packaged installers will be available in the dist/ folder.
If you like this project, consider giving it a ⭐ on GitHub! Feedback and contributions are welcome 🙌

