awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

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

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

    TTTAttributedLabel/TTTAttributedLabel

    8,714Vezi pe 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
    Vezi pe GitHub↗8,714
  • blacksmithgu/obsidian-dataviewAvatar blacksmithgu

    blacksmithgu/obsidian-dataview

    8,544Vezi pe 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
    Vezi pe GitHub↗8,544
  • ccbikai/sinkAvatar ccbikai

    ccbikai/Sink

    6,843Vezi pe GitHub↗

    Sink is a link shortening and management service built on Cloudflare Workers and KV for serverless redirection. It provides a suite of tools for creating branded web addresses, monitoring visitor statistics through a real-time analytics dashboard, and managing how links are distributed. The project features a dynamic traffic router that redirects visitors based on geographic location or device type and an AI metadata generator that automatically creates descriptive slugs and social media preview tags. It also includes a QR code generator for creating scannable codes that point to shortened ad

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

    Vue
    Vezi pe GitHub↗6,843
  • miantiao-me/sinkAvatar miantiao-me

    miantiao-me/Sink

    6,830Vezi pe 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
    Vezi pe GitHub↗6,830
  • zsviczian/obsidian-excalidraw-pluginAvatar zsviczian

    zsviczian/obsidian-excalidraw-plugin

    6,203Vezi pe 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
    Vezi pe GitHub↗6,203
  • allure-framework/allure2Avatar allure-framework

    allure-framework/allure2

    5,287Vezi pe 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
    Vezi pe GitHub↗5,287
  • commonmark/commonmark-specAvatar commonmark

    commonmark/commonmark-spec

    5,105Vezi pe GitHub↗

    Acest proiect este un standard formal de specificație Markdown care oferă o definiție detaliată a sintaxei de marcare și un set definitiv de reguli pentru parsarea textului brut în output HTML consistent. Stabilește o gramatică standardizată pentru blocurile structurale și elementele inline pentru a asigura o randare uniformă în diferite implementări software. Specificația este susținută de o suită de conformitate a parserului și o implementare de referință în C și JavaScript pentru a verifica dacă implementările aderă la standard. Include un sistem pentru verificarea implementării care compară șirurile de intrare transformate cu output-ul HTML așteptat și permite exportul datelor de test ale specificației în format JSON. Standardul acoperă o gamă largă de capabilități de structurare și formatare a conținutului, inclusiv headere, liste, block quotes și linii orizontale. Definește mecanisme pentru reprezentarea codului prin blocuri fenced sau indentate, integrarea HTML și un sistem bazat pe referințe pentru gestionarea hyperlinkurilor și imaginilor. Specificația detaliază, de asemenea, un model de parsare în două faze care utilizează reprezentarea abstract syntax tree și normalizarea textului bazată pe Unicode pentru a menține o ierarhie predictibilă a documentului.

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

    Python
    Vezi pe GitHub↗5,105
  • xoofx/markdigAvatar xoofx

    xoofx/markdig

    5,127Vezi pe 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
    Vezi pe GitHub↗5,127
  • unlayer/react-email-editorAvatar unlayer

    unlayer/react-email-editor

    5,086Vezi pe 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
    Vezi pe GitHub↗5,086
  • searxng/searxng-dockerAvatar searxng

    searxng/searxng-docker

    3,157Vezi pe 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
    Vezi pe GitHub↗3,157
  1. Home
  2. User Interface & Experience
  3. Links
  4. Automatic Link Generation

Explorează sub-etichetele

  • 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 sub-tagMaps 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.