Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ulrich-tonmoy/markpad

MarkDown Notepad or Markpad built with Tauri.
https://github.com/ulrich-tonmoy/markpad

jotai markdown-editor react reactjs rust tailwindcss tauri tauri-app typescript

Last synced: about 7 hours ago
JSON representation

MarkDown Notepad or Markpad built with Tauri.

Awesome Lists containing this project

README

        


Markpad Logo

Markpad


A Simple MarkDown Notepad or Markpad built with Tauri.


> [!NOTE]
>
> ### [Download For Windows From Here](https://github.com/Ulrich-Tonmoy/markpad/releases)
>
> ### [Features lists here](./docs/v-features.md)


Markpad

### Technologies

- [x] Tauri
- [x] React
- [x] TypeScript
- [x] Tailwind CSS
- [x] Jotai
- [x] MDX Editor

## How to run (Windows)

> [!TIP]
> Recommended IDE Setup
>
> - [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)

> [!IMPORTANT]
> Tools Needed
>
> - [Node.js](https://nodejs.org/en/download/) + [Rust](https://www.rust-lang.org/tools/install) + [Visual Studio C++ toolchain](https://visualstudio.microsoft.com/vs/features/cplusplus/)

> [!NOTE]
> Commands
>
> - Open the folder in `vs code` or `terminal`.
> - Run the `npm i` to install the packages.
> - Then run the `npm run tauri dev` to run the project.