What plugins do you miss?

@thesmithy: The tab field has nothing to do with tables, sorry.

A broken link checker, both for internal and external links.

1 Like

I thought of it myself. How do you think it would work?

The plugins Iā€™ve tested for another CMS is checking the pages all the time with ajax. Itā€™s like a never ending loop. I donā€™t really like that. It feels like the server is on fire all the time.

What I like a little bit more is a check like when a page is visited in the panel. Then at least I would feel like I would be in control of it.

What do you think?

ā€¦ or it could be an action, which can be started manually by an admin. But checking all pages for broken links might take some time ā€¦ also not the best solution ā€¦

@Kate @flokosiol

I can think of no solutions to this that I like, which means, I will not be the one to create a plugin out of it.

Thanks for caring anyway. This will do it in the meantime:

http://www.deadlinkchecker.com/ :slight_smile:

Me, a Windows userā€¦ Iā€™m using this:

http://home.snafu.de/tilman/xenulink.html

Not the most beautiful website but the tool is awesome.

1 Like

This could be the right thread to tell you that Iā€™m working on an image focus crop plugin which let you define a region of an image which wonā€™t be cropped when using <?php image->focusCrop(400,300) ?> or something like this.

The main work is almost done. Though itā€™s not finished yet, I couldnā€™t wait to tell you :blush:

Stay tuned ā€¦

4 Likes

Nice! :slight_smile:

Where do you save the crop position?

The position is saved as JSON like every other file field information in the corresponding .txt file, e.g. myimage.jpg.txt. Iā€™m using a hidden text field for that.

I will open a new thread for this topic to introduce the plugin ā€¦ :slight_smile:

1 Like

I added Hooks debugger to the list. Itā€™s hard to see whatā€™s happening when the hooks doesnā€™t work. I usually write something to a file and try to see where things go wrong.

It would be nice to have a field that displays the latest hook debug information. Because we are already in the panel we could see the problem right away if there was a field to display it.

Iā€™d love a stronger WYSIWYG editor.

I know that itā€™s a much-discussed issue around here and perhaps somewhat of a contentious one. I prefer markdown, but thatā€™s not the case for my clients.

This plugin often does the trick, but is still limited. Something like basecampā€™s Trix editor would be fantastic.

I also know that the scope of something like this is dauntingā€¦

A plugin for WP-like protected pages would be really nice. :grinning:

I took a look at the auth possibilities in kirby. Unfortunately Iā€™m not able to develop something like this:

A blueprint field called ā€œpasswordā€ that protects the page and shows a login form with just a password field without the need to add users and/or user roles or access to the panel ā€“ just a password to protect the specific page.

Would be so nice if any of you geniuses could develop something like this! :bow:

1 Like

Hi,
a plugin for the panel who I can write down additional information to pages would be nice.
And the notes should also be accessible directly in the pagesoverview.

it would be make it easier to identify pages if they have the same title or if your have a lot of pages.

Cheers

Iā€™m not sure I understand what you are saying here. Can you provide more details?

Hi,
I do a image what I mean. i think this is the best explain.

You could customize my subpagelist plugin to achieve this. To not repeat myself you can go on reading here :wink:

There youā€™ll find all relevant links. Donā€™t hesitate to ask, if you have any questions or problems implementing it.

Field in the panel: Download and add image by url would be nice sometimes. Even add image from another page.

I would like a panel plugin for Glimpse JS, it should render a glimpse data-string and add it to the image meta-data. Then it would be nice if some method existed in the Kirby API to retrieve all glimpses from a page/entry.

Iā€™ll be working on it, it might take some time.

I have done something like wished InstaKirby that works with new api, will release soon. since https://github.com/PWesterdale/KirbyGram does not really work. @luxlogica