# insert-at-the-caret

> A javascript function to perform text manipulation at the textarea cursor

Latest version **1.0.0** (published 2019-03-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install insert-at-the-caret
pnpm add insert-at-the-caret
yarn add insert-at-the-caret
bun add insert-at-the-caret
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-03-02 |
| First published | 2019-02-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 0 |
| Unpacked size | 7.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Craig Martin |
| Maintainers | craigmichaelmartin |
| Keywords | javascript, textarea |

## Links

- npm: https://www.npmjs.com/package/insert-at-the-caret
- npm.io page: https://npm.io/package/insert-at-the-caret

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-03-02
- 0.0.2 — 2019-03-01
- 0.0.1 — 2019-02-25

## README

# `insert-at-the-caret`

[![Build Status](https://travis-ci.org/craigmichaelmartin/insert-at-the-caret.svg?branch=master)](https://travis-ci.org/craigmichaelmartin/insert-at-the-caret)
[![Greenkeeper badge](https://badges.greenkeeper.io/craigmichaelmartin/insert-at-the-caret.svg)](https://greenkeeper.io/)
[![codecov](https://codecov.io/gh/craigmichaelmartin/insert-at-the-caret/branch/master/graph/badge.svg)](https://codecov.io/gh/craigmichaelmartin/insert-at-the-caret)

## Installation

```bash
npm install --save insert-at-the-caret
```

## What is `insert-at-the-caret`?

`insert-at-the-caret` is a javascript function to perform text manipulation at the textarea cursor.

## Demo

`insert-at-the-caret` powers (`markdown-textarea-editor`)[https://github.com/craigmichaelmartin/markdown-textarea-editor] which has a demo https://craigmichaelmartin.github.io/markdown-textarea-editor/

---
_Source: https://npm.io/package/insert-at-the-caret · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
