awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 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/zssrichtexteditornnhubbard 的头像

    nnhubbard/ZSSRichTextEditor

    3,785在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,785
  • adrianmo/go-nmeaA

    adrianmo/go-nmea

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • antchfx/xmlqueryA

    antchfx/xmlquery

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ai/nanoidai 的头像

    ai/nanoid

    26,821在 GitHub 上查看↗

    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
    在 GitHub 上查看↗26,821
  • alecthomas/chromaalecthomas 的头像

    alecthomas/chroma

    4,960在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,960

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • alexdrone/ios-fontawesomealexdrone 的头像

    alexdrone/ios-fontawesome

    1,741在 GitHub 上查看↗

    NSString+FontAwesome

    Objective-C
    在 GitHub 上查看↗1,741
  • alixaxel/genexA

    alixaxel/genex

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • allendang/pipeitA

    AllenDang/PipeIt

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • amayne/swiftstringamayne 的头像

    amayne/SwiftString

    1,609在 GitHub 上查看↗

    A comprehensive, lightweight string extension for Swift

    Swift
    在 GitHub 上查看↗1,609
  • andialbrecht/sqlparseandialbrecht 的头像

    andialbrecht/sqlparse

    4,008在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,008
  • andreadelfante/predicateflowandreadelfante 的头像

    andreadelfante/PredicateFlow

    100在 GitHub 上查看↗

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

    Swift
    在 GitHub 上查看↗100
  • andrewstuart/goqandrewstuart 的头像

    andrewstuart/goq

    270在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗270
  • andybalholm/cascadiaA

    andybalholm/cascadia

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • antchfx/htmlqueryA

    antchfx/htmlquery

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • aerogo/codetreeA

    aerogo/codetree

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • antchfx/xpathA

    antchfx/xpath

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • artemkakun/text-processingA

    ArtemkaKun/text-processing

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • asciimoo/collyasciimoo 的头像

    asciimoo/colly

    25,348在 GitHub 上查看↗

    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
    在 GitHub 上查看↗25,348
  • ashtuchkin/iconv-liteashtuchkin 的头像

    ashtuchkin/iconv-lite

    3,172在 GitHub 上查看↗

    Convert character encodings in pure javascript.

    JavaScript
    在 GitHub 上查看↗3,172
  • ashvardanian/stringzillaashvardanian 的头像

    ashvardanian/StringZilla

    3,494在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,494
  • avelino/slugifyavelino 的头像

    avelino/slugify

    35在 GitHub 上查看↗

    A Go slugify application that handles string

    Go
    在 GitHub 上查看↗35
  • avian2/unidecodeavian2 的头像

    avian2/unidecode

    610在 GitHub 上查看↗

    ASCII transliterations of Unicode text - GitHub mirror

    Python
    在 GitHub 上查看↗610
  • awalterschulze/gographvizA

    awalterschulze/gographviz

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • axgle/mahoniaA

    axgle/mahonia

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • beevik/etreebeevik 的头像

    beevik/etree

    1,664在 GitHub 上查看↗

    Parse, query and modify XML easily in go

    Godometreego
    在 GitHub 上查看↗1,664
  • blevesearch/bleveblevesearch 的头像

    blevesearch/bleve

    10,986在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,986
  • bmoliveira/markdownkitbmoliveira 的头像

    bmoliveira/MarkdownKit

    902在 GitHub 上查看↗

    A simple and customizable Markdown Parser for Swift

    Swift
    在 GitHub 上查看↗902
  • bndr/gotabulatebndr 的头像

    bndr/gotabulate

    339在 GitHub 上查看↗

    Gotabulate - Easily pretty-print your tabular data with Go

    Go
    在 GitHub 上查看↗339
  • brevity1swos/rgxbrevity1swos 的头像

    brevity1swos/rgx

    214在 GitHub 上查看↗

    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
    在 GitHub 上查看↗214
  • abadojack/whatlanggoabadojack 的头像

    abadojack/whatlanggo

    688在 GitHub 上查看↗

    Natural language detection library for Go

    Go
    在 GitHub 上查看↗688