v1.1.0
Added
Field Methods:
autoLinkTitles(): Automatically addstitleattributes to links if not already present. Thetitlevalue is generated from thehrefattribute.
Helper Functions:
autoLinkTitles(): Processes HTML string and automatically adds title attributes to all tags (if not already present)getMissingTranslations(): Returns an array of language codes for which the page translation does not exist
Page Methods:
getMissingTranslations(): Get missing translations for a pagemissingTranslationsBadge(): Generate a Kirby Panel info badge showing translation status (green badge if all translations exist, red badge with missing language codes)
Changed
- Field methods (ensureLeft(), ensureRight(), autoLinkTitles()) now return a Field object instead of a string, enabling method chaining
- Updated and expanded documentation in README.md
Full Changelog: v1.0.0...v1.1.0