10 repositorios
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.
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.
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.
Sink es un servicio de acortamiento y gestión de enlaces construido sobre Cloudflare Workers y KV para redirección serverless. Proporciona un conjunto de herramientas para crear direcciones web de marca, monitorear estadísticas de visitantes a través de un panel de análisis en tiempo real y gestionar cómo se distribuyen los enlaces. El proyecto cuenta con un enrutador de tráfico dinámico que redirige a los visitantes según la ubicación geográfica o el tipo de dispositivo y un generador de metadatos de IA que crea automáticamente slugs descriptivos y etiquetas de vista previa para redes sociales. También incluye un generador de códigos QR para crear códigos escaneables que apuntan a direcciones acortadas. Las capacidades adicionales cubren la distribución segura de enlaces mediante contraseñas y fechas de caducidad, optimización de enlaces de redes sociales con activos de vista previa personalizables y portabilidad de datos mediante utilidades de importación y exportación. El tráfico de enlaces se rastrea utilizando análisis relacionales para proporcionar datos geográficos y registros de eventos.
Provides AI-powered generation of human-readable URL slugs and social media metadata by analyzing page content.
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.
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.
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.
Este proyecto es un estándar de especificación formal de Markdown que proporciona una definición detallada de sintaxis de marcado y un conjunto definitivo de reglas para analizar texto plano en una salida HTML consistente. Establece una gramática estandarizada para bloques estructurales y elementos en línea para asegurar un renderizado uniforme en diferentes implementaciones de software. La especificación está respaldada por un conjunto de pruebas de conformidad del parser y una implementación de referencia en C y JavaScript para verificar que las implementaciones se adhieran al estándar. Incluye un sistema para la verificación de implementaciones que compara las cadenas de entrada transformadas con la salida HTML esperada y permite la exportación de datos de prueba de especificación a JSON. El estándar cubre una amplia gama de capacidades de estructuración y formato de contenido, incluyendo encabezados, listas, citas en bloque y reglas horizontales. Define mecanismos para la representación de código mediante bloques cercados o sangrados, integración de HTML y un sistema basado en referencias para gestionar hipervínculos e imágenes. La especificación también detalla un modelo de análisis de dos fases que utiliza una representación de árbol de sintaxis abstracta y normalización de texto basada en Unicode para mantener una jerarquía de documentos predecible.
Automatically generates clickable links from absolute URIs and email addresses enclosed in angle brackets.
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.
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.
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.