Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinscholz/kirby-relative
Kirby plugin to allow relative URLs in kirbytext links
https://github.com/robinscholz/kirby-relative
headless kirby kirbytext nuxt svelte vue
Last synced: about 1 month ago
JSON representation
Kirby plugin to allow relative URLs in kirbytext links
- Host: GitHub
- URL: https://github.com/robinscholz/kirby-relative
- Owner: robinscholz
- License: mit
- Created: 2019-08-08T09:59:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T10:06:53.000Z (over 5 years ago)
- Last Synced: 2024-11-27T17:41:17.314Z (2 months ago)
- Topics: headless, kirby, kirbytext, nuxt, svelte, vue
- Language: PHP
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔗 Kirby relative
Small [Kirby](https://getkirby.com) plugin to allow using relative page URLs in kirbytext links. Handy for standalone frontends built with [Vue](https://vuejs.org/) or [Svelte](https://svelte.dev/).
## Installation
### Download
Download and copy this repository to `/site/plugins/kirby-relative`.### Composer
```
composer require robinscholz/kirby-relative
```### Git submodule
```
git submodule add https://github.com/robinscholz/kirby-relative.git site/plugins/kirby-relative
```## License
MIT