awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesTemplate-Based Exports

Exporting data using predefined markup templates to transform content into structured formats.

Distinct from Data Export: Focuses on the use of templates for transformation, whereas general data export covers the act of serialization.

Explore 6 awesome GitHub repositories matching data & databases · Template-Based Exports. Refine with filters or upvote what's useful.

Awesome Template-Based Exports GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • windingwind/zotero-better-notesAvatar de windingwind

    windingwind/zotero-better-notes

    7,893Ver en GitHub↗

    This project is a Zotero note management plugin that functions as a knowledge base orchestrator. It enables the creation of networked research notes through bidirectional linking between annotations and notes, providing a system for organizing and editing research directly within the Zotero environment. The tool distinguishes itself through a bidirectional synchronization system that keeps internal Zotero notes and external Markdown files consistent. It further integrates a conversational interface with large language models to assist in generating, summarizing, and modifying note content, an

    Allows customization of file names, headers, and body content when exporting notes via markup templates.

    TypeScriptaddonknowledgemarkdown
    Ver en GitHub↗7,893
  • middleman/middlemanAvatar de middleman

    middleman/middleman

    7,110Ver en GitHub↗

    Middleman is a Ruby-based static site generator and web framework used to transform templates and assets into standalone HTML, CSS, and JavaScript files. It functions as a multi-engine template processor and build tool, converting source markup into production-ready websites that can be hosted on any web server. The system is distinguished by a comprehensive asset pipeline that handles compression, minification, and fingerprinting to optimize web delivery. It features an extensible architecture with lifecycle hooks and a middleware-based request interception layer, allowing for the programmat

    Allows the injection of custom Ruby logic and helper functions into the template context for page rendering.

    Rubymiddlemanstatic-site-generator
    Ver en GitHub↗7,110
  • jrnl-org/jrnlAvatar de jrnl-org

    jrnl-org/jrnl

    7,150Ver en GitHub↗

    jrnl is a command-line journaling tool used for recording dated entries and managing personal journals directly from a terminal. It functions as an encrypted plain-text journal system that protects private entries through encryption and integration with native system keychains. The project includes a calendar-based activity tracker that visualizes entry frequency and patterns using a heatmap layout. It also serves as a data utility for exporting journal entries into formats such as Markdown, JSON, YAML, and XML. The system supports multi-journal management for different life areas and provid

    Provides a template-driven system to export journal entries into Markdown, JSON, YAML, and XML.

    Pythonclicommand-lineencrypted
    Ver en GitHub↗7,150
  • reagentx/imessage-exporterAvatar de ReagentX

    ReagentX/imessage-exporter

    5,338Ver en GitHub↗

    imessage-exporter es una herramienta para extraer el historial de mensajes y archivos multimedia de las bases de datos de iMessage a formatos portátiles de texto y web. Funciona como un exportador de bases de datos, una herramienta de diagnóstico y un analizador que convierte registros SQLite sin procesar en formatos estandarizados para su procesamiento multiplataforma. El proyecto proporciona utilidades para el archivo de conversaciones y la recuperación de archivos de base de datos. Incluye capacidades de diagnóstico para analizar registros de mensajes en busca de inconsistencias internas y problemas estructurales. El sistema emplea un modelo de procesamiento local para extraer datos mediante consultas SQL y asigna filas de bases de datos relacionales a un modelo de datos interno estructurado. Asocia rutas de archivos de base de datos con archivos adjuntos físicos y utiliza plantillas para generar archivos de salida portátiles.

    Generates portable output files by injecting parsed message data into predefined text or web-based layout templates.

    Rustapplebackupcli-app
    Ver en GitHub↗5,338
  • kimai/kimaiAvatar de kimai

    kimai/kimai

    4,757Ver en GitHub↗

    Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates professional invoices from recorded timesheets and expenses. It organizes all time records through a mandatory three-level hierarchy of customer, project, and activity, and supports project budget monitoring with configurable time and money limits. The application is extensible through a plugin system that allows adding custom features, invoice templates, reporting views, and dashboard widgets without modifying core files. It provides a RESTful JSON API for programmatic read and w

    Places export document templates in designated directories or configures additional search paths for them.

    PHPdoctrineinvoiceinvoicing
    Ver en GitHub↗4,757
  • rhettbull/osxphotosAvatar de RhetTbull

    RhetTbull/osxphotos

    3,317Ver en GitHub↗

    osxphotos is a command-line interface tool and programmatic database interface designed for managing and exporting media from Apple Photos libraries. It provides a bridge to the underlying system database, allowing for the automation of batch operations and the retrieval of technical metadata. The project distinguishes itself through a metadata-driven export system that uses custom templates to organize files into directory hierarchies. It can extract machine-learning data—including aesthetic scores and optical character recognition—and synchronize metadata across different libraries using un

    Arranges exported files into custom directory hierarchies and filenames using a metadata-driven template system.

    Pythonappleapple-photosapple-photos-export
    Ver en GitHub↗3,317
  1. Home
  2. Data & Databases
  3. Data Export
  4. Template-Based Exports

Explorar subetiquetas

  • Export Template DirectoriesConfigurable file paths where export document templates are stored and discovered by the system. **Distinct from Template-Based Exports:** Distinct from Template-Based Exports: focuses on the directory configuration and discovery of templates, not the template rendering process itself.
  • Template Function InjectionsAdding custom logic or computed properties to template engines to determine output values. **Distinct from Template-Based Exports:** Focuses on extending the template's internal logic via injected functions rather than just using a predefined markup template.