An open API service indexing awesome lists of open source software.

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.

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.