awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cjwirth/richeditorview

Open-source alternatives to RichEditorView

30 open-source projects similar to cjwirth/richeditorview, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best RichEditorView alternative.

  • nnhubbard/zssrichtexteditorAvatar von nnhubbard

    nnhubbard/ZSSRichTextEditor

    3,785Auf GitHub ansehen↗

    ZSSRichTextEditor is an Objective-C UI library that provides a bidirectional markup editor for native iOS applications. It integrates a web-view-based HTML editor that allows users to compose formatted content through a visual interface while maintaining synchronization with a syntax-highlighted raw source view. The editor features a dual-view system that reflects changes in real time between the visual editor and the underlying HTML code. It supports the injection of custom CSS to control visual presentation and allows for the extension of the editing toolbar with custom buttons and layouts.

    Objective-C
    Auf GitHub ansehen↗3,785
  • adrianmo/go-nmeaA

    adrianmo/go-nmea

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • antchfx/xmlqueryA

    antchfx/xmlquery

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ai/nanoidAvatar von ai

    ai/nanoid

    26,821Auf GitHub ansehen↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    Auf GitHub ansehen↗26,821
  • alecthomas/chromaAvatar von alecthomas

    alecthomas/chroma

    4,960Auf GitHub ansehen↗

    Chroma is a syntax highlighter written in Go that converts raw source code into colorized text or HTML. It identifies programming languages and tokens using language-specific lexers to produce highlighted output for various environments. The project utilizes a theme-driven colorization system that decouples token types from final colors through an intermediate style mapping layer. This allows for custom code theming by mapping specific token categories to foreground and background colors. The system covers language identification, terminal text formatting for ANSI-compatible viewers, and web

    Goconsolegogolang
    Auf GitHub ansehen↗4,960

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • alexdrone/ios-fontawesomeAvatar von alexdrone

    alexdrone/ios-fontawesome

    1,741Auf GitHub ansehen↗

    NSString+FontAwesome

    Objective-C
    Auf GitHub ansehen↗1,741
  • alixaxel/genexA

    alixaxel/genex

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • allendang/pipeitA

    AllenDang/PipeIt

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • amayne/swiftstringAvatar von amayne

    amayne/SwiftString

    1,609Auf GitHub ansehen↗

    A comprehensive, lightweight string extension for Swift

    Swift
    Auf GitHub ansehen↗1,609
  • andialbrecht/sqlparseAvatar von andialbrecht

    andialbrecht/sqlparse

    4,008Auf GitHub ansehen↗

    sqlparse is a Python library for the programmatic analysis and manipulation of SQL statements. It provides a non-validating parser that breaks down SQL text into tokens and a utility to divide strings containing multiple queries into individual statements. The project includes a code formatter that reorganizes SQL statements using consistent indentation and keyword casing. It also provides mechanisms for automating this formatting and linting process through version control hooks to maintain code consistency.

    Python
    Auf GitHub ansehen↗4,008
  • andreadelfante/predicateflowAvatar von andreadelfante

    andreadelfante/PredicateFlow

    100Auf GitHub ansehen↗

    Write amazing, strong-typed and easy-to-read NSPredicate.

    Swift
    Auf GitHub ansehen↗100
  • andrewstuart/goqAvatar von andrewstuart

    andrewstuart/goq

    270Auf GitHub ansehen↗

    A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library

    Go
    Auf GitHub ansehen↗270
  • andybalholm/cascadiaA

    andybalholm/cascadia

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • antchfx/htmlqueryA

    antchfx/htmlquery

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • aerogo/codetreeA

    aerogo/codetree

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • antchfx/xpathA

    antchfx/xpath

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • artemkakun/text-processingA

    ArtemkaKun/text-processing

    0Auf GitHub ansehen↗

    This library provides a set of functions in V for text processing.

    Auf GitHub ansehen↗0
  • asciimoo/collyAvatar von asciimoo

    asciimoo/colly

    25,348Auf GitHub ansehen↗

    Colly is a web scraping framework and concurrent crawler written in Go. It provides a system for traversing web pages, following links, and extracting structured data from HTML and XML documents. The framework includes a distributed scraping engine designed to spread data collection tasks across multiple instances to increase throughput. It ensures compliance with website owner policies by automatically reading and respecting robots.txt files. The system manages request lifecycles through domain-based rate limiting, concurrency controls, and session management via a stateful cookie jar. It s

    Go
    Auf GitHub ansehen↗25,348
  • ashtuchkin/iconv-liteAvatar von ashtuchkin

    ashtuchkin/iconv-lite

    3,172Auf GitHub ansehen↗

    Convert character encodings in pure javascript.

    JavaScript
    Auf GitHub ansehen↗3,172
  • ashvardanian/stringzillaAvatar von ashvardanian

    ashvardanian/StringZilla

    3,494Auf GitHub ansehen↗

    Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖

    Cdatasetedit-distancegpu
    Auf GitHub ansehen↗3,494
  • avelino/slugifyAvatar von avelino

    avelino/slugify

    35Auf GitHub ansehen↗

    A Go slugify application that handles string

    Go
    Auf GitHub ansehen↗35
  • avian2/unidecodeAvatar von avian2

    avian2/unidecode

    610Auf GitHub ansehen↗

    ASCII transliterations of Unicode text - GitHub mirror

    Python
    Auf GitHub ansehen↗610
  • awalterschulze/gographvizA

    awalterschulze/gographviz

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • axgle/mahoniaA

    axgle/mahonia

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • beevik/etreeAvatar von beevik

    beevik/etree

    1,664Auf GitHub ansehen↗

    Parse, query and modify XML easily in go

    Godometreego
    Auf GitHub ansehen↗1,664
  • blevesearch/bleveAvatar von blevesearch

    blevesearch/bleve

    10,986Auf GitHub ansehen↗

    Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval capabilities for embedded application data. It functions as a framework for indexing structured or unstructured information, allowing developers to build searchable collections that support complex query logic and data analysis. The engine distinguishes itself through a pluggable analysis pipeline that normalizes text before indexing, alongside support for vector similarity search to identify semantically related content. It utilizes finite-state transducer automata for efficie

    Go
    Auf GitHub ansehen↗10,986
  • bmoliveira/markdownkitAvatar von bmoliveira

    bmoliveira/MarkdownKit

    902Auf GitHub ansehen↗

    A simple and customizable Markdown Parser for Swift

    Swift
    Auf GitHub ansehen↗902
  • bndr/gotabulateAvatar von bndr

    bndr/gotabulate

    339Auf GitHub ansehen↗

    Gotabulate - Easily pretty-print your tabular data with Go

    Go
    Auf GitHub ansehen↗339
  • brevity1swos/rgxAvatar von brevity1swos

    brevity1swos/rgx

    214Auf GitHub ansehen↗

    regex101 for the terminal — real-time matching, 3 engines, capture groups, replace mode, syntax highlighting, plain-English explanations, undo/redo, mouse support. Written in Rust.

    Rustclicommand-linecross-platform
    Auf GitHub ansehen↗214
  • abadojack/whatlanggoAvatar von abadojack

    abadojack/whatlanggo

    688Auf GitHub ansehen↗

    Natural language detection library for Go

    Go
    Auf GitHub ansehen↗688