Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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のメモ帳
- Host: GitHub
- URL: https://github.com/yutotnh/mdmemo
- Owner: yutotnh
- License: mit
- Created: 2023-02-17T19:14:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T03:09:33.000Z (9 months ago)
- Last Synced: 2024-04-06T04:21:39.731Z (9 months ago)
- Topics: markdown, rust, tauri, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/) を利用しています
## 画面
編集モードとプレビューモードが存在します
ウィンドウがアクティブウィンドウの場合に編集モードになり、非アクティブウィンドウの時にプレビューモードになります
- 編集モード
- プレビューモード
## Development
リポジトリを持ってきてアプリケーションを起動するまでの流れは以下の通りです
```console
git clone https://github.com/yutotnh/mdmemo.git
cd mdmemo
yarn install
yarn tauri dev
```