An open API service indexing awesome lists of open source software.

https://github.com/statamic/wikilinks

Autolinks content wrapped in [braces], just like a wiki.
https://github.com/statamic/wikilinks

Last synced: 3 months ago
JSON representation

Autolinks content wrapped in [braces], just like a wiki.

Awesome Lists containing this project

README

        

# Wikilinks ![Statamic v5](https://img.shields.io/badge/statamic-v5-blue.svg?style=flat-square)

Wikilinks is an add-on for Statamic 5.x that enables Wiki style [links] in the content of your site.

It provides a simple modifier that seeks out any content wrapped in [braces] and automatically links it to other entries or pages with the same title (or other field of your choosing).

```
{{ content | wikilinks }}
```

See the Documentation for more details of usage.