fregante / indent-textareaView external linksLinks
Add editor-like tab-to-indent functionality to <textarea>, in a few bytes
☆161Sep 7, 2023Updated 2 years ago
Alternatives and similar repositories for indent-textarea
Users that are interested in indent-textarea are comparing it to the libraries listed below
Sorting:
- Automatically expand a <textarea> to fit its content, in a few bytes☆84Mar 12, 2021Updated 4 years ago
- DOM event delegation, in <1KB☆199Oct 11, 2025Updated 4 months ago
- Parse an HTML string into `DocumentFragment` or one `Element`, in a few bytes (in browser)☆101Jul 7, 2023Updated 2 years ago
- A Set implementation with expirable keys☆16Aug 22, 2018Updated 7 years ago
- Insert text in a <textarea> and <input> (supports Firefox and Undo)☆83May 22, 2024Updated last year
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆285Oct 28, 2024Updated last year
- Count the number of lines in a string☆10Apr 17, 2016Updated 9 years ago
- An exploration of adding named parameters to JS☆150Oct 6, 2022Updated 3 years ago
- Get all property keys of an object including non-enumerable and inherited ones☆110Sep 7, 2021Updated 4 years ago
- Lightweight querySelector/All wrapper that outputs an Array☆129Nov 18, 2025Updated 2 months ago
- List of JavaScript types☆83Apr 30, 2024Updated last year
- Utility functions to use and combine `AbortSignal` and `AbortController` with Promises☆162Oct 13, 2025Updated 4 months ago
- A Map subclass with support for multiple keys for one entry.☆110Jun 29, 2025Updated 7 months ago
- A sorted queue, based on an array-backed binary heap☆107Nov 17, 2025Updated 2 months ago
- Cache values in your Web Extension and clear them on expiration. Also includes a memoize-like API to cache any function results automatic…☆84Jan 11, 2026Updated last month
- A tiny (215B) and fast utility to expand a flattened object☆204Apr 26, 2023Updated 2 years ago
- This repository is a work in progress and not seeking feedback yet.☆22Jul 25, 2018Updated 7 years ago
- UUID proposal for ECMAScript (Stage 1)☆460Apr 2, 2021Updated 4 years ago
- Assert a Map has a given key and return the value for it.☆12Nov 20, 2022Updated 3 years ago
- Get orientation from EXIF of image file. Supports both Browser and Node.js☆118Jan 19, 2026Updated 3 weeks ago
- Cycle through the items of an array☆242Apr 7, 2021Updated 4 years ago
- Split a string on the first occurrence of a given separator☆75Aug 20, 2025Updated 5 months ago
- An implementation of WHATWG AbortController interface.☆310Mar 30, 2021Updated 4 years ago
- Write many files atomically☆120Sep 11, 2018Updated 7 years ago
- JSON Schema TypeScript definitions with complete inline documentation.☆113Nov 17, 2025Updated 2 months ago
- Convert an object of time properties to milliseconds: `{seconds: 2}` → `2000`☆164Apr 21, 2021Updated 4 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆78Sep 11, 2025Updated 5 months ago
- noop functions to help formatters and syntax highlighters recognize embedded code☆98Dec 11, 2023Updated 2 years ago
- Transparently observe and/or intercept JavaScript Object and Array mutations (data changes) at any level (depth)☆11Feb 17, 2023Updated 2 years ago
- 🗄 Fanny Pack is a non-fancy, but very practical, key/value-store☆106Sep 20, 2018Updated 7 years ago
- the smallest component renderer☆18Aug 10, 2021Updated 4 years ago
- Exclude certain items from an array