https://github.com/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.
https://github.com/abduldevhub/notemark
css electron html javascript jotai mdx-editor react tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/abduldevhub/notemark
- Owner: AbdulDevHub
- License: mit
- Created: 2024-04-29T22:21:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T02:52:31.000Z (about 2 years ago)
- Last Synced: 2025-01-28T20:25:09.969Z (over 1 year ago)
- Topics: css, electron, html, javascript, jotai, mdx-editor, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 514 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
yarn
```
### Development
```bash
yarn dev
```
### Build
```bash
# 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](LICENSE) file for details.