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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 个仓库

Awesome GitHub RepositoriesAutomatic Link Generation

Generating interactive links based on detected data patterns or defined character ranges.

Distinct from Link Styling: Focuses on generating links from content patterns rather than just styling existing navigation links.

Explore 10 awesome GitHub repositories matching user interface & experience · Automatic Link Generation. Refine with filters or upvote what's useful.

Awesome Automatic Link Generation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tttattributedlabel/tttattributedlabelTTTAttributedLabel 的头像

    TTTAttributedLabel/TTTAttributedLabel

    8,714在 GitHub 上查看↗

    TTTAttributedLabel is a rich text label for iOS applications that serves as an extension to UIKit typography. It provides a replacement for standard system labels, enabling advanced layout control and the rendering of attributed strings with custom paragraph styling, line spacing, and vertical alignment. The component is distinguished by its ability to generate interactive links within text blocks, using either custom ranges or automated data-detector pattern matching for phone numbers and addresses. It includes a specialized accessibility system that exposes these individual links as selecta

    Automatically detects phone numbers and addresses to generate tappable links with specific visual styles.

    Objective-C
    在 GitHub 上查看↗8,714
  • blacksmithgu/obsidian-dataviewblacksmithgu 的头像

    blacksmithgu/obsidian-dataview

    8,544在 GitHub 上查看↗

    This project is a metadata query engine and indexer for markdown files, designed to transform YAML frontmatter and inline fields into dynamic tables and lists. It provides a background process that extracts tags and custom fields into a searchable database, enabling the automated indexing of notes. The system is distinguished by its dual approach to data retrieval: a dedicated query language for SQL-like filtering and grouping, and a JavaScript data API. This API allows for programmatic metadata extraction and the creation of custom views and extensions using TypeScript typings. Its broader

    Automatically generates link objects for files, sections, or blocks with support for custom display names.

    TypeScriptobsidian-mdobsidian-pluginquery-language
    在 GitHub 上查看↗8,544
  • ccbikai/sinkccbikai 的头像

    ccbikai/Sink

    6,843在 GitHub 上查看↗

    Sink 是一个构建在 Cloudflare Workers 和 KV 之上的链接缩短和管理服务,用于无服务器重定向。它提供了一套工具,用于创建品牌 Web 地址、通过实时分析仪表板监控访问者统计信息,以及管理链接的分发方式。 该项目具有一个动态流量路由器,可根据地理位置或设备类型重定向访问者,以及一个 AI 元数据生成器,可自动创建描述性 slug 和社交媒体预览标签。它还包括一个 QR 码生成器,用于创建指向缩短地址的可扫描代码。 其他功能涵盖使用密码和过期日期的安全链接分发、具有可自定义预览资产的社交媒体链接优化,以及通过导入和导出工具实现的数据可移植性。链接流量使用关系分析进行跟踪,以提供地理数据和事件日志。

    Provides AI-powered generation of human-readable URL slugs and social media metadata by analyzing page content.

    Vue
    在 GitHub 上查看↗6,843
  • miantiao-me/sinkmiantiao-me 的头像

    miantiao-me/Sink

    6,830在 GitHub 上查看↗

    Sink is a self-hosted link management platform that combines URL shortening with click analytics and geographic tracking. It provides a deployable system for creating, editing, and organizing short links, with built-in tools for measuring engagement through real-time click event collection and visitor location data. The platform distinguishes itself through AI-powered slug generation that produces human-readable short link identifiers by analyzing target page content, replacing random string generation. It supports geo-aware request routing that redirects visitors to different destinations ba

    Generates human-readable short link slugs and OpenGraph metadata automatically by analyzing target page content.

    Vueanalyticsbitly-alternativecloudflare
    在 GitHub 上查看↗6,830
  • zsviczian/obsidian-excalidraw-pluginzsviczian 的头像

    zsviczian/obsidian-excalidraw-plugin

    6,203在 GitHub 上查看↗

    This is a drawing plugin for Obsidian that provides an integrated canvas editor for creating hand-drawn diagrams and sketches directly inside a note-taking vault. It functions as a freeform whiteboard-style editor where users can sketch, connect objects, and embed their drawings into markdown notes as SVG or PNG images. The plugin extends beyond basic sketching by offering data-driven diagram generation, allowing users to create mindmaps, family trees, and charts by processing structured data from vault notes or scripts. It supports scriptable drawing automation through macros and automated s

    Connects drawing elements to vault documents, external URLs, and block references, automatically updating links when targets change.

    TypeScript
    在 GitHub 上查看↗6,203
  • allure-framework/allure2allure-framework 的头像

    allure-framework/allure2

    5,287在 GitHub 上查看↗

    Allure is a test reporting framework that normalizes execution data from multiple test frameworks across different programming languages into a common intermediate format. It aggregates results from multiple sources into a shared directory of JSON files and generates self-contained HTML reports through a modular plugin pipeline. The architecture includes a hierarchical step tree model to represent test execution, metadata annotation injection to enrich results at runtime, and directory-watch incremental rendering that regenerates reports in real time as new data arrives. Unlike generic report

    Builds full URLs from short identifiers using a template pattern to link test cases to external resources.

    Javaallurereportingreporting-engine
    在 GitHub 上查看↗5,287
  • commonmark/commonmark-speccommonmark 的头像

    commonmark/commonmark-spec

    5,105在 GitHub 上查看↗

    该项目是一个正式的 Markdown 规范标准,提供了详细的标记语法定义和将纯文本解析为一致 HTML 输出的明确规则集。它为结构块和内联元素建立了标准化语法,以确保跨不同软件实现的一致渲染。 该规范由解析器一致性套件以及 C 和 JavaScript 的参考实现支持,以验证实现是否遵循该标准。它包括一个实现验证系统,该系统将转换后的输入字符串与预期的 HTML 输出进行比较,并允许将规范测试数据导出为 JSON 格式。 该标准涵盖了广泛的内容结构和格式化功能,包括标题、列表、块引用和水平线。它定义了通过围栏或缩进块、HTML 集成以及用于管理超链接和图像的基于引用的系统进行代码表示的机制。 该规范还详细说明了一个两阶段解析模型,该模型利用抽象语法树(AST)表示和基于 Unicode 的文本规范化来维护可预测的文档层次结构。

    Automatically generates clickable links from absolute URIs and email addresses enclosed in angle brackets.

    Python
    在 GitHub 上查看↗5,105
  • xoofx/markdigxoofx 的头像

    xoofx/markdig

    5,127在 GitHub 上查看↗

    Markdig is a markdown parser library that converts text into structured HTML, plain text, or other formats using a configurable pipeline. It functions as a CommonMark compliant parser and an abstract syntax tree generator that transforms markdown into a hierarchical tree of block and inline nodes with precise source location mapping. The project is distinguished by a decoupled renderer architecture that separates parsing logic from output generation, enabling the transformation of the syntax tree into non-HTML formats such as LaTeX or XAML. It also serves as a lossless markdown processor by t

    Provides the ability to automatically generate hyperlinks from detected URLs in markdown text.

    C#commonmarkcommonmark-parsingcsharp
    在 GitHub 上查看↗5,127
  • unlayer/react-email-editorunlayer 的头像

    unlayer/react-email-editor

    5,086在 GitHub 上查看↗

    React Email Editor is a drag-and-drop visual builder for creating responsive email templates, built as a React embeddable component. It also serves as an AI-powered email designer, a collaborative email design tool, and a React component library for composing emails programmatically with JSX. The editor represents designs as structured JSON and supports multi-format rendering for email clients, web pages, and PDF. What distinguishes this editor is its deep AI integration: users can generate full email templates from natural language, rewrite text with chosen intent, produce multiple text vari

    Provides a mechanism for defining new link behaviors using custom URLs or JavaScript functions.

    TypeScriptbuilderdrag-and-dropemail
    在 GitHub 上查看↗5,086
  • searxng/searxng-dockersearxng 的头像

    searxng/searxng-docker

    3,157在 GitHub 上查看↗

    This project is a containerized search infrastructure designed to deploy a privacy-focused metasearch engine. It acts as a self-hosted search proxy that aggregates results from multiple external web, image, and academic search providers while anonymizing requests and stripping trackers to protect user identity. The system utilizes Docker to orchestrate the search instance, integrating caching mechanisms and reverse proxy support to ensure a private and efficient search environment. It employs a modular adapter-based integration to standardize diverse external API responses and a processing pi

    Controls the formatting of result URLs and determines if links open in new browser tabs.

    dockerdocker-compose
    在 GitHub 上查看↗3,157
  1. Home
  2. User Interface & Experience
  3. Links
  4. Automatic Link Generation

探索子标签

  • AI-Powered Slug GeneratorsAutomatically generate human-readable slugs and OpenGraph metadata by analyzing target page content using language models. **Distinct from Automatic Link Generation:** Distinct from Automatic Link Generation: focuses on AI-driven content analysis for slug creation rather than pattern-based link generation.
  • Dynamic Link EmbeddersConnects drawing elements to vault documents, external URLs, and block references, automatically updating links when targets change. **Distinct from Automatic Link Generation:** Distinct from Automatic Link Generation: focuses on embedding links within drawing elements and updating them on target changes, not generating links from content patterns.
  • Per-Type Link Template PatternsConstructs full URLs from short identifiers by applying a configurable template for each link type (e.g., issue, test case) in test reports. **Distinct from Test Report Link Templates:** Distinct from Test Report Link Templates: focuses on per-type template patterns (e.g., separate templates for issues vs test cases), not a single template for all links.
  • Test Report Link Templates1 个子标签Maps short identifiers to fully qualified URLs using a template with a placeholder, so links resolve automatically in reports. **Distinct from Automatic Link Generation:** Defines URL templates with placeholders to resolve short identifiers into full links in test reports, distinct from general automatic link generation.