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

6 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • windingwind/zotero-better-notesAvatar windingwind

    windingwind/zotero-better-notes

    7,893Vezi pe 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
    Vezi pe GitHub↗7,893
  • middleman/middlemanAvatar middleman

    middleman/middleman

    7,110Vezi pe 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
    Vezi pe GitHub↗7,110
  • jrnl-org/jrnlAvatar jrnl-org

    jrnl-org/jrnl

    7,150Vezi pe 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
    Vezi pe GitHub↗7,150
  • reagentx/imessage-exporterAvatar ReagentX

    ReagentX/imessage-exporter

    5,338Vezi pe GitHub↗

    imessage-exporter este un utilitar pentru extragerea istoricului mesajelor și a fișierelor media din bazele de date iMessage în formate portabile de tip text și web. Acesta funcționează ca un exportator de baze de date, un instrument de diagnosticare și un parser care convertește înregistrările brute SQLite în formate standardizate pentru procesare cross-platform. Proiectul oferă utilitare pentru arhivarea conversațiilor și recuperarea fișierelor de bază de date. Include capabilități de diagnosticare pentru a analiza înregistrările mesajelor în căutarea inconsistențelor interne și a problemelor structurale. Sistemul utilizează un model de procesare locală pentru a extrage date prin interogări SQL și mapează rândurile bazei de date relaționale într-un model de date intern structurat. Acesta asociază căile fișierelor din baza de date cu atașamentele fizice și folosește template-uri pentru a genera fișiere de ieșire portabile.

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

    Rustapplebackupcli-app
    Vezi pe GitHub↗5,338
  • kimai/kimaiAvatar kimai

    kimai/kimai

    4,757Vezi pe 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
    Vezi pe GitHub↗4,757
  • rhettbull/osxphotosAvatar RhetTbull

    RhetTbull/osxphotos

    3,317Vezi pe 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
    Vezi pe GitHub↗3,317
  1. Home
  2. Data & Databases
  3. Data Export
  4. Template-Based Exports

Explorează sub-etichetele

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