All Projects → amteich → kirby-helpsection

amteich / kirby-helpsection

Licence: MIT license
Panel view to display help for users.

Programming Languages

Vue
7211 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to kirby-helpsection

k3-image-clip
Visually crop images with a handy image editor directly inside the panel
Stars: ✭ 38 (+8.57%)
Mutual labels:  kirby-panel, kirby3-plugin
kirby-minify-html
Enable minify HTML output for Kirby 3
Stars: ✭ 27 (-22.86%)
Mutual labels:  kirby-cms, kirby3-plugin
content-viewer
A nifty little Kirby widget that allows you to show a block of Kirbytext or Markdown content in Kirby's panel.
Stars: ✭ 16 (-54.29%)
Mutual labels:  kirby-cms, kirby-panel
kirby3-similar
Find similar collection items based on similarity
Stars: ✭ 16 (-54.29%)
Mutual labels:  kirby-cms, kirby3-plugin
enhanced-toolbar-link-dialog
Enhanced Toolbar Link Dialog is a Kirby 3 plugin to handle internal links
Stars: ✭ 34 (-2.86%)
Mutual labels:  kirby-cms, kirby3-plugin
k3-panel-view-extended
Quick fix for some missing features in the panel
Stars: ✭ 24 (-31.43%)
Mutual labels:  kirby-panel, kirby3-plugin
kirby-git
Kirby plugin for updating content in the panel via Git
Stars: ✭ 75 (+114.29%)
Mutual labels:  kirby-cms, kirby-panel
kirby-boiler-field
Boilerplate for Kirby form fields
Stars: ✭ 15 (-57.14%)
Mutual labels:  kirby-cms, kirby-panel
kirbyup
🆙 Zero-config bundler for Kirby Panel plugins
Stars: ✭ 33 (-5.71%)
Mutual labels:  kirby-cms, kirby-panel
kirby-blade
Enable Laravel Blade Template Engine for Kirby 3
Stars: ✭ 20 (-42.86%)
Mutual labels:  kirby-cms, kirby3-plugin
kirby-markdown-field
Super-sophisticated markdown editor for Kirby 3, community built.
Stars: ✭ 143 (+308.57%)
Mutual labels:  kirby-cms
gulp-typedoc
Gulp plugin for the typedoc TypeScript documentation tool.
Stars: ✭ 43 (+22.86%)
Mutual labels:  maintainer-wanted
field-engineer
A Kirby field for complex field structures.
Stars: ✭ 49 (+40%)
Mutual labels:  kirby-cms
kirby-blade-template
⬢ Laravel Blade template component for Kirby CMS.
Stars: ✭ 26 (-25.71%)
Mutual labels:  kirby-cms
murby
A plain Kirby 3 starterkit on steroids!
Stars: ✭ 41 (+17.14%)
Mutual labels:  kirby-cms
kirby-date-methods
Kirby 3 plugin providing field and page methods for formatting dates and creating PHP date objects
Stars: ✭ 13 (-62.86%)
Mutual labels:  kirby3-plugin
search-for-kirby
Kirby 3 plugin for adding a search index (sqlite or Algolia).
Stars: ✭ 42 (+20%)
Mutual labels:  kirby-cms
kirby3-bolt
Kirby 3 Plugin for a fast Page lookup even in big content trees
Stars: ✭ 24 (-31.43%)
Mutual labels:  kirby3-plugin
certbot-dns-loopia
Loopia DNS authentication plugin for Certbot
Stars: ✭ 28 (-20%)
Mutual labels:  maintainer-wanted
kirby-podcast
A KirbyCMS-Podcast-Plugin
Stars: ✭ 22 (-37.14%)
Mutual labels:  kirby-cms

Kirby 3 Help Section

Kirby Version Kirby 3 Pluginkit

Adds a panel view to display help for users. The help pages are generated by a predefined content folder.

Kirby Help Section

Commerical usage and support

This plugin is free under the MIT license. If you use it in a commercial project or want to support the development please consider to

Installation

Download

Download and copy this repository to /site/plugins/kirby-helpsection.

Git submodule

git submodule add https://github.com/amteich/kirby-helpsection.git site/plugins/kirby-helpsection

Composer

composer require amteich/kirby-helpsection

Options

All options require amteich.helpsection. as prefix.

contentfolder

  • default: helpsection
  • content of this folder is loaded into the help view of the panel

Setup

Copy the example structure in examples/content to your content folder.

content
  helpsection
    doc.txt
    0_contenttypes
      doc.txt
      image.png
    1_text
      doc.txt

A template named doc comes with the plugin which uses the fields title, excerpt and text to display the pages. The template can also be overwritten in your kirby installation or you could use your own templates for the documentation pages.

You could also use virtual pages to create pages and subpages. For example this model generates subpages for a page template textformats.

Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment.

License

MIT

Credits

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].