andymantell / node-wpautop

A Node.js port of Wordpress' wpautop() function
GNU General Public License v2.0
16 stars 7 forks source link

This repo is actually a gem #10

Open FalkoJoseph opened 7 months ago

FalkoJoseph commented 7 months ago

Been looking for this exact use-case. Even though this repo is nearly 10 years old, you're the man @andymantell.

Unbelievable that the folks at WordPress are too unbothered to expose Gutenberg over the WordPress REST API in 2023.

This little library is actually a game changer when building your own headless WordPress website. This library actually allows you to format the raw data from the Advanced Custom Fields WYSIWYG editor via the REST API as if it was native.

andymantell commented 7 months ago

well, that is exceptionally nice to wake up to an email like that :-) Thankyou for your kind words.

With the last commit being 6 years ago, and the last changes more like 7 or 8, I'd be a bit wary of it though!? I have no idea what's been happening since then in WordPress land.

Feel free to open pull requests if you need to make any updates and I'll happily release a new version.