command
module
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Dec 21, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
青空文庫の作品などをノベルゲーム風に読めるようにする。
青空文庫のルビを削除する方法
青空文庫のテキストにはルビが含まれていて、そのままコピペすると文章がおかしくなる。
https://qiita.com/kanaxx/items/6d6b0d680185d6af9b05 で紹介されている方法。
ブラウザのコンソールで↓を実行する。
$('rt').hide();
ページによってはなぜかできないこともあるので、↓で。
たとえばhttps://www.aozora.gr.jp/cards/000148/files/1747_14970.html
document.querySelectorAll("rt").forEach(el => el.remove());
手順
./raw/scenario
ディレクトリに、コピーしてきた原文を保存する。
変換する。
author=坂口安吾; title=堕落論; mkdir -p ./embeds/scenario/$author && cat ./raw/scenario/$author/$title | go run . convert > ./embeds/scenario/$author/$title.sce
シナリオファイルにラベルをつける。テンプレートを生成する。
go run . printChapterTmpl 100 > aaa.txt
embeds.go
に追加する。
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
states
参考: https://github.com/x-hgg-x/goecsengine/blob/master/states/lib.go
|
参考: https://github.com/x-hgg-x/goecsengine/blob/master/states/lib.go |
|
|
|
|
Click to show internal directories.
Click to hide internal directories.