Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

TabbedCode

Περιγραφή

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]

Στιγμιότυπα

  • Example tab group for code

Εγκατάσταση

  1. Install the plugin through the WordPress plugins screen directly or upload the plugin to /wp-content/plugins/TabbedCode directory
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Συχνές Ερωτήσεις

Installation Instructions
  1. Install the plugin through the WordPress plugins screen directly or upload the plugin to /wp-content/plugins/TabbedCode directory
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“TabbedCode” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0

  • Release