All Projects → sylvainjule → Kirby Previews

sylvainjule / Kirby Previews

Add some missing structure previews. Kirby 3 only.

Labels

Projects that are alternatives of or similar to Kirby Previews

Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-20.45%)
Mutual labels:  scss
Lofi Player
🎧 A Lofi Player built with HTML, CSS and Javascript using Parcel as Module Bundler https://lakscastro.github.io/lofi-player
Stars: ✭ 38 (-13.64%)
Mutual labels:  scss
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+2209.09%)
Mutual labels:  scss
Activeadmin blaze theme
ActiveAdmin theme based on Blaze CSS toolkit
Stars: ✭ 35 (-20.45%)
Mutual labels:  scss
Browserstartpage
Build your own cross-browser speed-dial to sync via iCloud, Dropbox or your own solution.
Stars: ✭ 38 (-13.64%)
Mutual labels:  scss
Darkerr
A darker theme for Sonarr, Radarr & Lidarr
Stars: ✭ 41 (-6.82%)
Mutual labels:  scss
Mustard Ui
A starter CSS framework that actually looks good.
Stars: ✭ 968 (+2100%)
Mutual labels:  scss
Malyw.github.io
JavaScript/HTML/CSS blog
Stars: ✭ 43 (-2.27%)
Mutual labels:  scss
Bennett
My portfolio at https://bennettfeely.com
Stars: ✭ 997 (+2165.91%)
Mutual labels:  scss
Cusca
A ghost theme
Stars: ✭ 42 (-4.55%)
Mutual labels:  scss
Conferences
Music Technology / MIR conference and journal calls
Stars: ✭ 37 (-15.91%)
Mutual labels:  scss
Attila
Ghost Theme
Stars: ✭ 989 (+2147.73%)
Mutual labels:  scss
Atomic Design
The repository for the Atomic Design book
Stars: ✭ 1,013 (+2202.27%)
Mutual labels:  scss
Mailgo
💌 mailgo, a new concept of mailto and tel links
Stars: ✭ 978 (+2122.73%)
Mutual labels:  scss
Gochowdown
Hugo theme based on the Jekyll chowdown theme
Stars: ✭ 43 (-2.27%)
Mutual labels:  scss
Aroworkshop
Azure Red Hat OpenShift workshop
Stars: ✭ 35 (-20.45%)
Mutual labels:  scss
Heti
赫蹏(hètí)是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。
Stars: ✭ 1,003 (+2179.55%)
Mutual labels:  scss
Codyhouse Framework
A lightweight front-end framework for building accessible, bespoke interfaces.
Stars: ✭ 1,020 (+2218.18%)
Mutual labels:  scss
Jekyll Bootstrap4
Bootstrap 4 with Jekyll minimalistic example site
Stars: ✭ 43 (-2.27%)
Mutual labels:  scss
Node Sass
🌈 Node.js bindings to libsass
Stars: ✭ 7,979 (+18034.09%)
Mutual labels:  scss

Kirby Previews

Add some missing structure previews in the panel.

screenshot

This plugin is completely free and published under the MIT license. However, if you are using it in a commercial project and want to help me keep up with maintenance, please consider making a donation of your choice or purchasing your license(s) through my affiliate link.


1. Installation

Download and copy this repository to /site/plugins/previews

Alternatively, you can install it with composer: composer require sylvainjule/previews


2. Setup

That's it, no need for additional config. This plugin currently provides those field-previews :


3. Add / edit a preview

  • Clone the repo
  • cd to your newly created folder (named kirby-previews, or whatever you have chosen)
  • Please read the pluginkit guidelines, and install parcel as explained.

From there, adding a new preview might only take a few minutes:

  • Start by running the plugin in dev mode to benefit from hot-reload while working on your preview (npm run dev)
  • Create a new preview under src/components (check the existing previews for how to structure content).
  • Add your preview CSS in src/assets/styles.scss
  • Register you new preview in src/index.js (check the existing previews for how to do this).
  • Build the plugin (npm run build)
  • Create a pull request

You must run the build process before pushing the repo, else the hot-reload code will prevent it to work in any install.


4. License

MIT

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