awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 repository-uri

Awesome GitHub RepositoriesText Selection Control

APIs for programmatically manipulating the cursor position and selection range within a text editor.

Distinct from Pane Cursor Controllers: Distinct from system cursor or terminal cursors; focuses on the text selection API of a rich text editor.

Explore 21 awesome GitHub repositories matching user interface & experience · Text Selection Control. Refine with filters or upvote what's useful.

Awesome Text Selection Control GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • codemirror/codemirror5Avatar codemirror

    codemirror/codemirror5

    27,247Vezi pe GitHub↗

    CodeMirror 5 is a browser-based code editor and extensible UI component. It functions as a syntax highlighting engine and a programmable text surface, providing a professional coding experience embedded within web pages. The project is distinguished by its ability to act as a collaborative text editor, synchronizing document changes across multiple users in real time. It also includes a dedicated Vim emulation layer that implements modal keyboard interactions, motions, and operators. The system covers broad capability areas including language support for autocompletion and error analysis, co

    Allows defining text ranges as read-only or atomic to control user interaction.

    JavaScript
    Vezi pe GitHub↗27,247
  • basecamp/trixAvatar basecamp

    basecamp/trix

    19,970Vezi pe GitHub↗

    Trix is a rich text editor and WYSIWYG text component designed for composing and formatting documents with inline styling and block elements. It functions as an HTML content editor that manages and sanitizes input to ensure a secure and consistent document structure, while serving as a document state manager that tracks edit history and persists serialized state. The editor integrates directly with standard HTML forms, converting rich text into data for submission. It features a configurable sanitization engine that cleanses input HTML to remove unsupported tags and mitigate security risks.

    Provides programmatic control to set the start and end positions of the user cursor and selection range.

    JavaScript
    Vezi pe GitHub↗19,970
  • xi-editor/xi-editorAvatar xi-editor

    xi-editor/xi-editor

    19,816Vezi pe GitHub↗

    xi-editor is a high-performance text editor core written in Rust. It employs a client-server architecture that separates the backend editor logic from the user interface, allowing diverse frontends to communicate with the core via a standardized protocol. The project is distinguished by its use of rope-based text buffers for efficient manipulation of large documents and a collaborative engine powered by conflict-free replicated data types to synchronize concurrent edits. It further features an extensible plugin system that integrates external binaries and third-party tools through JSON-based

    Manages cursor movement and complex selection ranges across point, word, or line granularity.

    Rust
    Vezi pe GitHub↗19,816
  • rstacruz/cheatsheetsAvatar rstacruz

    rstacruz/cheatsheets

    14,429Vezi pe GitHub↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Offers technical references for programmatically manipulating cursor positions and selection ranges within a text editor.

    SCSS
    Vezi pe GitHub↗14,429
  • mawww/kakouneAvatar mawww

    mawww/kakoune

    10,938Vezi pe GitHub↗

    Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.

    The editor finds occurrences of text via regex to create or jump between selections.

    C++
    Vezi pe GitHub↗10,938
  • prompt-toolkit/python-prompt-toolkitAvatar prompt-toolkit

    prompt-toolkit/python-prompt-toolkit

    10,498Vezi pe GitHub↗

    This project is a Python terminal user interface library and toolkit designed for building interactive command-line applications. It provides a terminal input manager and a widget toolkit for rendering dashboards, menus, and editors within a terminal emulator. The library enables the creation of full-screen terminal interfaces and interactive shells. It distinguishes itself with advanced input handling, including lexer-based syntax highlighting for visual feedback on code structure and support for industry-standard keyboard navigation modes such as Emacs and Vi. The capability surface covers

    Provides capabilities for highlighting and selecting text blocks for copying and pasting.

    Python
    Vezi pe GitHub↗10,498
  • whatwg/htmlAvatar whatwg

    whatwg/html

    9,163Vezi pe GitHub↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Controls the start, end, and direction of text selection and programmatic range replacement.

    HTMLcanvaseventsourcehtml
    Vezi pe GitHub↗9,163
  • terryma/vim-multiple-cursorsAvatar terryma

    terryma/vim-multiple-cursors

    7,952Vezi pe GitHub↗

    This is a Vim plugin that adds simultaneous multi-selection and parallel editing capabilities to the editor. It functions as a multi-cursor tool and regex-based batch editor, allowing users to perform the same editing action across multiple locations in a buffer at once. The extension enables the placement of virtual cursors across a document using regular expressions or by identifying all occurrences of a word. It also allows for the generation of cursors on every line within a visual selection to facilitate multi-line block editing. The tool supports synchronized character insertion and pa

    Provides regular expression-based selection to identify and spawn virtual cursors at all matching text occurrences.

    Vim script
    Vezi pe GitHub↗7,952
  • codemirror/devAvatar codemirror

    codemirror/dev

    7,820Vezi pe GitHub↗

    CodeMirror is a browser-based code editor framework and modular extension system used to embed full-featured text editors into web pages. It functions as a syntax tree parsing engine and a language server protocol client, enabling structural language analysis and deep integration with external programming language services. The project is distinguished by its modular architecture, which uses a system of extensions and compartments for dynamic reconfiguration at runtime. It supports real-time collaborative editing and state synchronization through an operational transformation framework, allow

    Supports simultaneous editing across multiple non-contiguous text selections using multiple cursors.

    JavaScript
    Vezi pe GitHub↗7,820
  • olifolkerd/tabulatorAvatar olifolkerd

    olifolkerd/tabulator

    7,550Vezi pe GitHub↗

    Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure

    Evaluates custom conditions to determine which specific rows are permitted to be selected.

    JavaScriptajaxcdnjsdata
    Vezi pe GitHub↗7,550
  • hongyangandroid/flowlayoutAvatar hongyangAndroid

    hongyangAndroid/FlowLayout

    5,579Vezi pe GitHub↗

    FlowLayout este un widget de vizualizare personalizat pentru Android conceput pentru a înfășura elementele copil pe mai multe linii. Funcționează ca un layout bazat pe adaptor care populează și actualizează conținutul care curge dintr-o sursă de date, specific pentru afișarea colecțiilor de tag-uri sau chip-uri. Componenta include un sistem de selecție a tag-urilor care suportă moduri de selecție unică sau multiplă cu limite configurabile. Gestionează interacțiunile utilizatorului prin gestionarea click-urilor pe tag-uri și include un manager de stare pentru a persista indicii de selecție pe parcursul reconstrucției activității și rotațiilor ecranului. Biblioteca oferă capabilități pentru popularea dinamică a datelor și măsurarea automată a layout-ului pentru a asigura că elementele se înfășoară corect în funcție de spațiul orizontal disponibil pe ecran.

    Saves and restores the current selection of items during activity reconstruction to prevent data loss.

    Java
    Vezi pe GitHub↗5,579
  • code-hike/codehikeAvatar code-hike

    code-hike/codehike

    5,365Vezi pe GitHub↗

    Codehike este un framework de documentație bazat pe React și un instrument interactiv pentru walkthrough-uri de cod. Acesta funcționează ca un orchestrator de conținut markdown care transformă markdown-ul decorat în date structurate și componente React, servind drept strat de vizualizare pentru evidențierea secțiunilor de cod, a diferențelor (diffs) și a erorilor de compilare. Proiectul se distinge prin capacitatea de a crea experiențe de tip "scrollycoding" și tutoriale tehnice pas cu pas. Dispune de animații la nivel de token care demonstrează vizual modul în care logica evoluează între versiunile de cod și oferă un sistem pentru sincronizarea stării UI cu poziția de scroll a browserului. Framework-ul acoperă o gamă largă de capacități de vizualizare, inclusiv crearea de slideshow-uri de cod, layout-uri de tip spotlight și blocuri de cod cu tab-uri. Suportă adnotarea detaliată a codului prin tooltips, callout-uri și note de subsol, precum și utilitare funcționale precum switchere de limbaj, transpilarea codului și integrarea datelor de compilare în timp real. Sistemul utilizează validarea bazată pe schemă pentru a asigura siguranța tipurilor și consistența datelor structurate extrase din fișierele markdown.

    Uses regular expressions to identify and select specific text patterns within code blocks for styling and annotation.

    TypeScriptblogcodedocs
    Vezi pe GitHub↗5,365
  • cadquery/cadqueryAvatar CadQuery

    CadQuery/cadquery

    5,351Vezi pe GitHub↗

    CadQuery este o bibliotecă de modelare 3D programatică și un framework CAD parametric care permite generarea de solide geometrice complexe și ansambluri folosind un API Python fluent. Acesta funcționează ca un motor de geometrie B-Rep, permițând construcția modelelor prin cod, în loc de o interfață grafică utilizator. Proiectul este construit pe nucleul Open CASCADE Technology și utilizează un API de tip method-chaining pentru a înlănțui comenzile geometrice în secvență. Se distinge printr-un sistem de coordonate bazat pe planuri de lucru (workplane) și un sistem puternic de selecție care utilizează filtrarea topologică și spațială pentru a viza fețe, muchii sau vârfuri specifice pentru operațiuni. Biblioteca acoperă o gamă cuprinzătoare de capabilități, inclusiv schițarea parametrică 2D, generarea de solide 3D prin extrudare și lofting, și gestionarea ierarhică a ansamblurilor cu constrângeri geometrice. De asemenea, oferă instrumente pentru rafinarea geometriei, cum ar fi rotunjirea (filleting) și golirea (shelling), și suportă importul și exportul formatelor standard din industrie, inclusiv STEP și DXF. Framework-ul include un motor de randare încorporat pentru vizualizarea și inspecția interactivă a modelelor în timpul procesului de scripting.

    Groups multiple geometric filters using logical operators to refine the selection of specific model elements.

    Python3dbrepcad
    Vezi pe GitHub↗5,351
  • neilj/squireAvatar neilj

    neilj/Squire

    4,902Vezi pe GitHub↗

    Squire este un editor de text bogat bazat pe DOM și editor de conținut WYSIWYG care tratează HTML-ul brut ca sursă de adevăr. Funcționează ca un sistem pentru manipularea directă a modelului obiect al documentului pentru a oferi o interfață vizuală pentru editarea conținutului web complex. Proiectul se concentrează pe editarea HTML arbitrară, permițând modificarea oricărui conținut HTML fără a pierde formatarea originală. Include instrumente pentru normalizarea și sanitizarea conținutului HTML pentru a se asigura că intrarea brută este curățată și structurată consistent înainte de a fi randată ca noduri editabile. Suprafața de capabilități a editorului acoperă formatarea inline, gestionarea elementelor de bloc și inserarea fragmentelor media. Oferă, de asemenea, gestionarea stării pentru urmărirea pozițiilor cursorului și menținerea unui istoric de undo și redo bazat pe snapshot-uri.

    Manages editor focus and moves the cursor to document boundaries using the browser selection range.

    TypeScript
    Vezi pe GitHub↗4,902
  • gluestack/gluestack-uiAvatar gluestack

    gluestack/gluestack-ui

    4,931Vezi pe GitHub↗

    gluestack-ui is a cross-platform React component library built with Tailwind CSS. It provides over 30 pre-built, accessible components that can be installed by copying their source files directly into a project, giving developers full control over customization without external runtime dependencies. Every component implements WAI-ARIA patterns, keyboard navigation, and screen reader support out of the box. A key differentiator is the copy-paste architecture: rather than a traditional package dependency, component source code is placed in the project, allowing direct editing and eliminating ve

    Retains the user's selected option when a bottom sheet is closed by dragging down or tapping the backdrop.

    TypeScriptaccessibilitycomponent-librarycustomizable-components
    Vezi pe GitHub↗4,931
  • mg979/vim-visual-multiAvatar mg979

    mg979/vim-visual-multi

    4,864Vezi pe GitHub↗

    vim-visual-multi este un plugin pentru Vim și Neovim care oferă editare de text cu cursoare multiple. Funcționează ca un editor de text cu cursoare multiple și orchestrator de macro-uri, permițând inserări, ștergeri și înlocuiri paralele pe diverse apariții ale textului. Plugin-ul include un instrument de selecție a textului regex utilizat pentru a genera cursoare multiple pe baza tiparelor de expresii regulate. Acest lucru permite identificarea cuvintelor sau fragmentelor potrivite pentru a efectua modificări în lot pe un fișier. Sistemul acoperă mai multe domenii de capabilități, inclusiv alinierea verticală și sincronizarea cursoarelor la o coloană comună. De asemenea, oferă automatizare pentru execuția comenzilor în lot, permițând rularea macro-urilor pe toate pozițiile active ale cursorului. Instrumentele de gestionare a selecției permit adăugarea, eliminarea sau omiterea unor apariții specifice pentru a rafina setul activ de cursoare.

    Simulates multiple active editing points by tracking coordinates outside the native editor state.

    Vim Scriptcursormultiple-cursorsvim
    Vezi pe GitHub↗4,864
  • tencent/cherry-markdownAvatar Tencent

    Tencent/cherry-markdown

    4,727Vezi pe GitHub↗

    Cherry Markdown is a web-based Markdown editor and parsing engine that converts markup text into sanitized HTML with a real-time synchronized preview pane. It functions as a rich text interface and WYSIWYG tool, providing a system for transforming markup strings into HTML documents or portable formats. The project distinguishes itself through high-performance rendering and a flexible extensibility model. It uses virtual DOM diffing and partial rendering to maintain responsiveness in large documents, and it allows for the creation of custom parsing rules and specialized HTML components via a p

    Provides APIs to programmatically adjust the cursor and selection range for wrapping text in Markdown syntax.

    JavaScripteditorjavascriptmarkdown
    Vezi pe GitHub↗4,727
  • swimlane/ngx-datatableAvatar swimlane

    swimlane/ngx-datatable

    4,671Vezi pe GitHub↗

    ngx-datatable is a feature-rich data table component for Angular applications designed to display and manage large datasets. It functions as a customizable data grid that supports sorting, pagination, and the use of custom Angular templates for styling data cells. The component is distinguished by its high-performance virtual scrolling grid, which renders only visible rows to optimize memory and CPU usage. It provides an interactive interface for managing data through row selection, column reordering, and expandable detail views. The project covers a broad set of capabilities including colum

    Implements conditional logic to determine whether specific rows are eligible for selection based on defined criteria.

    TypeScriptangularangular-componentsangular2
    Vezi pe GitHub↗4,671
  • martanne/visAvatar martanne

    martanne/vis

    4,634Vezi pe GitHub↗

    Vis este un editor de text modal bazat pe terminal care utilizează keybinding-uri vi și un sistem de expresii regulate structurale. Acesta funcționează ca un mediu scriptabil unde Lua este utilizat pentru configurare, mapări de taste personalizate și dezvoltarea de plugin-uri. Editorul se distinge printr-un sistem de evidențiere a sintaxei bazat pe Parsing Expression Grammars și un motor de potrivire a tiparelor care tratează textul ca pe o structură pentru operațiuni complexe de căutare și înlocuire. De asemenea, se integrează direct cu shell-ul sistemului, permițând utilizatorilor să trimită intervale de text către comenzi externe și să captureze rezultatul. Proiectul oferă capabilități largi pentru manipularea textului, inclusiv utilizarea mai multor cursoare și selecții, un graf orientat pentru istoricul de undo și redo neliniar și o interfață cu mai multe ferestre randată prin secvențe de escape VT-100. Utilizatorii pot defini mișcări și operatori personalizați prin API-ul de scripting încorporat. Aplicația poate fi compilată într-un singur binar legat static pentru portabilitate.

    Supports the management of multiple active cursors and non-contiguous selections for parallel editing.

    C
    Vezi pe GitHub↗4,634
  • getmeuk/contenttoolsAvatar GetmeUK

    GetmeUK/ContentTools

    3,977Vezi pe GitHub↗

    ContentTools este un framework JavaScript și o suită de instrumente pentru construirea de editoare vizuale WYSIWYG. Oferă o bibliotecă de manipulare DOM pentru parsarea și transformarea șirurilor HTML în regiuni editabile structurate, alături de un orchestrator vizual de documente care gestionează comportamentele elementelor și tranzițiile de stare. Framework-ul include un manager specializat de selecție în browser pentru a asigura poziționarea consistentă a cursorului și evidențierea intervalelor de text în diferite browsere web. De asemenea, dispune de un validator de conținut HTML utilizat pentru a curăța output-ul și a converti link-urile media de la terți în formate embed valide. Sistemul acoperă o gamă largă de capabilități, inclusiv manipularea interactivă a DOM-ului pentru elemente redimensionabile și care pot fi glisate, formatarea textului bogat și fluxuri de lucru pentru procesarea imaginilor (decupare și rotire). Oferă, de asemenea, instrumente pentru urmărirea istoricului editărilor prin snapshot-uri DOM și un sistem de componente UI pentru gestionarea barelor de instrumente și a navigării ierarhice (breadcrumb). Proiectul impune securitatea prin restricții asupra atributelor elementelor pentru a preveni modificările neautorizate ale tag-urilor HTML.

    Saves and restores caret positions and selection ranges to maintain user context during DOM re-mounting.

    JavaScriptcontenttoolswysiwyg-editors
    Vezi pe GitHub↗3,977
Înapoi12Înainte
  1. Home
  2. User Interface & Experience
  3. Text Selection Control

Explorează sub-etichetele

  • Cursor Focus ControllersUtilities for managing editor focus and programmatic cursor positioning within a document. **Distinct from Multiple Cursors:** Focuses on single-cursor navigation and focus management rather than multiple non-contiguous cursors.
  • Multi-Caret ManipulationsAdvanced text modification techniques using multiple simultaneous cursors and rectangular blocks. **Distinct from Text Selection Control:** Specifically covers multi-caret and rectangular block editing rather than general programmatic cursor control.
  • Multiple Cursors1 sub-tagCapabilities for managing and manipulating several non-contiguous text selections and cursors simultaneously. **Distinct from Text Selection Control:** Distinct from Text Selection Control: specifically handles the management of multiple active cursor sites rather than a single selection range.
  • Regex-Based Selection2 sub-tag-uriThe use of regular expressions to identify and select multiple text regions simultaneously. **Distinct from Text Selection Control:** Distinct from general text selection control by focusing specifically on pattern-driven discovery and multi-cursor creation.
  • Selection State Persistence1 sub-tagMechanisms for saving and restoring selection ranges and cursor positions using internal storage. **Distinct from Text Selection Control:** Distinct from Text Selection Control: focuses on the persistence and restoration of selection state rather than active manipulation.
  • Text Range ConstraintsDefines specific behavioral properties for ranges of text, such as read-only or atomic status. **Distinct from Text Selection Control:** Distinct from Text Selection Control: focuses on defining behavioral constraints of the text itself rather than moving the cursor.