PHPackages                             samuell/contenteditor-plugin - 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. samuell/contenteditor-plugin

ActiveOctober-plugin[Utility &amp; Helpers](/categories/utility)

samuell/contenteditor-plugin
============================

Allows you to edit content files on the front-end pages.

1.3.6(2y ago)403.3k18[8 issues](https://github.com/Samuell1/contenteditor-plugin/issues)MITPHPPHP &gt;=7.0

Since Aug 11Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Samuell1/contenteditor-plugin)[ Packagist](https://packagist.org/packages/samuell/contenteditor-plugin)[ Docs](https://github.com/Samuell1/contenteditor-plugin)[ RSS](/packages/samuell-contenteditor-plugin/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (1)Versions (14)Used By (0)

[![Content Editor for OctoberCMS](https://camo.githubusercontent.com/eb1403c5b0337a0523b4c6b4269199197d1ae673a7fa51cc64bd32e8a84e8e5f/687474703a2f2f6f63746f626572636d732e636f6d2f73746f726167652f6170702f75706c6f6164732f7075626c69632f3537392f6135622f6363312f7468756d625f353130385f36347836345f305f305f6175746f2e706e67)](https://camo.githubusercontent.com/eb1403c5b0337a0523b4c6b4269199197d1ae673a7fa51cc64bd32e8a84e8e5f/687474703a2f2f6f63746f626572636d732e636f6d2f73746f726167652f6170702f75706c6f6164732f7075626c69632f3537392f6135622f6363312f7468756d625f353130385f36347836345f305f305f6175746f2e706e67) Content Editor for OctoberCMS
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#-content-editor-for-octobercms)

Edit content from front-end.

[![](https://camo.githubusercontent.com/d77e74e78bf250fca7c6554d00023fb0a06e65ea5b848d295d2a690262e9989e/68747470733a2f2f6f63746f626572636d732e636f6d2f73746f726167652f6170702f75706c6f6164732f7075626c69632f3565312f3231662f3134642f356531323166313464633130613330343037383432332e706e67)](https://camo.githubusercontent.com/d77e74e78bf250fca7c6554d00023fb0a06e65ea5b848d295d2a690262e9989e/68747470733a2f2f6f63746f626572636d732e636f6d2f73746f726167652f6170702f75706c6f6164732f7075626c69632f3565312f3231662f3134642f356531323166313464633130613330343037383432332e706e67)

### How to use it? It`s simple.

[](#how-to-use-it-its-simple)

- Drop the Content Editor component to a CMS page.
- Check if you have `{% framework %}` and `{% scripts %}` inside layout for working ajax requests and `{% styles %}` for additional css
- Use this code in your page code and link the editor to a content file or set name to autocreate new file

*Simple example:*

```
{% component 'contenteditor' file="filename_in_content.htm" %}
```

##### Properties

[](#properties)

- file - Content block filename to edit, optional. If doesnt exists it will autocreate
- fixture - Fixed name for content block, useful for inline texts (headers, spans...)
- tools - List of enabled tools, comma separated (for all default tools use `*` or leave empty to get all tools defined in settings of Content Editor)
- class - Class for element, mostly useful for fixtures

*Example:*

```
{% component 'contenteditor' file="filename_in_content.htm" fixture="h3" tools="bold,italic" class="my-class" %}
```

##### Tools list

[](#tools-list)

- `bold` =&gt; Bold (b)
- `italic` =&gt; Italic (i)
- `link` =&gt; Link (a)
- `small` =&gt; Small (small)
- `align-left` =&gt; Align left
- `align-center` =&gt; Align center
- `align-right` =&gt; Align right
- `heading` =&gt; Heading (h1)
- `subheading` =&gt; Subheading (h2)
- `subheading3` =&gt; Subheading3 (h3)
- `subheading4` =&gt; Subheading4 (h4)
- `subheading5` =&gt; Subheading5 (h5)
- `paragraph` =&gt; Paragraph (p)
- `unordered-list` =&gt; Unordered list (ul)
- `ordered-list` =&gt; Ordered list (ol)
- `table` =&gt; Table
- `indent` =&gt; Indent
- `unindent` =&gt; Unindent
- `line-break` =&gt; Line-break (br)
- `image` =&gt; Image upload
- `video` =&gt; Video
- `preformatted` =&gt; Preformatted (pre)

*Inspired by [Editable plugin](http://octobercms.com/plugin/rainlab-editable) and using Content tools editor .*

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 91.1% 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 ~149 days

Recently: every ~258 days

Total

11

Last Release

972d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3110002?v=4)[Samuel](/maintainers/Samuell1)[@Samuell1](https://github.com/Samuell1)

---

Top Contributors

[![Samuell1](https://avatars.githubusercontent.com/u/3110002?v=4)](https://github.com/Samuell1 "Samuell1 (173 commits)")[![PubliAlex](https://avatars.githubusercontent.com/u/55833027?v=4)](https://github.com/PubliAlex "PubliAlex (7 commits)")[![Pixinside](https://avatars.githubusercontent.com/u/1736427?v=4)](https://github.com/Pixinside "Pixinside (2 commits)")[![cheb60](https://avatars.githubusercontent.com/u/16880477?v=4)](https://github.com/cheb60 "cheb60 (2 commits)")[![haleksandre](https://avatars.githubusercontent.com/u/8269937?v=4)](https://github.com/haleksandre "haleksandre (2 commits)")[![gergo85](https://avatars.githubusercontent.com/u/2959112?v=4)](https://github.com/gergo85 "gergo85 (1 commits)")[![tellernotfound](https://avatars.githubusercontent.com/u/11178445?v=4)](https://github.com/tellernotfound "tellernotfound (1 commits)")[![tschmidleithner](https://avatars.githubusercontent.com/u/6713737?v=4)](https://github.com/tschmidleithner "tschmidleithner (1 commits)")[![xseguib](https://avatars.githubusercontent.com/u/11737272?v=4)](https://github.com/xseguib "xseguib (1 commits)")

---

Tags

contentcontenttoolseditorjavascriptlaraveloctobercmsoctobercms-pluginphpcontenteditoroctobercms

### Embed Badge

![Health badge](/badges/samuell-contenteditor-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/samuell-contenteditor-plugin/health.svg)](https://phpackages.com/packages/samuell-contenteditor-plugin)
```

###  Alternatives

[h5p/h5p-editor

H5P Editor functionality in PHP

761.5M29](/packages/h5p-h5p-editor)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)

PHPackages © 2026

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