https://github.com/l4ph/tawri
軽量、高速、シームレスなWeb小説向けエディタ
https://github.com/l4ph/tawri
kakuyomu narou novel web-novel web-novels
Last synced: 6 months ago
JSON representation
軽量、高速、シームレスなWeb小説向けエディタ
- Host: GitHub
- URL: https://github.com/l4ph/tawri
- Owner: L4Ph
- Created: 2024-09-16T14:39:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T12:10:43.000Z (10 months ago)
- Last Synced: 2024-12-21T13:24:41.816Z (10 months ago)
- Topics: kakuyomu, narou, novel, web-novel, web-novels
- Language: Svelte
- Homepage: https://tawri.l4ph.moe
- Size: 538 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tawri - Web小説向けエディタ
## これはなに?
Web小説向けのシンプルで軽量なエディタです。
Webでの編集にも対応しています。## 対応しているWeb小説の記法
対応が漏れている可能性があります。
要望や、 改善、対応してほしいWeb小説サイト等がございましたら、詳細を[4ranci0ne@gmail.com](mailto:4ranci0ne@gmail.com)へお送りください。### ルビ
- [x] [小説家になろう](https://syosetu.com/)
- [ ] [カクヨム](https://kakuyomu.jp/)
- [ ] [アルファポリス](https://www.alphapolis.co.jp/)
- [ ] [ハーメルン](https://syosetu.org/)### 傍点
- [x] [小説家になろう](https://syosetu.com/)
- [ ] [カクヨム](https://kakuyomu.jp/)
- [ ] [アルファポリス](https://www.alphapolis.co.jp/)
- [ ] [ハーメルン](https://syosetu.org/)## ToDo
- [x] Webアプリケーションのデプロイ
- [ ] ショートカットによるルビ/傍点の入力
- [ ] テキストファイル入出力対応
- [ ] ネイティブアプリケーションのリリース
- [ ] 行数表示
- [ ] textlintを用いた文章校正## Stack
- [SvelteKit](https://kit.svelte.dev/)
- [Tauri](https://v2.tauri.app/)
- [web-novel-parser](https://github.com/L4Ph/web-novel-parser)