Skip to content

Commit

Permalink
feat: rename package to enhanced-toolbar-link-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Giers committed Jan 22, 2020
1 parent b821a42 commit aaa819a
Show file tree
Hide file tree
Showing 9 changed files with 1,184 additions and 9,558 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Kirby Better Link - A plugin to handle internal links
# Enhanced Toolbar Link Dialog - A plugin to handle internal links

What the heck is *Kirby Better Link* about? Glad you asked! *Kirby Better Link* is a perfect helper if you…
What the heck is *Enhanced Toolbar Link Dialog* about? Glad you asked! *Enhanced Toolbar Link Dialog* is a perfect helper if you…

1. Can't remember all the pesky and way to long Page URLs,
2. Want to build up or optimize your internal link structure for SEO without any effort
3. Looking for a convenient way to deal with internal links

*Kirby Better Link* is a Kirby 3 plugin which makes it easy to add internal or external references to your content by extending the default link dialog of Kirby's [textarea fields](https://getkirby.com/docs/reference/panel/fields/textarea#toolbar).
*Enhanced Toolbar Link Dialog* is a Kirby 3 plugin which makes it easy to add internal or external references to your content by extending the default link dialog of Kirby's [textarea fields](https://getkirby.com/docs/reference/panel/fields/textarea#toolbar).

## Panel view

![panel-view](https://user-images.githubusercontent.com/965069/72836833-a97fc600-3c8d-11ea-958f-76af3d919ec4.gif)

## How to use

After you've installed *Kirby Better Link* successfully, open a page of your choice and click the link toolbar button. Make sure the toolbar or the link button [isn't switched off](https://getkirby.com/docs/reference/panel/fields/textarea#toolbar__disabling-the-toolbar).
After you've installed *Enhanced Toolbar Link Dialog* successfully, open a page of your choice and click the link toolbar button. Make sure the toolbar or the link button [isn't switched off](https://getkirby.com/docs/reference/panel/fields/textarea#toolbar__disabling-the-toolbar).

After you clicked the link toolbar button, a modal window gets openend which consists two tabs:

Expand All @@ -32,18 +32,18 @@ As soon as you have found your page you can select and insert it into your docum
### Composer

```
composer require gearsdigital/kirby-better-link
composer require gearsdigital/enhanced-toolbar-link-dialog
```

### Git submodule

```
git submodule add https://github.com/gearsdigital/kirby-better-link.git site/plugins/kirby-better-link
git submodule add https://github.com/gearsdigital/enhanced-toolbar-link-dialog.git site/plugins/enhanced-toolbar-link-dialog
```

### Download

[Download](https://github.com/gearsdigital/kirby-reporter/releases/latest) and copy this repository to `/site/plugins/kirby-better-link`.
[Download](https://github.com/gearsdigital/kirby-reporter/releases/latest) and copy this repository to `/site/plugins/enhanced-toolbar-link-dialog`.

## Configuration

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gearsdigital/kirby-better-link",
"description": "Kirby Better Link is a Kirby 3 plugin which makes it easier to add internal or external references to your content. It extends the default link dialog of Kirby textarea fields.",
"name": "gearsdigital/enhanced-toolbar-link-dialog",
"description": "Enhanced Toolbar Link Dialog is a Kirby 3 plugin which makes it easier to add internal or external references to your content. It extends the default link dialog of Kirby textarea fields.",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
Expand Down
4 changes: 1 addition & 3 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.k-tab {
padding: 1rem 0;
}
.k-tab{padding:1rem 0}
Loading

0 comments on commit aaa819a

Please sign in to comment.