AbdulDevHub / NoteMark

A note-taking desktop app with out-of-the-box markdown support. This project is compatible and easily installable across multiple platforms including Mac, Windows, and Linux. Perfect for storing markdown notes on your desktop with ease.
MIT License
1 stars 0 forks source link
css electron html javascript jotai mdx-editor react tailwindcss typescript vite

NoteMark

Overview

This repository contains the code for a note-taking desktop app with out-of-the-box markdown support. Built with Electron and React, this project is compatible and easily installable across multiple platforms including Mac, Windows, and Linux. Perfect for storing markdown notes on your desktop with ease.

Project Setup

Install

yarn

Development

yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

Contributing

While this is a personal project, I'm open to collaboration. If you have suggestions for improvements, please open an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.