3.1.0 • Published 4 years ago

growi-plugin-pukiwiki-like-linker v3.1.0

Weekly downloads
32
License
MIT
Repository
github
Last release
4 years ago

growi-plugin-pukiwiki-like-linker

GROWI Plugin to add PukiwikiLikeLinker

Overview

Add the feature to use [[alias>./relative/path]] expression in markdown.

Replacement examples

When you write at /Level1/Level2 page:

<!-- Markdown -->
[[./Level3]]
<!-- HTML -->
<a href="/Level1/Level2/Level3">./Level3</a>


<!-- Markdown -->
[[../AnotherLevel2]]
<!-- HTML -->
<a href="/Level1/AnotherLevel2">../AnotherLevel2</a>


<!-- Markdown -->
Level 3 page is [[here>./Level3]]
<!-- HTML -->
Level 3 page is <a href="/Level1/Level2/Level3">here</a>


<!-- Markdown -->
[[example.com>https://example.com/]]
<!-- HTML -->
<a href="https://example.com/">example.com</a>

Install

  1. install plugin

    $ npm install --save growi-plugin-pukiwiki-like-linker
  2. build client app (see GROWI)

3.1.0

4 years ago

3.0.1

4 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago