Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.12 KB

Pico Yet Another Linker Plugin

This Pico plugin adds the ability to create links with less typing in Markdown.

Install

  1. Clone this Github repo into your plugins/PicoYALinker directory.
  2. If you want to include UTF-8 characters in slugs, add the following line to config/config.yml:
    yalinker_utf8_slugs: true
    

Usage

YALink Markdown
[[Page Title]] [Page Title](page-title)
[[Page Title|Link Text]] [Link Text](page-title)
[[Slashes//in Page Title]] [Slashes/in Page Title](slashes-in-page-title)
[[../Some Path/Page Title]] [Page Title](../some-path/page-title)
[[../Some Path/Page Title|]] [../Some Path/Page Title](../some-path/page-title)
[[/Root Path/Page Title]] [Page Title](/root-path/page-title)
[[https://example.com]] <https://example.com>
[[mailto:[email protected]]] <mailto:[email protected]>
[[mail:[email protected]]] [[email protected]](mailto:[email protected])

Demo

https://demo.isnew.info/pico/pico-yalinker

Credits

Author: Huidae Cho