ຄຳອະທິບາຍ
Adds Shortcodes for adding code examples in tabs to your blog.
The Plugin adds two shortcodes.
The first is [tab_group] and it needs an id. This id must be unique!
The second is [tab_code] and it takes the language from your code snippet as parameter.
You can use all languages from highlight.js.
When no language is provided the text will be interpreted as a simple text.
Example:
[tab_group id="hello-world"]
[tab_code lang="javascript"]
console.log("Hello World");
[/tab_code]
[tab_code lang="sql"]
SELECT * FROM hello_world;
[/tab_code]
[tab_code]
Hello World
[/tab_code]
[/tab_group]
ການຕິດຕັ້ງ
- Install the plugin through the WordPress plugins screen directly or upload the plugin to
/wp-content/plugins/TabbedCodedirectory - Activate the plugin through the ‘Plugins’ screen in WordPress
ຄຳຖາມທີ່ພົບເລື້ອຍ
- Installation Instructions
-
- Install the plugin through the WordPress plugins screen directly or upload the plugin to
/wp-content/plugins/TabbedCodedirectory - Activate the plugin through the ‘Plugins’ screen in WordPress
- Install the plugin through the WordPress plugins screen directly or upload the plugin to
ການຣີວິວ
ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.
ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ
“TabbedCode” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.
ຜູ້ຮ່ວມພັດທະນາແປ “TabbedCode” ເປັນພາສາຂອງເຈົ້າ.
ສົນໃຈຮ່ວມພັດທະນາບໍ່?
ເບິ່ງລະຫັດ, ກວດເບິ່ງ ຄັງເກັບ SVN, ຫຼື ຕິດຕາມ ບັນທຶກການພັດທະນາ ຜ່ານ RSS.
ບັນທຶກການປ່ຽນແປງ
1.0
- Release
