Files
markdown-converter/src/templates/technical-spec.md
T
amitwh d705cfc30b fix(batch): resolve pandoc path handling and include-subfolders option
- Normalize pandoc command parsing with path.basename() to support bundled binary paths
- Use bundled pandoc binary in convertWithPandoc instead of relying on PATH
- Forward includeSubfolders checkbox state from renderer to main process
- Add pandoc availability check before batch conversion
- Re-enable Start button when batch conversion completes
- Clean up obsolete dist build artifact causing test snapshot warning
- Bump version to 4.4.4
2026-06-30 12:56:33 +05:30

757 B

Technical Specification: [Feature Name]

Version: 1.0 Date: {{DATE}} Author: Your Name Status: Draft

Overview

Brief description of what this feature does.

Requirements

Functional Requirements

  1. Requirement 1
  2. Requirement 2

Non-Functional Requirements

  1. Performance requirement
  2. Security requirement

Architecture

Describe the technical approach.

API Design

Endpoints

Method Path Description
GET /api/resource Get resource

Testing Strategy

Describe how this will be tested.

Timeline

Phase Duration Deliverables
Phase 1 1 week Core implementation