Libraries tagged by headwind
zipavlin/headsail
15 Downloads
A Tailwindcss interpreter, parser and composer
iamgerwin/php-pdf-to-markdown-parser
16478 Downloads
A lightweight PHP library to convert PDF documents into clean, structured Markdown. Supports text extraction, headings, lists, tables, diagrams and code blocks for easier content reuse and publishing.
zeroseven/z7-semantilizer
59852 Downloads
Simplify your semantic heading structure.
realodix/change-case
68352 Downloads
Convert strings between camelCase, PascalCase, Headline Case, snake_case and more.
flownative/anchorlinks
147050 Downloads
Create links to headlines or sections in Neos
facile-it/laminas-link-headers-module
57508 Downloads
Laminas module to push Link headers for resourcers added with HeadLink view helper
craftcms/anchors
34558 Downloads
Add anchor links to headings in your Craft CMS website content.
b13/headertypes
20418 Downloads
Add a separate header type field to tt_content for headers and subheaders
visuellverstehen/statamic-anchor-navigation
11796 Downloads
A Statamic tag for creating an anchor nav for all headings generated by the bard editor.
pressbooks/pressbooks-jacobs
31346 Downloads
This theme is named after American-Canadian activist, journalist, and author Jane Jacobs, who is responsible for the New Urbanism movement in urban studies. It is designed for academic writing, particularly textbooks, but is also suitable for fiction. Headings and body type are set in Montserrat.
pressbooks/pressbooks-book
6755 Downloads
This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.
particle-academy/last-word
753 Downloads
Standalone word-processing document read/write tool for agentic docs. Framework-agnostic PHP core that writes .docx (Office Open XML / WordprocessingML) from a JSON document model — headings, styled runs, nested lists, tables, code blocks, quotes, embedded images — reads them back with high fidelity, and bridges to/from GFM markdown so WYSIWYG editors round-trip Word files without converter sandwiches.
particle-academy/dark-slide
1418 Downloads
Standalone presentation read/write tool for agentic deck creation. Framework-agnostic PHP core that writes .pptx (Office Open XML) with inline markdown formatting + headings, real tables, gradient backgrounds, syntax-highlighted code, and embedded media — and reads them back with high fidelity. Optional Laravel 10-13 integration. Designed to round-trip with the @particle-academy/fancy-slides JS package's Deck schema.
jeffersongoncalves/laravel-markdown
433 Downloads
A shared CommonMark renderer for Laravel with GitHub Flavored Markdown, optional heading permalinks, and server-side syntax highlighting (class-based tokens) via tempest/highlight. Safe by default: raw HTML is escaped unless you opt in to html_input=allow for trusted content. Requires PHP 8.4 because the syntax highlighter tempest/highlight requires it from 2.26 onward.
jeffersongoncalves/laravel-html-sanitizer
432 Downloads
This Laravel package provides a simple wrapper around the Symfony HTML Sanitizer to safely clean untrusted HTML. It strips scripts, inline event handlers, and Alpine attributes while keeping the presentational subset (headings, lists, tables, code blocks, images, links) that rendered Markdown and READMEs need. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.