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.
- Host: GitHub
- URL: https://github.com/statamic/wikilinks
- Owner: statamic
- License: mit
- Created: 2018-03-31T23:19:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T12:36:26.000Z (about 1 year ago)
- Last Synced: 2025-03-22T04:41:27.711Z (3 months ago)
- Language: PHP
- Homepage: https://statamic.com
- Size: 7.81 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wikilinks 
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.