這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Snippets Block

外掛說明

Allows to add snippets blocks to your content: Javascript, CSS, HTML…

Purpose

Add snippet blocks to your WordPress content using the new Gutenberg editor

How to use it

  • Add a Snippet block within your content
  • Include your code
  • Select the language
  • Save the post and check your front-end

Supported languages

  • Apache
  • Bash
  • C#
  • C++
  • CSS
  • Erlang
  • Go
  • HTML
  • XML
  • Handlebars
  • JSON
  • Java
  • JavaScript
  • Markdown
  • Objective C
  • PHP
  • Python
  • R
  • Ruby
  • Rust
  • SCSS
  • SQL
  • Shell
  • Twig
  • TypeScript

Credits

Requirements

Gutenberg activated

Known Issues

There are no known issues at this time.

Roadmap

  • Allow several themes

安裝方式

  1. Backup your WordPress install
  2. Upload the plugin folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the \’Plugins\’ menu in WordPress

常見問題集

What library does this plugin use?

It uses highlight.js

What highlight.js theme uses?

androidstudio

使用者評論

2020 年 8 月 20 日
HighlightJS supports a heap of different languages and snippets-block can be modified to include more than it's current default. Works well simple and straight forward
2019 年 5 月 18 日
This is great, nice and simple. It even worked with our old posts that were written in the old editor. As long as the text is in a <code> tag it's good to go. Thanks for the quick solution!
2019 年 4 月 11 日
Nice, simple and straightforward - just add the block and start typing your script. No fancy tidbits to get you distracted. Very useful when you are dragged between several choices - just go for it.
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Snippets Block〉的開發相關工作。

參與者

將〈Snippets Block〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3.0

  • Added Spanish translation.

1.2.1

  • Fixed line numbers with long lines.

1.2.0

1.1.0

  • Added copy button: it allows to copy to clipboard the content of the snippet
  • Save formatted code: instead of parsing the content using highlight.js in the front-end, the HTML is saved directly in the backend
  • Fixed filemtime in Windows

1.0.1

  • Cleaning some first SVN version mess

1.0.0

  • First version.