andy-stack_vaultkeeper-ai/Modals
Andrew Beal aed4caf347 refactor: replace custom markdown pipeline with Obsidian's native MarkdownRenderer.
Fix reactive issue for web and chat mode display.

Rewrites StreamingMarkdownService to use Obsidian's built-in MarkdownRenderer
instead of the unified/remark/rehype/KaTeX stack, eliminating ~700 lines of
custom markdown processing, CSS, and streaming state management. Internal link
handling now relies on Obsidian's native .internal-link class and data-href
attributes. The streaming split-point algorithm (freeze completed blocks, re-render
the live tail) is preserved.
2026-05-25 16:25:22 +01:00
..
ConversationHistoryModal.ts chore: remove Conversation.path field and update dependencies 2026-04-03 11:03:41 +01:00
ConversationHistoryModalSvelte.svelte fix: add top margin to conversation history list on mobile devices 2026-02-16 22:16:58 +00:00
HelpModal.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
HelpModalSvelte.svelte refactor: replace custom markdown pipeline with Obsidian's native MarkdownRenderer. 2026-05-25 16:25:22 +01:00