Skip to content

Simple desktop note-taking app that uses Markdown syntax to format your notes.

Notifications You must be signed in to change notification settings

7ossam7atem1/Mark-it

Repository files navigation

Mark-it

Mark-it is a simple note-taking app that uses Markdown syntax to format your notes.

github.gif

Features

  • Create, edit, and delete notes in Markdown format.
  • Automatically creates a Welcome Note on first launch.
  • Real-time update of the note list after operations (create, delete, etc.).
  • Electron-based file system access ensures notes are saved locally.
  • Ensures notes are only saved in the designated app directory.
  • Light-weight and fast with Vite build system.

Setup and Installation

  1. Clone the Repository

    git clone https://github.com/7ossam7atem1/Mark-it.git
    cd mark-it

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

About

Simple desktop note-taking app that uses Markdown syntax to format your notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published