0.0.1 • Published 2 years ago

hexo-plugin-tabs v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Hexo-plugin-tabs

Introduction

Version: 0.01 DEV

This is a plugin for building styled tabs in hexo.

Example:

example1

Dependencies: Node.js>=0.10.0, hexo, windows (Available for only windows)

How to use

  • Installation

Simply run "npm install hexo-plugin-tabs" or download the source code and unzip it to "yourwebpage/node_modules/"

npm install hexo-plugin-tabs

after every "hexo g" or "hexo s", you will see a "tabs generated successfully" as a result of installation or

git clone https://github.com/sclass53/hexo-plugin-tabs.git node_modules/hexo-plugin-tabs

Then add one line "hexo-plugin-tabs>=0.0.1 "in the "dependencies" of "package.json" of your webpage folder,

"dependencies":{
  "example>=x.x.x",
  //etc.
  "hexo-plugin-tabs>=0.0.1"
}
  • Syntax

Example:

!!! tabs
++++First tab
First tab section
++++Second tab
Second tab section
++++

Simply type !!! tabs at the section you want to insert tabs, and add "++++tab title 1" to add a tab Insert tab text between tab markings (aka. ++++). To end, mark "++++"

It will automatically be converted into html

<iframe src="\httabs\ok.html"></iframe>

Result:

example2

A postname.html will be created under the /source/httabs/ dir (httabs is created after first generating process). Check /bin/source.html for more imformation.

run

hexo g
hexo s

to test

License

CC-BY-SA 4.0

Contributors

@ginoblog, @melvinzhang (not a user)