Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yutotnh/mdmemo

Markdownのメモ帳
https://github.com/yutotnh/mdmemo

markdown rust tauri typescript vite

Last synced: about 2 months ago
JSON representation

Markdownのメモ帳

Awesome Lists containing this project

README

        

[![CodeQL](https://github.com/yutotnh/mdmemo/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/yutotnh/mdmemo/actions/workflows/github-code-scanning/codeql)
[![test-on-pr](https://github.com/yutotnh/mdmemo/actions/workflows/build-test.yml/badge.svg)](https://github.com/yutotnh/mdmemo/actions/workflows/build-test.yml)

# mdmemo

Markdown対応の小さなメモ帳

[Tauri](https://tauri.app/) + [react-md-editor](https://uiwjs.github.io/react-md-editor/) を利用しています

## 画面

編集モードとプレビューモードが存在します

ウィンドウがアクティブウィンドウの場合に編集モードになり、非アクティブウィンドウの時にプレビューモードになります

- 編集モード

Edit image

- プレビューモード

Preview image

## Development

リポジトリを持ってきてアプリケーションを起動するまでの流れは以下の通りです

```console
git clone https://github.com/yutotnh/mdmemo.git
cd mdmemo
yarn install
yarn tauri dev
```