All Projects → calebgrove → content-viewer

calebgrove / content-viewer

Licence: MIT License
A nifty little Kirby widget that allows you to show a block of Kirbytext or Markdown content in Kirby's panel.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to content-viewer

kirby-copy-files
Clone page dashboard widget for Kirby panel
Stars: ✭ 12 (-25%)
Mutual labels:  kirby-plugin, kirby-widget, kirby-panel
kirbyup
🆙 Zero-config bundler for Kirby Panel plugins
Stars: ✭ 33 (+106.25%)
Mutual labels:  kirby-cms, kirby-plugin, kirby-panel
kirby-boiler-field
Boilerplate for Kirby form fields
Stars: ✭ 15 (-6.25%)
Mutual labels:  kirby-cms, kirby-plugin, kirby-panel
kirby3-many-to-many-field
This plugin allows you to create many-to-many relationships between pages in Kirby and synchronizes them on both sides.
Stars: ✭ 38 (+137.5%)
Mutual labels:  kirby-cms, kirby-plugin
field-engineer
A Kirby field for complex field structures.
Stars: ✭ 49 (+206.25%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-minify-html
Enable minify HTML output for Kirby 3
Stars: ✭ 27 (+68.75%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-helpsection
Panel view to display help for users.
Stars: ✭ 35 (+118.75%)
Mutual labels:  kirby-cms, kirby-panel
kirby-membership
Simple Membership plugin for Kirby CMS
Stars: ✭ 27 (+68.75%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-securedpages
Protect pages for authenticated users
Stars: ✭ 28 (+75%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-html-minifier
Minify the html output of a site built with Kirby CMS
Stars: ✭ 20 (+25%)
Mutual labels:  kirby-cms, kirby-plugin
Cartkit
Cartkit - The [quick] starter kit!
Stars: ✭ 39 (+143.75%)
Mutual labels:  kirby-plugin, kirby-widget
retour-for-kirby
Kirby 3 plugin to manage redirects and track 404s right from the Panel
Stars: ✭ 96 (+500%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-blade-template
⬢ Laravel Blade template component for Kirby CMS.
Stars: ✭ 26 (+62.5%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-git
Kirby plugin for updating content in the panel via Git
Stars: ✭ 75 (+368.75%)
Mutual labels:  kirby-cms, kirby-panel
kirby-blade
Enable Laravel Blade Template Engine for Kirby 3
Stars: ✭ 20 (+25%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-podcast
A KirbyCMS-Podcast-Plugin
Stars: ✭ 22 (+37.5%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-highlight
Themeable server-side syntax highlighting for Kirby
Stars: ✭ 14 (-12.5%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-markdown-field
Super-sophisticated markdown editor for Kirby 3, community built.
Stars: ✭ 143 (+793.75%)
Mutual labels:  kirby-cms, kirby-plugin
laravel-mix-kirby
Laravel Mix helper for Kirby
Stars: ✭ 23 (+43.75%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-backup-widget
Kirby panel widget to easily backup your site content.
Stars: ✭ 25 (+56.25%)
Mutual labels:  kirby-widget, kirby-panel

Content Viewer Kirby Widget

A nifty little Kirby widget that allows you to show a block of Kirbytext or Markdown content in Kirby's panel. It is particularly useful for providing documentation for website editors.

Screenshot of the widget

Installation and Setup

Clone or download this repo, rename the folder to content-viewer, and move it into your /site/plugins/ folder. If you are using the Kirby CLI, you can install it with this command:

kirby plugin:install CalebGrove/content-viewer

Now, open up the panel and you should see the new widget on the dashboard. To change the content, click on the Edit button at the top-right of the widget. This option will only be visible to users with the role of administrator.

If you want to customize the CSS, you may do so by copying the styles.css file from this plugin's assets folder to /assets/plugins/content-viewer/styles.css. Kirby will now serve your version of the file, and updating this plugin won't overwrite it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].