BibTeXToScrapbox
BiBTeXファイルを scrapbox のインポート形式ファイルに変換するツール。
= インストール
rubygem でインストールしてください。シェルから
code:shell
gem install bibtex_to_scrapbox
code:shell
bundle exec bibtex_to_scrapbox convert ファイル名 オプション > scrapbox.json 上で作成された scrapbox.json を、scrapbox のインポートツールを用いてインポートします。
ファイル名は BiBTeXファイル (拡張子 .bibi) を指定します。空白で区切って複数指定できます。
各文献ひとつが、1枚の scrapbox
注意
変換後のページタイトルは、各文献の 文献参照キーです。
以下英語版ドキュメント。
This tool converts bibtex files to json file suitable for import to scrapbox.
The BibTeX http://bibtex.org is a tool and a file format used to describe and process lists of references in conjunction with LaTeX documents.