5 Commits

Author SHA1 Message Date
florian.berthold ccbc4f825c Remove AscensionTalentMapper.lua and related mappings
- Deleted `AscensionTalentMapper.lua` as its functionality is no longer required.
- Removed the auto-generated mapping table and associated resources for all supported classes.
2025-12-08 19:59:07 +01:00
florian.berthold 4f81bd94fa Add Talent URL encoding and Markdown export
- Introduced `TalentEncoder.lua` to encode talents into URL format for easier sharing via talent calculator links.
- Implemented `GenerateMarkdownTalents()` for Markdown-based talent exports, including embedded iframe support.
- Enhanced slash command to support `mdtalents` for talent Markdown export.
- Updated UI with "MD Talents" button to trigger talent Markdown exports.
- Adjusted TOC and UI layout to integrate the new functionality.
2025-12-08 17:23:36 +01:00
florian.berthold 03c369e10e Add Markdown export for Mystic Enchants and update enchant collection
- Implemented `GenerateMarkdownEnchants()` to export Mystic Enchants in Markdown format, sorted by quality and slot.
- Replaced tooltip-based enchant detection with `C_MysticEnchant` API for more reliable data collection.
- Added UI button to trigger Mystic Enchant Markdown export.
2025-12-08 16:34:22 +01:00
florian.berthold 06704f628f Add fallback export UI and improve gem data handling
- Implemented a fallback lightweight export window for cases where the UI module is not loaded.
- Abstracted export display logic into a unified `ShowExport` function.
- Added gem `enchantId` to gem data for better clarity.
2025-12-08 14:03:52 +01:00
florian.berthold bd66424c2a first commit 2025-12-08 13:45:59 +01:00