Ryo
Forum Replies Created
-
Forum: Plugins
In reply to: [Highlighting Code Block] Could you add copy code feature?I have received the same request from other people, so I think I will implement it someday!
Forum: Plugins
In reply to: [Highlighting Code Block] I have a small problemHow about adding “!important”?
Or is it the same even if I use
hcb_wrap pre.prism code
?Forum: Plugins
In reply to: [Highlighting Code Block] I have a small problemI’m sorry, I haven’t been able to reproduce this problem yet.
In my environment, the code is normally left-justified when printed.Can’t it be solved by applying the following CSS?
.hcb_wrap pre.prism{ text-align:left; }
Forum: Plugins
In reply to: [Highlighting Code Block] I have a small problemThank you for your nice message!
The code is on the right side in PDF, isn’t it?
I will try to fix it.
Forum: Plugins
In reply to: [Highlighting Code Block] 1.2.5から使用する言語セットを追加しても認識されない最新版では「「Highlighting Code Block」プラグインの「使用する言語設定」を見直してください。」というエラーは表示されないようになっているはずなので、もしかしたらブラウザのキャッシュが残っているかもしれません…!
なので、一度シークレットモードなどで試してみていただきたいです!(全然違う要因だったらごめんなさい…!)
Forum: Plugins
In reply to: [Highlighting Code Block] ファイルアイコンが表示されない (File icon doesn’t appear)v1.2.6にて修正しておきました!
Forum: Plugins
In reply to: [Highlighting Code Block] ファイルアイコンが表示されない (File icon doesn’t appear)ご報告ありがとうございます!
後ほど確認してみます…!Forum: Plugins
In reply to: [Highlighting Code Block] 1.2.5から使用する言語セットを追加しても認識されない結論から言うとプラグインの削除 -> インストールが必要でした。
なんと、本当ですか…。
お手数おかけしてしまい申し訳ございません。もう少しこちらでも調べてみます…!なんとか症状自体は改善されたようで、よかったです!^^
Forum: Plugins
In reply to: [Highlighting Code Block] 1.2.5から使用する言語セットを追加しても認識されない今手元の環境で確認してみたのですが、ちゃんと反映できてしまいました…!
一度設定を保存しなおしたりしてみるといかがでしょうか?(そもそも設定の保存自体がうまくいかない感じでしょうか…?)また、書き方なども一応再度確認してみていただけますでしょうか?
- This reply was modified 4 years, 7 months ago by Ryo.
Forum: Plugins
In reply to: [Highlighting Code Block] 1.2.5から使用する言語セットを追加しても認識されないすみません、確認します…!
Forum: Plugins
In reply to: [Highlighting Code Block] The title logo display is misalignedI’m sorry, I didn’t notice this message!
Forum: Plugins
In reply to: [Highlighting Code Block] Is there a way to remove the CSS loaded?Thanks for using this plugin.
Just today, I was reviewing how to read CSS code.
I changed it to read CSS with wp_enqueue_style() or wp_add_inline_style(), so I think that it can be released by using wp_dequeue_style().
Forum: Reviews
In reply to: [Highlighting Code Block] First PlaceThank you for your nice words!
Forum: Reviews
In reply to: [Highlighting Code Block] Good! But better if it have some modify.I’m sorry, but it’s not an error that the code syntax highlighting only works on the front side.
It is difficult to dynamically add color during input, but I do not think that there is demand so there is only a front side.