https://github.com/mikoto2000/simai
Simai is Simple Markdown previewer.
https://github.com/mikoto2000/simai
markdown-previewer
Last synced: 2 months ago
JSON representation
Simai is Simple Markdown previewer.
- Host: GitHub
- URL: https://github.com/mikoto2000/simai
- Owner: mikoto2000
- License: mit
- Created: 2024-06-16T15:50:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T13:04:02.000Z (over 1 year ago)
- Last Synced: 2025-03-31T01:31:42.276Z (about 1 year ago)
- Topics: markdown-previewer
- Language: Rust
- Homepage:
- Size: 911 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simai
Simai is **Si**mple **Ma**rkdown Prev**i**ewer.

## Usage:
インストール後、 `Shimai.exe` を起動し、以下どちらかの方法でマークダウンファイルを読み込ませてください。
- プレビューしたいファイルを Simai ウィンドウへドラッグアンドドロップ
- 右上の `select md file` ボタンでファイル選択ダイアログを開き、プレビューしたいファイルを選択する
- 右上の `TCP Listener` のチェックボックスを ON にすると、その下の入力欄 `Address`, `Port` でマークダウン文字列をリッスンします
- TCP で接続してから、切断するまでに受信した文字列をマークダウンとして解釈し、画面に表示します
- TCP 受信は Markdown のみ対応です(HTML としてのレンダリングは行いません)
## Install:
[リリース](https://github.com/mikoto2000/Simai/releases/latest)からインストーラーをダウンロードしてください。
## License:
Copyright (C) 2024 mikoto2000
This software is released under the MIT License, see LICENSE
このソフトウェアは MIT ライセンスの下で公開されています。 LICENSE を参照してください。
## Author:
mikoto2000