PHPackages                             seppzzz/html-editor-scroll - 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. seppzzz/html-editor-scroll

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

seppzzz/html-editor-scroll
==========================

Provides a Silverstripe TinyMCE plugin that records the last scrolled or edited position in the HTML editor field. This is especially useful for editing long content, preventing the need to search and scroll to your previous position after saving.

2.0.0(1y ago)012BSD-3-ClausePHPPHP ^8.0

Since Sep 27Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/seppzzz/HtmlEditor-Save-Scroll-Position)[ Packagist](https://packagist.org/packages/seppzzz/html-editor-scroll)[ RSS](/packages/seppzzz-html-editor-scroll/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

SilverStripe HTMLEditor Scroll Plugin
=====================================

[](#silverstripe-htmleditor-scroll-plugin)

Provides a Silverstripe TinyMCE plugin that records the last scrolled or edited position in the HTML editor field. This is especially useful for editing long content, preventing the need to search and scroll to your previous position after saving. Also adds a Scroll-To-Top Button to TinyMce.

Requirements
------------

[](#requirements)

SilverStripe 4 / 5 / 6

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

[](#installation)

You can install the module via Composer by specifying the appropriate branch alias or version constraint for your SilverStripe version:

SilverStripe VersionComposer Command^6.0`composer require seppzzz/html-editor-scroll`^5.0`composer require seppzzz/html-editor-scroll:dev-silverstripe_5`^4.0`composer require seppzzz/html-editor-scroll:dev-silverstripe_4````
```

Alternatively, you can download the `.zip file` from GitHub, extract it, rename the extracted folder to `html-editor-scroll`, and copy it to your `vendor/seppzzz/` directory.

After installation, run the following commands to rebuild your SilverStripe project and expose the necessary assets:

```
# Rebuild the database and regenerate the manifest
vendor/bin/sake dev/build

# Expose the module's public assets
vendor/bin/vendor-expose
```

Documentation
-------------

[](#documentation)

By default, every `HTMLEditorField` uses the default TinyMCEConfig `cms`. To enable this plugin for a custom TinyMCEConfig, add the following code to your SilverStripe configuration:

```
use SilverStripe\Forms\HTMLEditor\TinyMCEConfig;
use SilverStripe\Core\Manifest\ModuleLoader;

// Load the module where the scroll plugin is located
$editorScrollModule = ModuleLoader::inst()->getManifest()->getModule('seppzzz/html-editor-scroll');

// Enable the scrollposition plugin in the custom TinyMCE configuration
TinyMCEConfig::get('mycustomconfig')->enablePlugins([
    'scrollposition' => $editorScrollModule->getResource('dist/javascript/mceplugin/editorscrollpos/scroll-pos-mce-plugin.js'),
]);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance46

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~0 days

Total

2

Last Release

597d ago

PHP version history (2 changes)2.0.0PHP ^8.0

1.0.0PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8b4f1ff3d3079c2907fd8b5abcd67e41c1b348f1cf7f1624e8815cf87a6cd4c?d=identicon)[seppzzz](/maintainers/seppzzz)

---

Top Contributors

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

---

Tags

silverstripecmstinymce pluginhtmleditorfieldseppzzzscroll to position

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/seppzzz-html-editor-scroll/health.svg)

```
[![Health](https://phpackages.com/badges/seppzzz-html-editor-scroll/health.svg)](https://phpackages.com/packages/seppzzz-html-editor-scroll)
```

PHPackages © 2026

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