Vox meets Text::Hatena
I wrote a greasemonkey script for using hatena notation at composing. Maybe this is no use.
Issues:
- pre kihou (>|| .. ||<) will be broken because Vox indents all elements.
- The original text is saved as hidden p element. This is so ugly implement. But it seems like Vox strips all comments (I first implemented with comment (<!-- -->). So I have no idea without it...
voxeditingwithtexthatena.user.js
Uses text-hatena.js for parsing. Using Markdown syntax may be easy, bacause it has javascript implementation.
Uh, I will not use this.
Vox ではてな記法を使う Greasemonkey スクリプトを書いてみました。全然使えませんが。
- pre 記法は Vox がインデントを行うため崩れます。
- オリジナルのテキストを display: none な p 要素に base64 して突っ込むため美しくないです。もともとコメントとして挿入する実装にしようと思って試したのですが、保存されなかったのでこうなってます。何かいい方法ないかな。
おれはつかわない!