mindnet_obsidian/src/interview
Lars 070cb853a9
Some checks are pending
Node.js build / build (20.x) (push) Waiting to run
Node.js build / build (22.x) (push) Waiting to run
Add heading level configuration to interview steps and rendering logic
- Introduced a new `heading_level` property in `CaptureTextLineStep` to enable customizable heading levels for interview steps.
- Updated `parseInterviewConfig` to parse and validate heading level settings.
- Enhanced rendering functions to prepend heading prefixes based on the configured heading level, improving text output formatting.
- Implemented a dropdown in the `InterviewWizardModal` for selecting heading levels, allowing users to easily adjust the heading for each step.
- Improved handling of nested loops to support heading level selection and display.
2026-01-16 22:05:36 +01:00
..
extractTargetFromAnchor.ts Enhance interview functionality and settings; add YAML dependency 2026-01-16 12:27:44 +01:00
InterviewConfigLoader.ts Enhance interview functionality and settings; add YAML dependency 2026-01-16 12:27:44 +01:00
loopState.ts Eingebette Loops 2026-01-16 20:10:08 +01:00
parseInterviewConfig.ts Add heading level configuration to interview steps and rendering logic 2026-01-16 22:05:36 +01:00
renderer.ts Add heading level configuration to interview steps and rendering logic 2026-01-16 22:05:36 +01:00
slugify.ts Enhance interview functionality and settings; add YAML dependency 2026-01-16 12:27:44 +01:00
types.ts Add heading level configuration to interview steps and rendering logic 2026-01-16 22:05:36 +01:00
wizardState.ts Enhance nested loop functionality in Interview Wizard Modal 2026-01-16 20:53:02 +01:00
writeFrontmatter.ts Enhance interview functionality and settings; add YAML dependency 2026-01-16 12:27:44 +01:00