Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurusugawa-computer/formula-editor-vscode
https://github.com/kurusugawa-computer/formula-editor-vscode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurusugawa-computer/formula-editor-vscode
- Owner: kurusugawa-computer
- Created: 2024-09-18T08:46:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T08:48:31.000Z (2 months ago)
- Last Synced: 2024-11-13T09:32:18.992Z (2 months ago)
- Language: TypeScript
- Size: 533 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Formula Editor for Visual Studio Code
Formula Editor は、Markdown 内の数式を編集できる WYSIWYG エディタです。
## 使い方
- 編集したい Markdown 内の数式を範囲選択します。
- コマンドパレットまたは右クリックから「数式エディタを開く」を選択します。
- 数式エディタが開きます。キーボードのアイコンを押すと仮想キーボードを用いて入力ができます。
- 編集が終わったら、コピーアイコンを押すと数式の Latex 形式文字列がクリップボードにコピーされます。