{"id":19167061,"url":"https://github.com/psmb/psmb.footnote","last_synced_at":"2026-03-02T00:31:56.467Z","repository":{"id":37706488,"uuid":"143440822","full_name":"psmb/Psmb.Footnote","owner":"psmb","description":"This package provides a footnote plugin for CKeditor5 integration in Neos CMS","archived":false,"fork":false,"pushed_at":"2024-02-13T14:30:41.000Z","size":1334,"stargazers_count":6,"open_issues_count":23,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T04:49:14.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psmb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-03T15:00:21.000Z","updated_at":"2022-05-13T09:40:19.000Z","dependencies_parsed_at":"2024-11-09T09:46:00.160Z","dependency_job_id":null,"html_url":"https://github.com/psmb/Psmb.Footnote","commit_stats":{"total_commits":13,"total_committers":3,"mean_commits":4.333333333333333,"dds":0.3076923076923077,"last_synced_commit":"43302e3b405c76f03eef8fd0ad17d372ca43aa45"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FPsmb.Footnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FPsmb.Footnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FPsmb.Footnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FPsmb.Footnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psmb","download_url":"https://codeload.github.com/psmb/Psmb.Footnote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FPsmb.Footnote/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178490,"owners_count":22817386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T09:35:38.608Z","updated_at":"2026-03-02T00:31:56.426Z","avatar_url":"https://github.com/psmb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This package provides a footnote plugin for CKeditor5 integraion in Neos CMS.\n\n![footnotes](https://user-images.githubusercontent.com/837032/43721125-a3566a00-999a-11e8-92af-d049c889951d.gif)\n\n## Installation\n\n1. Switch to using CKeditor 5\n2. `composer require 'psmb/footnote'`\n3. Enable footnote button on node properties that should support it, e.g.:\n\n```\n'Neos.NodeTypes:TextMixin':\n  properties:\n    text:\n      ui:\n        inline:\n          editorOptions:\n            formatting:\n              footnote: true\n```\n\n4. 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.:\n\n```\nprototype(Neos.Neos:PrimaryContent) {\n  @process.footnotes = Psmb.Footnote:FootnoteProcessor\n}\n```\n\n5. Optionally add some styling to footnotes in backend, e.g.:\n\n```\n.neos-backend span[data-footnote]:after {\n  content: '*';\n  color: orange;\n  border-bottom: orange solid 1px;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsmb%2Fpsmb.footnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsmb%2Fpsmb.footnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsmb%2Fpsmb.footnote/lists"}