@wallneradam/trailing_space_remover
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

trailing-space-remover

Removes trailing spaces on before save from notebook cells and editors.

It can move cursors and selections to the expected place after space removal. It supports multicursors and multi selections.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @wallneradam/trailing_space_remover

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

Package Sidebar

Install

npm i @wallneradam/trailing_space_remover

Weekly Downloads

1

Version

0.5.0

License

BSD-3-Clause

Unpacked Size

9.89 kB

Total Files

5

Last publish

Collaborators

  • wallneradam