Documentation Portal

November 8, 2025 ยท View on GitHub

Welcome to the Logseq Template Graph documentation! This comprehensive guide will help you use, customize, and contribute to the project.

Quick Navigation: User Guide | Developer Guide | Architecture | Research


๐Ÿ“š Documentation Structure

User Guide

For people who want to use the templates in their Logseq graphs.

DocumentDescription
Installation GuideInstall Logseq DB and import templates
Getting StartedQuick start guide for users
UI Export GuideExport via UI with keyboard shortcuts and partial exports

Developer Guide

For people who want to contribute or customize templates.

DocumentDescription
Developer SetupSet up your development environment
Contributing GuideHow to contribute to the project
Conventional Commits GuideAutomated changelog generation and semantic versioning
Conventional Commits IntegrationIntegration details, setup, and troubleshooting
CI/CD PipelineAutomated export workflow and git integration
Modularization ReviewGitHub Actions implementation and testing plans
Implementation SummaryOverview of what was built and how

Modular Development

For working with large templates (5,000+ lines, 100+ classes).

DocumentDescription
Modular Quickstart5-minute guide to modular workflow
Modularization StrategyComplete plan for splitting and building templates
Architecture ReportComplete modular architecture status and roadmap

Architecture

Technical deep-dives for understanding how it works.

DocumentDescription
Technical ReferenceEDN format, class hierarchy, and best practices

Research

Background information and comparative analysis.

DocumentDescription
Comprehensive AnalysisDeep dive into Logseq DB, Tana, and Schema.org

Path 1: New User

  1. README - Understand what the project does
  2. Quick Start - Import templates into Logseq
  3. Start using! Tag pages with #Person, #Organization, etc.

Path 2: New Developer

  1. README - Project overview
  2. Quick Start - Developer setup
  3. CI/CD Pipeline - Understand the workflow
  4. Technical Reference - Deep dive

Path 3: Modular Development

  1. CI/CD Pipeline - Standard workflow
  2. Modular Quickstart - Why and when to modularize
  3. Modularization Strategy - Complete implementation plan

Path 4: Deep Understanding

  1. Comprehensive Analysis - Background research
  2. Technical Reference - Architecture details
  3. Modularization Strategy - Advanced workflows

๐Ÿ“– Quick Reference

Common Tasks

I want to import templates โ†’ Quick Start - For Users

I want to contribute a new class โ†’ Developer Setup โ†’ Contributing Guide โ†’ Conventional Commits

My template is huge (15K+ lines) โ†’ Modular Quickstart

I want to understand how it works โ†’ Technical Reference

I want to learn about Logseq DB, Tana, Schema.org โ†’ Comprehensive Analysis

I want to export using the UI (not CLI) โ†’ UI Export Guide


๐Ÿ”— External Resources

Logseq Database

Schema.org

Tana


๐Ÿค Contributing to Documentation

Found a typo? Want to improve clarity? Documentation contributions are welcome!

  1. Fork the repository
  2. Edit the relevant file in docs/
  3. Submit a pull request

Style Guide:

  • Use clear, concise language
  • Include code examples where helpful
  • Add links to related documentation
  • Keep formatting consistent

๐Ÿ“ž Getting Help


Last Updated: November 2025 Maintained By: Logseq Template Graph Contributors

Back to Main README