# growi-plugin-pukiwiki-like-linker [GROWI][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: ```html [[./Level3]] ./Level3 [[../AnotherLevel2]] ../AnotherLevel2 Level 3 page is [[here>./Level3]] Level 3 page is here [[example.com>https://example.com/]] example.com ``` Install -------- 1. install plugin ``` $ npm install --save growi-plugin-pukiwiki-like-linker ``` 1. build client app (see [GROWI][growi]) [growi]: https://github.com/weseek/growi