1.0.15 • Published 6 years ago

xizero-wiki v1.0.15

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

xizero-wiki

A simple wiki site project.

Author

npm.io

Quick Start

Create an index.html.

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Demo</title>
</head>

<body>
  <div class="head">
    <ul>
      <li><a href="/">Home</a></li>
      <li><a href="https://github.com/f12998765/xizero-wiki">Github</a></li>
    </ul>
  </div>
  <div id="con"></div>
</body>
<script type="text/javascript" src="https://unpkg.com/xizero-wiki/lib/xizero.wiki.js"></script>

</html>

And must Create a config.js.

A blank file or like examples.

var config=new Map([
    //If you use github to store your pictures, and make sure to display them everywhere
    ["img_url","https://cdn.rawgit.com/{user_name}/{[project_name]}/master/"],
]);

In your project root directory create a folder for storing pictures .img .

a markdown file eg:

![](../.img/name.png)

Open the directory in a http server.

Extended

Get the project source.

git clone git@github.com:f12998765/xizero-wiki.git

or

npm install xizero-wiki && npm install 

Run the project.

npm start

License

For mor information on this license, click here.

Test

@test link 1

@test link 2

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago