This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

crowi-plugin-pukiwiki-like-linker

1.0.1 • Public • Published

crowi-plugin-pukiwiki-like-linker

The Crowi 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 crowi-plugin-pukiwiki-like-linker
    
  2. build client app (see official documents)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i crowi-plugin-pukiwiki-like-linker

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • yuki-takei