Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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