Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ulrich-tonmoy/markpad
- Owner: Ulrich-Tonmoy
- Created: 2024-01-11T19:37:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T18:23:31.000Z (about 1 month ago)
- Last Synced: 2024-10-19T20:53:25.746Z (about 1 month ago)
- Topics: jotai, markdown-editor, react, reactjs, rust, tailwindcss, tauri, tauri-app, typescript
- Language: TypeScript
- Homepage:
- Size: 21.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)
### 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.