PHPackages                             tentapress/page-editor - 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. tentapress/page-editor

ActiveLibrary

tentapress/page-editor
======================

v0.4.0(2mo ago)07MITJavaScriptPHP ^8.2

Since Feb 4Pushed 2mo agoCompare

[ Source](https://github.com/tentaplane/plugin-page-editor)[ Packagist](https://packagist.org/packages/tentapress/page-editor)[ RSS](/packages/tentapress-page-editor/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Page Editor
===========

[](#page-editor)

Notion-style continuous page editor for TentaPress.

Plugin Details
--------------

[](#plugin-details)

FieldValueID`tentapress/page-editor`Version0.4.0Provider`TentaPress\\PageEditor\\PageEditorServiceProvider`Features
--------

[](#features)

- Continuous writing surface (Editor.js based)
- Slash command inserter
- Inline formatting tools
- Header, list, quote, delimiter, image, code, checklist, callout, and embed blocks
- Full-screen editor mode for pages and posts
- Per-entry editor choice (`blocks` or `page`)
- Registers the `page` editor driver in the shared editor driver registry
- JSON document storage + renderer integration
- Image blocks now persist media IDs (with URL fallback) for variant-aware frontend rendering

Dependencies
------------

[](#dependencies)

- `tentapress/pages`
- `tentapress/posts`

Data Model Integration
----------------------

[](#data-model-integration)

This plugin stores page-editor documents in the `content` JSON column used by pages/posts when `editor_driver = page`.

Asset Build
-----------

[](#asset-build)

Plugin assets are built inside the plugin package:

```
cd plugins/tentapress/page-editor
bun install
bun run build
```

If Bun is not available:

```
npm install
npm run build
```

Build output:

- `plugins/tentapress/page-editor/build`

When the plugin is enabled, assets are published to:

- `public/plugins/tentapress/page-editor/build`

When the plugin is disabled, published assets are removed.

Development
-----------

[](#development)

```
php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/page-editor
```

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance93

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~3 days

Total

6

Last Release

75d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11545f8e3c50e6d1466ac2948bd15c952a2dc721ba413cfd9f72334a33715f1a?d=identicon)[csoutham](/maintainers/csoutham)

---

Top Contributors

[![csoutham](https://avatars.githubusercontent.com/u/576413?v=4)](https://github.com/csoutham "csoutham (11 commits)")

### Embed Badge

![Health badge](/badges/tentapress-page-editor/health.svg)

```
[![Health](https://phpackages.com/badges/tentapress-page-editor/health.svg)](https://phpackages.com/packages/tentapress-page-editor)
```

PHPackages © 2026

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