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
* feat: add keyboard shortcuts for text formatting extensions and enhance table module documentation
- Added keyboard shortcuts for bold (Mod-b, Mod-B), italic (Mod-i, Mod-I), underline (Mod-u, Mod-U), highlight (Mod-Shift-h), and strikethrough (Mod-Shift-s).
- Enhanced table module with detailed configuration options, commands, and helper functions for better usability and documentation clarity.
* chore: remove asterisk
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* refactor(table): streamline command functions for better readability
- Simplified the syntax of command functions in the table extension by removing unnecessary line breaks and indentation.
- Improved overall code clarity while maintaining functionality.
* docs(table): enhance JSDoc comments and remove unused helper functions
- Added detailed JSDoc comments for table extension options and attributes to improve documentation clarity.
- Removed unused helper functions related to cell creation and column styling to streamline the codebase.
* docs: enhance JSDoc comments across various extensions
- Improved documentation by adding detailed JSDoc comments for attributes in bold, highlight, link, document section, table, table cell, table header, table row, and underline extensions.
- Ensured clarity and consistency in attribute descriptions to aid developers in understanding usage.
* docs(underline): update JSDoc for underline style configuration
- Revised JSDoc comments to enhance clarity by changing the UnderlineType definition to an object type with a value property for style variants.
- Improved formatting of command functions for better readability.
* docs(table): remove unused type definitions for table cell and header attributes
- Eliminated outdated JSDoc type definitions for TableCellAttributes and TableHeaderAttributes to streamline the codebase.
- Improved overall documentation clarity by focusing on relevant attributes.
* docs(table): enhance JSDoc comments and add new helper functions
- Added detailed JSDoc comments for various table helper functions to improve documentation clarity.
- Introduced a new command in package.json to run all checks, including formatting, linting, and type building for better code quality assurance.
- Removed unused type definitions and helper functions to streamline the codebase.
* chore: fix type import
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* docs(underline): rename JSDoc type definition for underline configuration
- Updated the JSDoc type definition from UnderlineType to UnderlineConfig for clarity.
- Adjusted parameter documentation to reflect the new type name, enhancing overall documentation consistency.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments