ttrace / vscode-language-japanese-novel

Visual Studio Code で小説を執筆する時に使う言語拡張です。
MIT License
391 stars 27 forks source link

move some functions into editor.ts and add OriginEditor type #20

Closed takahashim closed 3 years ago

takahashim commented 3 years ago

editorText()とmarkUpHtml()をeditor.tsに移動し、両者のテストを追加しました。 また、editorText()の引数の型としてOriginEditor型を定義しました。

ttrace commented 3 years ago

ありがとうございます。型が整理されてきたことで、効率が上がってきたのを実感しています。