PHPackages                             psmb/footnote - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. psmb/footnote

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

psmb/footnote
=============

Footnotes CKeditor5 plugin for Neos CMS

0.3(6y ago)61.9k4[3 issues](https://github.com/psmb/Psmb.Footnote/issues)[20 PRs](https://github.com/psmb/Psmb.Footnote/pulls)MITJavaScript

Since Aug 6Pushed 2y ago2 watchersCompare

[ Source](https://github.com/psmb/Psmb.Footnote)[ Packagist](https://packagist.org/packages/psmb/footnote)[ RSS](/packages/psmb-footnote/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (21)Used By (0)

This package provides a footnote plugin for CKeditor5 integraion in Neos CMS.

[![footnotes](https://user-images.githubusercontent.com/837032/43721125-a3566a00-999a-11e8-92af-d049c889951d.gif)](https://user-images.githubusercontent.com/837032/43721125-a3566a00-999a-11e8-92af-d049c889951d.gif)

Installation
------------

[](#installation)

1. Switch to using CKeditor 5
2. `composer require 'psmb/footnote'`
3. Enable footnote button on node properties that should support it, e.g.:

```
'Neos.NodeTypes:TextMixin':
  properties:
    text:
      ui:
        inline:
          editorOptions:
            formatting:
              footnote: true

```

4. Add Fusion processor over the needed content collection, from which the footnotes should be gathered and rendered (or write your own Fusion or JS solution), e.g.:

```
prototype(Neos.Neos:PrimaryContent) {
  @process.footnotes = Psmb.Footnote:FootnoteProcessor
}

```

5. Optionally add some styling to footnotes in backend, e.g.:

```
.neos-backend span[data-footnote]:after {
  content: '*';
  color: orange;
  border-bottom: orange solid 1px;
}

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 73.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~238 days

Total

3

Last Release

2401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e7861363bc4d9a01d804fb1823366c3e59f339542e3a4ea89f7cea7b0ea91af?d=identicon)[dimaip](/maintainers/dimaip)

---

Top Contributors

[![dimaip](https://avatars.githubusercontent.com/u/837032?v=4)](https://github.com/dimaip "dimaip (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![hvdhotline](https://avatars.githubusercontent.com/u/8250013?v=4)](https://github.com/hvdhotline "hvdhotline (1 commits)")

### Embed Badge

![Health badge](/badges/psmb-footnote/health.svg)

```
[![Health](https://phpackages.com/badges/psmb-footnote/health.svg)](https://phpackages.com/packages/psmb-footnote)
```

###  Alternatives

[sitegeist/kaleidoscope

Responsive-images for Neos

29364.3k11](/packages/sitegeist-kaleidoscope)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[neos/seo

SEO configuration and tools for Neos

131.0M28](/packages/neos-seo)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21175.8k](/packages/techdivision-ckstyles)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1593.1k1](/packages/sitegeist-taxonomy)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14101.5k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
