Linux 软件免费装

WordPress Rainbow Hilite

开发者 podpirate
更新时间 2020年3月9日 19:29
捐献地址: 去捐款
PHP版本: 5.3.0 及以上
WordPress版本: 5.2.2
版权: GPLv2 or later
版权网址: 版权信息

标签

code syntax highlighting rainbow

下载

1.0.2 1.0.3 1.0.4 1.0.5 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 1.0.6

详情介绍:

“WordPress Rainbow Hilite” is no longer maintained. If you are interested in taking over the plugin, please leave a notice in the [github issues](https://github.com/mcguffin/wp-rainbow-hilite/issues). If you like to use Code syntax Highlighting. Documentation can be found here. Features: Currently supported languages by Rainbow are There are some Hooks implemented allowing you to load your own language modules. Details here. Latest files on GitHub.

安装:

Follow the standard WordPress plugin installation procedere.

屏幕截图:

  • Visual Editor
  • Code properties dialog
  • WordPress Settings Writing
  • Highlighted Code

常见问题:

I found a bug. Where should I post it?

Depends. If you can break it down to the JavaScript core it would be best placed in the Rainbow Repository (which is not mine). Everything else can either go into the Support forum, or in the WP-Rainbow Repo.

I'd like to suggest a feature. Where should I post it?

I personally prefer GitHub. The plugin code is here: GitHub (See above as well.)

I want to use the latest files. How can I do this?

Use the GitHub Repo rather than the WordPress Plugin. Do as follows:

  1. If you haven't done so: Install git
  2. in the console cd into Your 'wp-content/plugins' directory
  3. type 'git clone git@github.com:mcguffin/wp-rainbow-hilite.git'
  4. If you want to update to the latest files (be careful, might be untested on Your WP-Version) type 'git pull'.

I found a bug and fixed it. How can I let You know?

Either post it on the GitHub-repo or—if you cloned the repository—send me a pull request.

更新日志:

2.0.5 End-of-life notice 2.0.4 Fix PHP Fatal Error 2.0.2 Get rid of concating assets in PHP (use a Script optimizer plugin instead) 2.0.1 Introduce new release pipeline 2.0.0 Code refactoring 1.0.6 Localization: Move de_DE to translate.wordpress.org 1.0.5 Fix: Safer script loading 1.0.4 Fix: Scripts now are correctly minified by Autoptimize. 1.0.3 Fix: Load rainbow css after theme css 1.0.2 l10n: Change plugin textdomain to plugin slug. 1.0.1 JS Fix: play nice with prevoisly declared document.onreadystatechange callbacks. 1.0.0 Initial Release