Xhtheme Code Block

ຄຳອະທິບາຍ

Xhtheme Code Block is a plugin for adding code blocks to your WordPress site, supporting syntax highlighting and adapting to the theme’s light and dark mode switching.

  • Supports syntax highlighting for multiple programming languages.
  • Allows selection of light, dark, or auto mode.
  • Supports custom filename display.

External Libraries

  • Alpine.js:

    • Version: 3.x.x
    • Source: Alpine.js Official Website
    • Description: Alpine.js is a lightweight JavaScript framework for adding interactivity to HTML. It is used in the Xhtheme Code Block plugin to manage the reactive state of the settings page, allowing for dynamic updates and user interactions without the need for page reloads.
  • Prism.js:

    • Version: 1.x.x
    • Source: Prism.js Official Website
    • Description: Prism.js is a lightweight, extensible syntax highlighter, built with modern web standards in mind. It is used in the Xhtheme Code Block plugin to provide syntax highlighting for a wide range of programming languages.

Source Code

The source code for build/index.js can be found in the block-code/src directory.

ບລັອກ

ປລັກອິນນີ້ມີ 1 ບລັອກ.

  • Code Block A customizable code block component for displaying and editing code snippets with syntax highlighting.

ການຕິດຕັ້ງ

  1. Upload the xhtheme-code-block folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Configure the plugin options under ‘Settings’ -> ‘Xhtheme Code Block’.

ຄຳຖາມທີ່ພົບເລື້ອຍ

What languages are supported?

The Code Syntax Block plugin uses the Prism autoloader plugin to support all of the languages Prism supports. See the list of supported languages here.

How do I switch the display mode of the code block?

You can select light, dark, or auto mode on the plugin settings page.

ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Xhtheme Code Block” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

ແປ “Xhtheme Code Block” ເປັນພາສາຂອງເຈົ້າ.

ສົນໃຈຮ່ວມພັດທະນາບໍ່?

ເບິ່ງລະຫັດ, ກວດເບິ່ງ ຄັງເກັບ SVN, ຫຼື ຕິດຕາມ ບັນທຶກການພັດທະນາ ຜ່ານ RSS.

ບັນທຶກການປ່ຽນແປງ

1.0.2

Compatible with WordPress 6.8

1.0.1

Fixed potential data sanitization issues.

1.0

  • Initial release.