form-feeds

Display form-feed characters (U+000C) as horizontal dividers in source code.

John Gardner

307

0

1.1.0

ISC

GitHub

Form-feed support for Atom

Build status: TravisCI Build status: AppVeyor Latest package version

Display form-feed characters (U+000C) as horizontal dividers in source code.

Placeholder preview

Inspired by the MELPA package of the same name.

Features:

Customisation

You can tweak the rendering of form-feed indicators using your stylesheet:

@import "packages/form-feeds/styles/variables.less";

// Thicker border
@{ff-border} @{ff-selector}::before{
	border-top-width: 2px;
}

// Replace `^L` with a green `FF` when `placeholderStyle` is set to "caret"
@{ff-caret} @{ff-selector}::before{
	content: "FF";
	color: #0f0;
}

More info