Improving Backdrop Contrib documentation

I'd like to discuss the possibility of improving the documentation for contrib projects.  Not every project will need this and for many the README is all that is needed, but some use the Wiki.  Wikis are alright but they are not searchable, either internally or from Google.

I've been experimenting with VitePress (used for Lando documentation) as a Github Action to publish into pages.  At present, GitHub Pages are disabled in backdrop-contrib but perhaps this could change?

CKEditor 5 - Upgrade and Caveats

Backdrop 1.27.0 released January 15, 2024, and included a new major version of the popular rich text editor CKEditor. The jump from CKEditor 4 to 5 is a big one, with an entirely new plugin architecture.

This session we'll be reviewing the upgrade process for sites using CKEditor 4, starting with sites that are simply upgrading to the latest version. Then we'll go over common issues and differences from CKEditor 4, such as loading CSS into the editor.

Finally, we'll take a look at upgrading modules and plugins to the new API.

Preparing for CKEditor 5

CKEditor 4 is reaching its end of support November 2023. The Backdrop community has been working towards transitioning to CKEditor 5. Come see the current state of the new module, how to test it, and what work remains to be done. We expect this module will be included in Backdrop 1.27.0.

Bee Inspired

Introduction

Bee is the command line tool for Backdrop that is developed specifically for Backdrop and is being actively developed. It runs on Linux based systems (including MacOS) but not Windows.  It has a number of functions in common with Drush and Brush but there are a few key gaps.

Decoupled Blocks with Drupal, Backdrop, and React

Over the last few months I decided to start building some of the decoupled blocks that I've been hearing about at Drupal events.  After getting the Drupal version working I wondered about how I would put the same block into a Backdrop site.  So I changed the module to be a Backdrop module instead of a Drupal module.

After that project I had a Backdrop site that had information I wanted to share inside a Drupal site.  I reversed the process, making a decoupled Backdrop block first and then changing the module to be a Drupal module.

Decoupled Blocks with Drupal, Backdrop, and React

Over the last few months I decided to start building some of the decoupled blocks that I've been hearing about at Drupal events.  After getting the Drupal version working I wondered about how I would put the same block into a Backdrop site.  So I changed the module to be a Backdrop module instead of a Drupal module.

After that project I had a Backdrop site that had information I wanted to share inside a Drupal site.  I reversed the process, making a decoupled Backdrop block first and then changing the module to be a Drupal module.

Pages