mirror of
https://github.com/pdfme/pdfme.git
synced 2026-07-30 23:47:30 -04:00
When editing a text field with "Use Inline Markdown" enabled, the Designer now shows a floating toolbar over the selected text with Bold, Italic, Strikethrough, Code and Link buttons. - Edits the markdown source in a textarea for reliable selection handling - Buttons wrap/unwrap the selection and toggle correctly, including combined formats (e.g. removing italic from ***foo*** -> **foo**) - Active-state highlighting reflects the formats under the selection - Positioned above the selection via a mirror-div caret measurement, scale-corrected for the zoomed canvas - Formats are data-driven (INLINE_FORMATS) so new ones are easy to add - Adds i18n keys (bold/italic/strikethrough/code/link + link URL prompt) for all supported languages Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@pdfme/common
This library provides shared types, constants, and utility functions used across the @pdfme/ui and @pdfme/generator packages. The shared types include definitions for templates and other commonly used structures.
For the complete documentation of pdfme, please refer to this link.