na2me

command module
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

README

青空文庫の作品などをノベルゲーム風に読めるようにする。

images

青空文庫のルビを削除する方法

青空文庫のテキストにはルビが含まれていて、そのままコピペすると文章がおかしくなる。

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
lib
cmd
eui
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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL