You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplified Plugin Integration: The plugin now offers a direct ExportPlugin export for easier integration into textmode.js instances, deprecating the previous factory function createTextmodeExportPlugin.
Runtime Export Overlay Control: Users can now programmatically control the visibility of the export overlay UI at runtime using new methods like show(), hide(), toggle(), and isVisible() available via textmodifier.exportOverlay.
Comprehensive Documentation Overhaul: The documentation generation system has been completely revamped, utilizing new TypeDoc plugins and a custom frontmatter plugin to produce more structured, maintainable, and SEO-friendly API documentation.
Dependency Updates: The core textmode.js dependency has been updated to >=0.10.0, and new development dependencies for documentation tools (typedoc-plugin-frontmatter, typedoc-vitepress-theme) have been added.