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

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.

Awesome Lists containing this project

README

          

# Simai

Simai is **Si**mple **Ma**rkdown Prev**i**ewer.

![image](https://github.com/mikoto2000/devcontainer.vim/assets/345832/19a90e50-a648-45c9-abc9-a269c04e77b6)

## 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