{"id":20027449,"url":"https://github.com/huidaecho/grav-plugin-markdown-yalinker","last_synced_at":"2026-05-13T06:04:54.537Z","repository":{"id":138941519,"uuid":"285122982","full_name":"HuidaeCho/grav-plugin-markdown-yalinker","owner":"HuidaeCho","description":"Grav Plugin: Markdown Yet Another Linker","archived":false,"fork":false,"pushed_at":"2020-12-10T18:00:07.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T17:23:01.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HuidaeCho.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-04T23:17:54.000Z","updated_at":"2024-03-31T09:46:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"0280d2f0-ec38-47be-91b7-528a01d19d8f","html_url":"https://github.com/HuidaeCho/grav-plugin-markdown-yalinker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrav-plugin-markdown-yalinker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrav-plugin-markdown-yalinker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrav-plugin-markdown-yalinker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgrav-plugin-markdown-yalinker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuidaeCho","download_url":"https://codeload.github.com/HuidaeCho/grav-plugin-markdown-yalinker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241460047,"owners_count":19966516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T09:10:21.405Z","updated_at":"2026-05-13T06:04:54.444Z","avatar_url":"https://github.com/HuidaeCho.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grav Plugin: Markdown Yet Another Linker\n\nThe **Markdown Yet Another Linker** Plugin is an extension for [Grav CMS](http://github.com/getgrav/grav). Adds the ability to create links with less typing in Markdown.\n\n## Installation\n\nInstalling the Markdown Yet Another Linker plugin can be done in one of three ways: The GPM (Grav Package Manager) installation method lets you quickly install the plugin with a simple terminal command, the manual method lets you do so via a zip file, and the admin method lets you do so via the Admin Plugin.\n\n### GPM Installation (Preferred)\n\nTo install the plugin via the [GPM](http://learn.getgrav.org/advanced/grav-gpm), through your system's terminal (also called the command line), navigate to the root of your Grav-installation, and enter:\n\n    bin/gpm install markdown-yalinker\n\nThis will install the Markdown Yet Another Linker plugin into your `/user/plugins`-directory within Grav. Its files can be found under `/your/site/grav/user/plugins/markdown-yalinker`.\n\n### Manual Installation\n\nTo install the plugin manually, download the zip-version of this repository and unzip it under `/your/site/grav/user/plugins`. Then rename the folder to `markdown-yalinker`. You can find these files on [GitHub](https://github.com/HuidaeCho/grav-plugin-markdown-yalinker) or via [GetGrav.org](http://getgrav.org/downloads/plugins#extras).\n\nYou should now have all the plugin files under\n\n    /your/site/grav/user/plugins/markdown-yalinker\n\n\u003e NOTE: This plugin is a modular component for Grav which may require other plugins to operate, please see its [blueprints.yaml-file on GitHub](https://github.com/HuidaeCho/grav-plugin-markdown-yalinker/blob/master/blueprints.yaml).\n\n### Admin Plugin\n\nIf you use the Admin Plugin, you can install the plugin directly by browsing the `Plugins`-menu and clicking on the `Add` button.\n\n## Configuration\n\nBefore configuring this plugin, you should copy the `user/plugins/markdown-yalinker/markdown-yalinker.yaml` to `user/config/plugins/markdown-yalinker.yaml` and only edit that copy.\n\nHere is the default configuration and an explanation of available options:\n\n```yaml\nenabled: true\n```\n\nNote that if you use the Admin Plugin, a file with your configuration named markdown-yalinker.yaml will be saved in the `user/config/plugins/`-folder once the configuration is saved in the Admin.\n\n## Usage\n\n| YALink | Markdown |\n| ------ | -------- |\n| `[[Page Title]]` | `[Page Title](page-title)` |\n| `[[Page Title\\|Link Text]]` | `[Link Text](page-title)` |\n| `[[Slashes//in Page Title]]` | `[Slashes/in Page Title](slashes-in-page-title)` |\n| `[[../Some Path/Page Title]]` | `[Page Title](../some-path/page-title)` |\n| `[[../Some Path/Page Title\\|]]` | `[../Some Path/Page Title](../some-path/page-title)` |\n| `[[/Root Path/Page Title]]` | `[Page Title](/root-path/page-title)` |\n| `[[https://example.com]]` | `\u003chttps://example.com\u003e` |\n| `[[mailto:me@example.com]]` | `\u003cmailto:me@example.com\u003e` |\n| `[[mail:me@example.com]]` | `[me@example.com](mailto:me@example.com)` |\n\n## Demo\n\nhttps://demo.isnew.info/grav/markdown-yalinker\n\n## Credits\n\nAuthor: Huidae Cho\n\nAdopted the `slug` function from the Admin plugin (`user/plugins/admin/classes/utils.php`).\n\nA huge thanks to [the Grav team](https://getgrav.org/about) for [their great software](https://getgrav.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuidaecho%2Fgrav-plugin-markdown-yalinker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuidaecho%2Fgrav-plugin-markdown-yalinker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuidaecho%2Fgrav-plugin-markdown-yalinker/lists"}