이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

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.